taylor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


type/taylor

check for Taylor series

 

Calling Sequence

Description

Examples

Calling Sequence

type(expr, taylor)

Description

• 

The function type/taylor returns true if expr is a series which is a polynomial in the variable in which it was expanded.  An order term may be present.

Examples

seriessinx,x,5

x16x3+Ox5

(1)

type,taylor

true

(2)

series1sinx,x,5

x−1+16x+Ox3

(3)

type,taylor

false

(4)

typex3,taylor

false

(5)

seriesxy,x

1yx

(6)

type,taylor

true

(7)

seriesxy,y

xy−1

(8)

type,taylor

false

(9)

See Also

series

taylor

type

type/laurent

type/series