Augment
append some DEs to a LHPDE object
Calling Sequence
Parameters
Description
Examples
Compatibility
Augment( obj, des, rifReduce = r)
obj
-
a LHPDE object
des
a list or set of DEs
r
(optional) true or false
The Augment method appends some DEs des to the LHPDE object obj.
The method returns a new LHPDE object with new conditions des appended.
The returned LHPDE object can be in rif-reduced form (see DEtools[rifsimp]) by specifying rifReduce = true.
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=ξ,η
Augment⁡S,diff⁡ξ⁡x,y,y=0
ξy,y=0,ηx=−ξy,ηy=0,ξx=0,ξy=0,indep=x,y,dep=ξ,η
Augment⁡S,diff⁡ξ⁡x,y,y=0,rifReduce=true
ξx=0,ηx=0,ξy=0,ηy=0,indep=x,y,dep=ξ,η
The Augment 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[rifsimp]
Download Help Document