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

Online Help

All Products    Maple    MapleSim


InitialData

finds the initial data of a LHPDE object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

InitialData( obj, opts)

Initialdata( obj, opts)

Parameters

obj

-

a LHPDE object

opts

-

(optional) sequence of options to control the behaviour of DEtools[initialdata]

Description

• 

The InitialData method is a front-end to the existing command DEtools[initialdata], which accepts a LHPDE object as the first input argument.

• 

All optional arguments will be passed down to DEtools[initialdata].

• 

Let S be a LHPDE object then InititalData(S, opts) is equivalent to DEtools[initialdata](GetSystem(S), GetDependents(S), opts).

• 

The method name Initialdata is provided as an alias.

• 

This method is associated with the LHPDE object. For more detail, see Overview of the LHPDE object.

Examples

withLieAlgebrasOfVectorFields:

Typesetting:-Settingsuserep=true:

Typesetting:-Suppressα,β,η,ξx,y:

SLHPDEdiffξx,y,y,y=0,diffηx,y,x=diffξx,y,y,diffηx,y,y=0,diffξx,y,x=0,indep=x,y,dep=ξ,η

Sξy,y=0,ηx=ξy,ηy=0,ξx=0,indep=x,y,dep=ξ,η

(1)

InitialDataS

tableFinite=ξx0,y0=_C1,D2ξx0,y0=_C2,ηx0,y0=_C3,Infinite=

(2)

Compatibility

• 

The InitialData command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

LHPDE (Object overview)

LieAlgebrasOfVectorFields[LHPDE]

DEtools[initialdata]