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

Online Help

All Products    Maple    MapleSim


liesymm

  

Lrank

  

the Lie Rank of a set of forms

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Lrank(form)

Parameters

form

-

list or set of differential forms

Description

• 

This routine is part of the liesymm package and is loaded via with(liesymm) .

• 

It removes forms which are redundant with respect to the generation of the determining equations.

Examples

withliesymm:

setup

(1)

eqDiffux,t,x,t+Diffux,t,x+ux,t2=0

eq2xtux,t+xux,t+ux,t2=0

(2)

formsmakeformseq,ux,t,w

formsduw1dxw2dt,dw2dt+u2+w1dxdt

(3)

formscloseforms

formsduw1dxw2dt,dw2dt+u2+w1dxdt,dw1dxdw2dt

(4)

Lrankforms

duw1dxw2dt,dw2dt+u2+w1dxdt

(5)

See Also

liesymm

liesymm[close]

liesymm[d]

liesymm[Lie]

liesymm[makeforms]

liesymm[setup]

liesymm[wedge]

with