Usage
normalize L
normalize p
normalize q
| Parameter | Type | Description |
|---|---|---|
| L |
|
A differential operator |
| p |
|
A polynomial |
| q |
|
A Darboux curve |
Description
normalize makes its argument monic in the outermost variable.
Remarks
normalize can also be used on vectors and quotients of polynomials.
Example
1 --> L := x^2*D^2 + 3/16 - x; 2 --> tex(normalize(L));
3 --> f := (2*x + 1)/(3*x^2 - 1); 4 --> tex(normalize(f));
See Also
makeIntegral