liesymm
wdegree
compute the wedge degree of a form
Calling Sequence
Parameters
Description
Examples
wdegree(expr)
expr
-
differential form
This routine is part of the liesymm package and is loaded via with(liesymm) .
It returns the wedge degree of a differential form.
It is defined relative to a given coordinate system, so use of setup() may change its value.
As the list of coordinates fully defines the one-forms, the value of this routine is just the number of terms in the basic wedge product (that is, nopsgetformexpr).
withliesymm:
setupx,y,z
x,y,z
wdegree0
−1
wdegreex
0
wdegreex2dx
1
a≔x2dx&ˆdy&ˆdz
a≔x2&^dz,dx,dy
wdegreea
3
See Also
liesymm[&^]
liesymm[d]
with
Download Help Document