next up previous contents index
Next: normalize Up: Supported functions Previous: Loewy   Contents   Index


makeIntegral


Usage

makeIntegral L
makeIntegral w


Parameter Type Description
L $\mathbbm{Q}[x,\frac d{dx}]$ A differential operator
w $(\mathbbm{Q}(x)[u])^n$ A vector of Darboux curves


Returns

makeIntegral L returns the primitive multiple of $L$ in $\mathbbm{Q}[x,\frac d{dx}]$, while makeIntegral w returns the vector of primitive multiples of the $w_i$'s in $\mathbbm{Q}[x,y]$.


Example

1 --> L := D^2 + 3/16/x^2;
2 --> tex(makeIntegral(L));

\begin{displaymath}
x^{2}\,D^{2}+{{3} \over {16}}
\end{displaymath}

3 --> w := Darboux(L);
4 --> tex(w);

\begin{displaymath}[ u^{2}-{{1} \over {x}}\,u+{{{{3} \over {16}}} \over {x^{2}}} ]
\end{displaymath}

5 --> tex(makeIntegral(w));

\begin{displaymath}[ x^{2}\,u^{2}-x\,u+{{3} \over {16}} ]
\end{displaymath}


See Also

normalize



Manuel Bronstein 2002-09-04