GetRanking
get ranking of a rif-reduced LHPDEs system
Calling Sequence
Parameters
Description
Examples
Compatibility
GetRanking( obj)
obj
-
a LHPDE object that is in rif-reduced form.
For a LHPDE object that is in rif-reduced form, the GetRanking method returns the ranking of the LHPDE object as a list (or a list of lists) of dependent variable names, if available.
The method returns FAIL if the ranking is unavailable or a LHPDE object is not recorded as being in rif-reduced form.
The returned output - ranking of a LHPDE object - is consistent with the ranking that is used on the DEtools[rifsimp] command. See ranking for more detail.
Rif reduction refers to the differential reduction and completion algorithm performed by the Maple command DEtools[rifsimp].
To rif-reduce a LHPDE object with specific ranking, see RifReduce for more detail.
The ranking can be set while constructing a LHPDE object. See LieAlgebrasOfVectorFields[LHPDE] for more detail.
This method is associated with the LHPDE object. For more detail, see Overview of the LHPDE object.
with⁡LieAlgebrasOfVectorFields:
Typesetting:-Settings⁡userep=true
false
Typesetting:-Suppress⁡ξ⁡x,y,η⁡x,y
S≔LHPDE⁡diff⁡ξ⁡x,y,x=0,diff⁡η⁡x,y,y=0,diff⁡ξ⁡x,y,y+diff⁡η⁡x,y,x=0,diff⁡ξ⁡x,y,y,y=0,diff⁡η⁡x,y,x,x=0
S≔ξx=0,ηy=0,ξy+ηx=0,ξy,y=0,ηx,x=0,indep=x,y,dep=η,ξ
GetRanking⁡S
FAIL
Using the RifReduce method to reduce a LHPDE object with given ranking:
Sred≔RifReduce⁡S,ξ,η
Sred≔ξy,y=0,ξx=0,ηx=−ξy,ηy=0,indep=x,y,dep=η,ξ
GetRanking⁡Sred
ξ,η
Specify ranking while constructing a LHPDE object:
S1≔LHPDE⁡diff⁡η⁡y,y=0,diff⁡ξ⁡x,x=0,dep=ξ,η,indep=x,y,inRifReducedForm=true,ranking=η,ξ
S1≔ⅆⅆyη⁡y=0,ⅆⅆxξ⁡x=0,indep=x,y,dep=ξ⁡x,η⁡y
GetRanking⁡S1
η,ξ
The GetRanking 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]
RifReduce
DEtools[rifsimp]
Download Help Document