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

Online Help

All Products    Maple    MapleSim


liesymm

  

&mod

  

reduce a form modulo an exterior ideal

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

f &mod formlist

Parameters

f

-

differential form

formlist

-

list or set of differential forms

Description

• 

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

• 

Reduce the form  f modulo the exterior ideal generated by formlist.  Use a closed formlist to specify a differential ideal.

Examples

> 

with⁡liesymm:

> 

setup⁡t,x,u,w1,w2

t,x,u,w1,w2

(1)
> 

a1≔d⁡u−w1⁢d⁡t−w2⁢d⁡x

a1≔d⁡u−w1⁢d⁡t−w2⁢d⁡x

(2)
> 

a2≔w2+u2⁢d⁡x&ˆd⁡t−d⁡w2&ˆd⁡x

a2≔−u2+w2⁢d⁡t&ˆd⁡x+d⁡x&ˆd⁡w2

(3)
> 

d⁡u&ˆd⁡t&moda1,a2

−w2⁢d⁡t&ˆd⁡x

(4)
> 

d⁡u&ˆd⁡t&modclose⁡a1,a2

−w2⁢d⁡t&ˆd⁡x

(5)

See Also

liesymm

liesymm[&^]

liesymm[close]

liesymm[d]

liesymm[Lie]

liesymm[setup]

with