powseries[powpoly] - create a formal power series from a polynomial
|
Calling Sequence
|
|
powpoly(poly, var)
|
|
Parameters
|
|
poly
|
-
|
polynomial in var
|
var
|
-
|
variable
|
|
|
|
|
Description
|
|
•
|
The function powpoly(poly, var) returns a formal power series equivalent to poly.
|
•
|
Thus, for all i, the ith coefficient of the power series returned is coeff(poly, var, i).
|
•
|
The command with(powseries,powpoly) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?