ReducedForm
compute reduced form of differential expressions modulo a LHPDE
Calling Sequence
Parameters
Description
Examples
Compatibility
ReducedForm(expr, obj)
expr
-
a list or set of differential expressions
obj
a rif-reduced LHPDE object (see IsRifReduced)
The ReducedForm method reduces a list (or set) of differential expressions modulo a rif-reduced LHPDE object. It returns the reduced form as a list (or set) of differential expressions.
Essentially the method substitutes the LHPDE equations into the differential expressions expr, until no more substitutions can be done.
To perform the reduction, the method ultimately calls a version of the Maple command dsubs.
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,η⁡x,y
E2≔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=ξ,η
E2≔ξy,y=0,ηx=−ξy,ηy=0,ξx=0,indep=x,y,dep=ξ,η
expr≔diff⁡ξ⁡x,y,x,y,diff⁡η⁡x,y,x,x,diff⁡ξ⁡x,y,y,diff⁡η⁡x,y,x+diff⁡η⁡x,y,y
expr≔ξx,y,ηx,x,ξy,ηx+ηy
ReducedForm⁡expr,E2
0,0,ξy,−ξy
ReducedForm⁡convert⁡expr,set,E2
0,−ξy,ξy
The ReducedForm 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]
IsRifReduced
dsubs
Download Help Document