Previous Up Next

6.36.1  Dividing by increasing power order: divpc

The divpc command finds the truncated Taylor expansion of a quotient of polynomials.

Note that this command does not work on polynomials written as a list of coefficients.


Example.
Input:

divpc(1+x^2+x^3,1+x^2,5)

Output:

x5+x3+1

Previous Up Next