powseries - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


powseries

  

powpoly

  

create a formal power series from a polynomial

 

Calling Sequence

Parameters

Description

Examples

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.

Examples

> 

with⁡powseries:

> 

t≔powpoly⁡2⁢x5+4⁢x4−x+5,x:

> 

tpsform⁡t,s,5

5−s+4⁢s4+O⁡s5

(1)
> 

tpsform⁡t,s,4

5−s+O⁡s4

(2)

See Also

powseries