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

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

(1)

(2)

See Also

powseries

 


Download Help Document