OrthogonalSeries
ConvertToSum
convert a series to a Maple sum
Calling Sequence
Parameters
Description
Examples
ConvertToSum(S)
S
-
orthogonal series
The ConvertToSum(S) function converts the orthogonal series S to a Maple sum.
ORTHOGONALSERIES(array(0 .. 1,[(0)=(table(sparse,[("bounds")=[0, infinity],("dim")=1,("general")=u(n),("table")=(table(sparse,[]))])),(1)=(table([("index")=n,("variable")=x,("genre")=["ChebyshevT"]]))]))
Sum(u(n)*ChebyshevT(n,x),n = 0 .. infinity)
See Also
ChebyshevT
lprint
OrthogonalSeries[Create]
Download Help Document