order
determine the truncation order of a series
Calling Sequence
Parameters
Description
Thread Safety
Examples
order(expr)
expr
-
expression of type series
The function order returns the degree of the indeterminate in the O⁡x 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.
The order command is thread-safe as of Maple 15.
For more information on thread safety, see index/threadsafe.
series⁡11−x,x
1+x+x2+x3+x4+x5+O⁡x6
order⁡
6
series⁡x2,x=1
1+2⁢x−1+x−12
∞
See Also
NumberTheory[MultiplicativeOrder]
Order
series
Download Help Document