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

Online Help

All Products    Maple    MapleSim


RifReduce

reduce a LHPDEs system to a rif-reduced form

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

RifReduce( obj, vars, opts)

Parameters

obj

-

a LHPDE object

vars

-

(optional) list (or list of lists) of main dependent variables

opts

-

(optional) sequence of options to control the behaviour of DEtools[rifsimp]

Description

• 

The RifReduce method rif-reduces a LHPDE object. It returns a LHPDE object in a rif-reduced from with respect to a given ranking.

• 

This is a front-end to the existing Maple command DEtools[rifsimp].

• 

The optional arguments will be passed down to DEtools[rifsimp]. In other words, If S is a LHPDE object then RifReduce(S, vars, opts) is equivalent to DEtools[rifsimp](GetSystem(S), vars, opts).

• 

The method is associated with the LHPDE object. For more detail, see Overview of the LHPDE object.

Examples

(1)

Rif-reduce S with respect to a default ranking: ordered list of dependent variables

(2)

(3)

Rif-reduce S with respect to a given ranking

(4)

(5)

Compatibility

• 

The RifReduce 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]

DEtools[rifsimp]

GetRanking

 


Download Help Document