GetRanking - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GetRanking

get ranking of the rif-reduced symmetry determining system

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetRanking( obj)

Parameters

obj

-

a LAVF object that its symmetry determinings system is in rif-reduced form.

Description

• 

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.

Examples

> 

with⁡LieAlgebrasOfVectorFields:

Construct an LAVF object...

> 

V≔VectorField⁡ξ⁡x,y⁢Dx+η⁡x,y⁢Dy,space=x,y

V≔ξ⁡x,y⁢ⅆⅆx+η⁡x,y⁢ⅆⅆy

(1)
> 

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

(2)
> 

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

(3)
> 

GetRanking⁡L

ξ,η

(4)

Compatibility

• 

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]

GetRanking

DEtools[rifsimp]