IsRifReduced
check if a LHPDEs system is in rif-reduced form
IsTotalDegreeRanking
check if a LHPDEs system is rif-reduced with respect to a total degree ranking
Calling Sequence
Parameters
Description
Examples
Compatibility
IsRifReduced( obj)
IsTotalDegreeRanking( obj)
obj
-
a LHPDE object
The IsRifReduced method returns true if a LHPDE object is in rif-reduced form, false otherwise. It returns FAIL if the status is unknown.
Let S be a LHPDE object. The IsTotalDegreeRanking method checks if S is rif-reduced with respect to a total degree ranking (see ranking for more detail). It returns FAIL if S is not in rif-reduced form.
For setting a LHPDEs system as being in a rif-reduced form, see LieAlgebrasOfVectorFields[LHPDE]. And, to rif-reduce a LHPDE object, see the RifReduce method.
These methods are associated with the LHPDE object. For more detail, see Overview of the LHPDE object.
with⁡LieAlgebrasOfVectorFields:
Typesetting:-Suppress⁡ξ⁡x,y,η⁡x,y:
Typesetting:-Settings⁡userep=true:
S≔LHPDE⁡diff⁡ξ⁡x,y,y,y=0,diff⁡η⁡x,y,x+diff⁡ξ⁡x,y,y=0,diff⁡η⁡x,y,y=0,diff⁡ξ⁡x,y,x=0,diff⁡η⁡x,y,x,x=0,indep=x,y,dep=ξ,η
S≔ξy,y=0,ηx+ξy=0,ηy=0,ξx=0,ηx,x=0,indep=x,y,dep=ξ,η
S≔RifReduce⁡S
S≔ξy,y=0,ξx=0,ηx=−ξy,ηy=0,indep=x,y,dep=ξ,η
IsRifReduced⁡S
true
IsTotalDegreeRanking⁡S
The status of S1 for being a rif-reduced form is not known:
S1≔LHPDE⁡diff⁡ξ⁡x,y,x=0,η⁡x,y=0,indep=x,y,dep=ξ,η
S1≔ξx=0,η=0,indep=x,y,dep=ξ,η
Therefore, information will not be available..
IsRifReduced⁡S1
FAIL
IsTotalDegreeRanking⁡S1
The IsRifReduced and IsTotalDegreeRanking commands were introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
LHPDE (Object overview)
LieAlgebrasOfVectorFields[LHPDE]
RifReduce
ranking
Download Help Document