GetRanking
get ranking of the rif-reduced symmetry determining system
Calling Sequence
Parameters
Description
Examples
Compatibility
GetRanking( obj)
obj
-
a LAVF object that its symmetry determinings system is in rif-reduced form.
For a LAVF object, the GetRanking method returns the ranking of the rif-reduced symmetry determining system as a list (or a list of lists) of dependent variable names, if available.
This method is front-end to the GetRanking method of a LHPDE object. That is, let S be the determining systems of LAVF objects L then GetRanking(L) equals GetRanking(S).
The returned output - ranking of a LAVF object - is consistent with the ranking that is used on the DEtools[rifsimp] command. See ranking for more detail.
This method is associated with the LAVF object. For more detail, see Overview of the LAVF object.
with⁡LieAlgebrasOfVectorFields:
Construct an LAVF object...
V≔VectorField⁡ξ⁡x,y⁢Dx+η⁡x,y⁢Dy,space=x,y
V≔ξ⁡x,y⁢ⅆⅆx+η⁡x,y⁢ⅆⅆ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≔∂2∂y2ξ⁡x,y=0,∂∂xη⁡x,y=−∂∂yξ⁡x,y,∂∂yη⁡x,y=0,∂∂xξ⁡x,y=0,indep=x,y,dep=ξ⁡x,y,η⁡x,y
L≔LAVF⁡V,E2
L≔ξ⁡x,y⁢ⅆⅆx+η⁡x,y⁢ⅆⅆy&where∂2∂y2ξ⁡x,y=0,∂∂xξ⁡x,y=0,∂∂xη⁡x,y=−∂∂yξ⁡x,y,∂∂yη⁡x,y=0
GetRanking⁡L
ξ,η
The GetRanking command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
LAVF (Object overview)
LHPDE (Object overview)
LieAlgebrasOfVectorFields[VectorField]
LieAlgebrasOfVectorFields[LHPDE]
LieAlgebrasOfVectorFields[LAVF]
DEtools[rifsimp]
Download Help Document