liesymm
Lrank
the Lie Rank of a set of forms
Calling Sequence
Parameters
Description
Examples
Lrank(form)
form
-
list or set of differential forms
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.
with⁡liesymm:
setup⁡
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
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
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
Lrank⁡forms
d⁡u−w1⁢d⁡x−w2⁢d⁡t,d⁡w2&ˆd⁡t+u2+w1⁢d⁡x&ˆd⁡t
See Also
liesymm[close]
liesymm[d]
liesymm[Lie]
liesymm[makeforms]
liesymm[setup]
liesymm[wedge]
with
Download Help Document