liesymm
d
the exterior derivative
Calling Sequence
Parameters
Description
Examples
d(form)
form
-
expression involving differential forms relative to specific coordinates
This routine is part of the liesymm package and is loaded via with(liesymm) .
It computes the exterior derivative of the differential form form with respect to the coordinates defined by setup() .
For coordinate x, d⁡x is a 1-form, and d⁡d⁡x=0.
Expressions not involving the coordinates are treated as constants. The coordinate list is given by wedgeset(0).
with⁡liesymm:
setup⁡x,y,z
x,y,z
map⁡d,
d⁡x,d⁡y,d⁡z
d⁡x2⁢d⁡x
0
d⁡x+y
d⁡x+d⁡y
d⁡z⁢d⁡x&ˆd⁡y
&^⁡d⁡y,d⁡z,d⁡x
d⁡1c⁢d⁡x&ˆd⁡y
See Also
liesymm[&^]
liesymm[hook]
liesymm[Lie]
liesymm[setup]
liesymm[wedgeset]
with
Download Help Document