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

Online Help

All Products    Maple    MapleSim


liesymm

  

close

  

compute the closure of a set of differential forms

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

close(forms)

Parameters

forms

-

list or set of differential forms

Description

• 

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

• 

A set of differential forms is closed with respect to the exterior derivative d() by adding additional forms to the original set.

Examples

withliesymm:

setupt,x,u,w1,w2

t,x,u,w1,w2

(1)

a1duw1dtw2dx

a1duw1dtw2dx

(2)

a2w2+u2dxdtdw2dx

a2u2+w2dtdx+dxdw2

(3)

hasclosurea1,a2

false

(4)

closea1,a2

duw1dtw2dx,u2+w2dtdx+dxdw2,dtdw1+dxdw2

(5)

hasclosure

true

(6)

See Also

liesymm

liesymm[&mod]

liesymm[hasclosure]

liesymm[makeforms]

liesymm[setup]

with