OrthogonalSeries[ConvertToSum] - convert a series to a Maple sum
|
Calling Sequence
|
|
ConvertToSum(S)
|
|
Description
|
|
•
|
The ConvertToSum(S) function converts the orthogonal series S to a Maple sum.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
ORTHOGONALSERIES(array(0 .. 1,[(0)=(table(sparse,[("bounds")=[0, infinity],("dim")=1,("table")=(table(sparse,[])),("general")=u(n)])),(1)=(table([("index")=n,("genre")=["ChebyshevT"],("variable")=x]))]))
| |
>
|
|
| (2) |
>
|
|
Sum(u(n)*ChebyshevT(n,x),n = 0 .. infinity)
| |
|
|
Download Help Document
Was this information helpful?