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.
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