OrthogonalSeries[Truncate] - truncate a series
|
Calling Sequence
|
|
Truncate(S, k)
Truncate(S1, [k1,.., kn])
|
|
Parameters
|
|
S, S1
|
-
|
orthogonal series
|
k, k1, .., kn
|
-
|
non-negative integers
|
|
|
|
|
Description
|
|
•
|
The Truncate(S, k) calling sequence truncates S after the kth coefficient. S must have dimension 1.
|
•
|
The Truncate(S1, [k1,.., kn]) calling sequence truncates S1 by removing ith index coefficients after the kith index. S must have dimension .
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?