laurent - 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/laurent

check for Laurent series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, laurent)

Parameters

expr

-

expression

Description

• 

The call type(expr, laurent) returns true if expr is of type series and only contains power terms of the variable in which it was expanded.

• 

In mathematical terminology it returns true if expr is a Laurent series with finite principal part, since type series in Maple represents series with only a finite number of negative powers and with an order-term representing the truncation of a potentially infinite number of positive power terms.

Examples

seriessinx,x,5

x16x3+Ox5

(1)

type,laurent

true

(2)

series1sinx,x,5

x−1+16x+Ox3

(3)

type,laurent

true

(4)

serieslnx+x2,x,3

lnx+x12x2+Ox3

(5)

type,laurent

false

(6)

See Also

series

type

type/series

type/taylor