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, dx is a 1-form, and ddx=0.
Expressions not involving the coordinates are treated as constants. The coordinate list is given by wedgeset(0).
withliesymm:
setupx,y,z
x,y,z
mapd,
dx,dy,dz
dx2dx
0
dx+y
dx+dy
dzdx&ˆdy
&^dy,dz,dx
d1cdx&ˆdy
See Also
liesymm[&^]
liesymm[hook]
liesymm[Lie]
liesymm[setup]
liesymm[wedgeset]
with
Download Help Document