Truncate - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

OrthogonalSeries

  

Truncate

  

truncate a series

 

Calling Sequence

Parameters

Description

Examples

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)

See Also

GegenbauerC

LaguerreL

OrthogonalSeries

OrthogonalSeries[Create]

 


Download Help Document