Previous Up Next

13.5.1  Dividing by increasing power order

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

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

Previous Up Next