OrthogonalSeries
Truncate
truncate a series
Calling Sequence
Parameters
Description
Examples
Truncate(S, k)
Truncate(S1, [k1,.., kn])
S, S1
-
orthogonal series
k, k1, .., kn
non-negative integers
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 .
See Also
GegenbauerC
LaguerreL
OrthogonalSeries[Create]
Download Help Document