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

Online Help

All Products    Maple    MapleSim


convert/polynom

convert a series to polynomial form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( series, polynom )

Parameters

series

-

series; preferably of type taylor

Description

• 

Convert to polynom converts a Taylor series to a polynomial. If series is not a Taylor series then the conversion to sum-of-products form takes place but the result is not of type polynom.

Examples

sseriessinx,x,5

sx16x3+Ox5

(1)

types,polynom

false

(2)

pconverts,polynom

px16x3

(3)

typep,polynomanything,x

true

(4)

tseriesexpxx,x,3

tx−1+1+12x+Ox2

(5)

qconvertt,polynom

q1x+1+x2

(6)

typeq,polynomanything,x

false

(7)

typeq,`+`

true

(8)

See Also

series

type/polynom