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

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

> 

with⁡liesymm:

> 

setup⁡

(1)
> 

eq≔Diff⁡u⁡x,t,x,t+Diff⁡u⁡x,t,x+u⁡x,t2=0

eq≔∂2∂x∂tu⁡x,t+∂∂xu⁡x,t+u⁡x,t2=0

(2)
> 

forms≔makeforms⁡eq,u⁡x,t,w

forms≔d⁡u−w1⁢d⁡x−w2⁢d⁡t,d⁡w2&ˆd⁡t+u2+w1⁢d⁡x&ˆd⁡t

(3)
> 

forms≔close⁡forms

forms≔d⁡u−w1⁢d⁡x−w2⁢d⁡t,d⁡w2&ˆd⁡t+u2+w1⁢d⁡x&ˆd⁡t,−d⁡w1&ˆd⁡x−d⁡w2&ˆd⁡t

(4)
> 

Lrank⁡forms

d⁡u−w1⁢d⁡x−w2⁢d⁡t,d⁡w2&ˆd⁡t+u2+w1⁢d⁡x&ˆd⁡t

(5)

See Also

liesymm

liesymm[close]

liesymm[d]

liesymm[Lie]

liesymm[makeforms]

liesymm[setup]

liesymm[wedge]

with