Overview of the OrthogonalSeries Package
Calling Sequence
Description
List of OrthogonalSeries Package Commands
Examples
OrthogonalSeries:-command(arguments)
command(arguments)
The OrthogonalSeries package contains commands to manipulate series of classical orthogonal polynomials or, more generally, hypergeometric polynomials.
Each command in the OrthogonalSeries package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The long form, OrthogonalSeries:-command, is always available. The short form can be used after loading the package.
The following is a list of available commands.
Add
ApplyOperator
ChangeBasis
Coefficients
ConvertToSum
Copy
Create
Degree
Derivate
DerivativeRepresentation
Evaluate
GetInfo
Multiply
PolynomialMultiply
ScalarMultiply
SimplifyCoefficients
Truncate
To display the help page for a particular OrthogonalSeries commands, see Getting Help with a Command in a Package.
with⁡OrthogonalSeries:
Create⁡u⁡n,HermiteH⁡n,x
∑n=0∞⁡u⁡n⁢HermiteH⁡n,x
C≔ChangeBasis⁡1+3⁢y⁢x2+y3⁢x,ChebyshevT⁡n,x,ChebyshevU⁡m,y
C≔ChebyshevT⁡0,x⁢ChebyshevU⁡0,y+3⁢ChebyshevT⁡0,x⁢ChebyshevU⁡1,y4+ChebyshevT⁡1,x⁢ChebyshevU⁡1,y2+3⁢ChebyshevT⁡2,x⁢ChebyshevU⁡1,y4
Evaluate⁡C
3⁢x2⁢y+y⁢x+1
See Also
ChebyshevT
ChebyshevU
HermiteH
UsingPackages
Download Help Document