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⁡∂2∂y2⁢ξ⁡x,y=0,∂∂x⁢η⁡x,y=−∂∂y⁢ξ⁡x,y,∂∂y⁢η⁡x,y=0,∂∂x⁢ξ⁡x,y=0,indep=x,y,dep=ξ,η
S≔ξy,y=0,ηx=−ξy,ηy=0,ξx=0,indep=x,y,dep=ξ,η
Augment⁡S,∂∂y⁢ξ⁡x,y=0
ξy,y=0,ηx=−ξy,ηy=0,ξx=0,ξy=0,indep=x,y,dep=ξ,η
Augment⁡S,∂∂y⁢ξ⁡x,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
What kind of issue would you like to report? (Optional)