liesymm
close
compute the closure of a set of differential forms
Calling Sequence
Parameters
Description
Examples
close(forms)
forms
-
list or set of differential forms
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.
with⁡liesymm:
setup⁡t,x,u,w1,w2
t,x,u,w1,w2
a1≔d⁡u−w1⁢d⁡t−w2⁢d⁡x
a2≔w2+u2⁢d⁡x&ˆd⁡t−d⁡w2&ˆd⁡x
a2≔−u2+w2⁢d⁡t&ˆd⁡x+d⁡x&ˆd⁡w2
hasclosure⁡a1,a2
false
close⁡a1,a2
d⁡u−w1⁢d⁡t−w2⁢d⁡x,−u2+w2⁢d⁡t&ˆd⁡x+d⁡x&ˆd⁡w2,d⁡t&ˆd⁡w1+d⁡x&ˆd⁡w2
hasclosure⁡
true
See Also
liesymm[&mod]
liesymm[hasclosure]
liesymm[makeforms]
liesymm[setup]
with
Download Help Document