Usage
makeIntegral L
makeIntegral w
| Parameter | Type | Description |
|---|---|---|
| L |
|
A differential operator |
| w |
|
A vector of Darboux curves |
Returns
makeIntegral L returns the primitive multiple ofin
, while makeIntegral w returns the vector of primitive multiples of the
's in
.
Example
1 --> L := D^2 + 3/16/x^2; 2 --> tex(makeIntegral(L));
3 --> w := Darboux(L); 4 --> tex(w);
5 --> tex(makeIntegral(w));
See Also
normalize