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

Online Help

All Products    Maple    MapleSim


GetRanking

get ranking of a rif-reduced LHPDEs system

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetRanking( obj)

Parameters

obj

-

a LHPDE object that is in rif-reduced form.

Description

• 

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.

Examples

(1)

(2)

(3)

Using the RifReduce method to reduce a LHPDE object with given ranking:

(4)

(5)

Specify ranking while constructing a LHPDE object:

(6)

(7)

Compatibility

• 

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