OrthogonalSeries
ApplyOperator
apply a differential or difference operator to a series
Calling Sequence
Parameters
Description
Examples
ApplyOperator(L,S)
L
-
differential or difference operator
S
orthogonal series
The ApplyOperator function applies the operator L to the series S using the elementary operations for series: differentiation, derivative representation, and multiplication by a polynomial.
withOrthogonalSeries:
S1≔Create2n,LaguerreLn,1,x
S1≔∑n=0∞2nLaguerreLn,1,x
R1≔ApplyOperatorx2dx2−7xdx+3,dx,x,S1
R1≔139LaguerreL0,3,x+332LaguerreL1,3,x+∑n=2∞−192n+3n+32n+2n−82nn+152n+1n−122n+3−332n+2+32n+222n+1+2n+4n2−42n+3n2+62n+2n2+2nn2−42n+1n2+92n+4n+202n+4LaguerreLn,3,x
SimplifyCoefficientsR1,simplify
139LaguerreL0,3,x+332LaguerreL1,3,x+∑n=2∞2nn2+26n+139LaguerreLn,3,x
S3≔Createan,m,LaguerreLn,2,x,LaguerreLm,3,y
S3≔∑m=0∞∑n=0∞an,mLaguerreLn,2,xLaguerreLm,3,y
R≔ApplyOperatorxdx+ydy,dx,x,dy,y,S3
R≔∑m=0∞∑n=0∞nan,m+−2n−4an+1,m+n+4an+2,m+man,m+−2m−5an,m+1+m+5an,m+2LaguerreLn,2,xLaguerreLm,3,y
SimplifyCoefficientsR,collect,a
∑m=0∞∑n=0∞n+man,m+−2n−4an+1,m+n+4an+2,m+−2m−5an,m+1+m+5an,m+2LaguerreLn,2,xLaguerreLm,3,y
S5≔Create1n+1,1=7,LaguerreLn,1,x
S5≔7LaguerreL1,1,x+∑n=0∞LaguerreLn,1,xn+1
R2≔ApplyOperator1+xd+a,d,x,S5
R2≔−13a2−29LaguerreL0,2,x+7a+7LaguerreL1,2,x+∑n=1∞an+1n+2−1n+2−1n+1n+2LaguerreLn,2,x
SimplifyCoefficientsR2,simplify
−13a2−29LaguerreL0,2,x+7a+7LaguerreL1,2,x+∑n=1∞a−n−2LaguerreLn,2,xn+1n+2
See Also
LaguerreL
OrthogonalSeries[Create]
OrthogonalSeries[SimplifyCoefficients]
Download Help Document