MultiSeries[SeriesInfo] - return information about a multiseries
|
Calling Sequence
|
|
SeriesInfo[ListCoefficients](S)
SeriesInfo[ListExponents](S)
SeriesInfo[CoefficientBigO](S)
SeriesInfo[ExponentBigO](S)
SeriesInfo[Variable](S)
SeriesInfo[Scale](S)
|
|
Description
|
|
•
|
The SeriesInfo subpackage is a collection of simple procedures that return information about multiseries. They are intended to serve as a programmer interface to the SERIES data structure. For compatibility with future releases, it is strongly recommended that you use these commands instead of accessing the operands of the data structure directly.
|
•
|
The ListCoefficients function returns the list of coefficients of S.
|
•
|
The ListExponents function returns the list of exponents of S.
|
•
|
The CoefficientBigO function returns the coefficient in the term of S.
|
•
|
The ExponentBigO function returns the exponent of the variable in the term of S.
|
•
|
The Variable function returns the variable used in the series S.
|
•
|
The Scale function returns the asymptotic scale in which S has been expanded.
|
|
|
Examples
|
|
>
|
|
>
|
|
An example with a simple power series expansion:
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
A more complicated expansion:
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
>
|
|
| (15) |
>
|
|
| (16) |
|
|
Download Help Document
Was this information helpful?