powseries
powpoly
create a formal power series from a polynomial
Calling Sequence
Parameters
Description
Examples
powpoly(poly, var)
poly
-
polynomial in var
var
variable
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.
with⁡powseries:
t≔powpoly⁡2⁢x5+4⁢x4−x+5,x:
tpsform⁡t,s,5
5−s+4⁢s4+O⁡s5
tpsform⁡t,s,4
5−s+O⁡s4
See Also
Download Help Document