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

Online Help

All Products    Maple    MapleSim


order

determine the truncation order of a series

 

Calling Sequence

Parameters

Description

Thread Safety

Examples

Calling Sequence

order(expr)

Parameters

expr

-

expression of type series

Description

• 

The function order returns the degree of the indeterminate in the Ox term of a series.  If there is no order term in the series then the name infinity is returned.

• 

This function only works with expressions of type series.

Thread Safety

• 

The order command is thread-safe as of Maple 15.

• 

For more information on thread safety, see index/threadsafe.

Examples

series11x,x

1+x+x2+x3+x4+x5+Ox6

(1)

order

6

(2)

seriesx2,x=1

1+2x1+x12

(3)

order

(4)

See Also

NumberTheory[MultiplicativeOrder]

Order

series