DEtools[PolynomialNormalForm] - construct the differential polynomial normal form of a rational function
|
Calling Sequence
|
|
PolynomialNormalForm(F, x)
|
|
Parameters
|
|
F
|
-
|
rational function of x
|
x
|
-
|
variable
|
|
|
|
|
Description
|
|
•
|
Let F be a rational function of x over a field K of characteristic 0. The PolynomialNormalForm(F,x) command constructs the differential polynomial normal form for F.
|
•
|
The output is a sequence of 3 elements where are polynomials over K such that:
|
1.
|
|
2.
|
for all non-negative integers .
|
3.
|
.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
Check the result:
>
|
|
>
|
|
| (3) |
>
|
|
>
|
|
>
|
|
| (4) |
|
|
References
|
|
|
Almkvist, G, and Zeilberger, D. "The method of differentiating under the integral sign." Journal of Symbolic Computation. Vol. 10. (1990): 571-591.
|
|
|
Download Help Document
Was this information helpful?