OrthogonalSeries - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Packages : OrthogonalSeries

Overview of the OrthogonalSeries Package

 

Calling Sequence

Description

List of OrthogonalSeries Package Commands

Examples

Calling Sequence

OrthogonalSeries:-command(arguments)

command(arguments)

Description

• 

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.

List of OrthogonalSeries Package Commands

  

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.

Examples

withOrthogonalSeries:

Createun,HermiteHn,x

n=0unHermiteHn,x

(1)

CChangeBasis1+3yx2+y3x,ChebyshevTn,x,ChebyshevUm,y

CChebyshevT0,xChebyshevU0,y+3ChebyshevT0,xChebyshevU1,y4+ChebyshevT1,xChebyshevU1,y2+3ChebyshevT2,xChebyshevU1,y4

(2)

EvaluateC

3x2y+yx+1

(3)

See Also

ChebyshevT

ChebyshevU

HermiteH

UsingPackages