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

Online Help

All Products    Maple    MapleSim


ReducedForm

compute reduced form of differential expressions modulo a LHPDE

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ReducedForm(expr, obj)

Parameters

expr

-

a list or set of differential expressions

obj

-

a rif-reduced LHPDE object (see IsRifReduced)

Description

• 

The ReducedForm method reduces a list (or set) of differential expressions modulo a rif-reduced LHPDE object. It returns the reduced form as a list (or set) of differential expressions.

• 

Essentially the method substitutes the LHPDE equations into the differential expressions expr, until no more substitutions can be done.

• 

To perform the reduction, the method ultimately calls a version of the Maple command dsubs.

• 

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

Examples

withLieAlgebrasOfVectorFields:

Typesetting:-Settingsuserep=true:

Typesetting:-Suppressξx,y,ηx,y

E2LHPDEdiffξ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ξy,y=0,ηx=ξy,ηy=0,ξx=0,indep=x,y,dep=ξ,η

(1)

exprdiffξx,y,x,y,diffηx,y,x,x,diffξx,y,y,diffηx,y,x+diffηx,y,y

exprξx,y,ηx,x,ξy,ηx+ηy

(2)

ReducedFormexpr,E2

0,0,ξy,ξy

(3)

ReducedFormconvertexpr,set,E2

0,ξy,ξy

(4)

Compatibility

• 

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

IsRifReduced

dsubs