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.
with⁡OrthogonalSeries:
S≔Create⁡u⁡n,ChebyshevT⁡n,x
S≔∑n=0∞⁡u⁡n⁢ChebyshevT⁡n,x
lprint⁡S
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"]]))]))
R≔ConvertToSum⁡S
R≔∑n=0∞⁡u⁡n⁢ChebyshevT⁡n,x
lprint⁡R
Sum(u(n)*ChebyshevT(n,x),n = 0 .. infinity)
See Also
ChebyshevT
lprint
OrthogonalSeries[Create]
Download Help Document