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

(1)

(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]

 


Download Help Document