OrthogonalSeries[Coefficients] - extract a coefficient from a series
|
Calling Sequence
|
|
Coefficients(S)
Coefficients(S, k)
Coefficients(S, [k1,.., kn])
|
|
Parameters
|
|
S
|
-
|
orthogonal series
|
k, k1, .., kn
|
-
|
integers
|
|
|
|
|
Description
|
|
•
|
The Coefficients(S, k) and Coefficients(S, [k1,.., kn]) calling sequences extract the coefficients of index k and , respectively, from the series S. In these calling sequences, the dimension of the index must correspond to the dimension of S. Otherwise, an error is returned.
|
•
|
The Coefficients(S) calling sequence returns the general term coefficient of the series S.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
| (5) |
>
|
|
| (6) |
| (7) |
|
|
Download Help Document
Was this information helpful?