Close
Close window
converting series - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

convert/polynom

convert a series to polynomial form

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


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /