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

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

withliesymm:

setupt,x,u,w1,w2

t,x,u,w1,w2

(1)

a1duw1dtw2dx

a1duw1dtw2dx

(2)

a2w2+u2dxdtdw2dx

a2u2+w2dtdx+dxdw2

(3)

dudt&moda1,a2

w2dtdx

(4)

dudt&modclosea1,a2

w2dtdx

(5)

See Also

liesymm

liesymm[&^]

liesymm[close]

liesymm[d]

liesymm[Lie]

liesymm[setup]

with