InitialData
finds the initial data of a LHPDE object
Calling Sequence
Parameters
Description
Examples
Compatibility
InitialData( obj, opts)
Initialdata( obj, opts)
obj
-
a LHPDE object
opts
(optional) sequence of options to control the behaviour of DEtools[initialdata]
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.
with⁡LieAlgebrasOfVectorFields:
Typesetting:-Settings⁡userep=true:
Typesetting:-Suppress⁡α,β,η,ξ⁡x,y:
S≔LHPDE⁡diff⁡ξ⁡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=ξ,η
InitialData⁡S
table⁡Finite=ξ⁡x0,y0=_C1,D2⁡ξ⁡x0,y0=_C2,η⁡x0,y0=_C3,Infinite=
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