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, nops⁡getform⁡expr).
with⁡liesymm:
setup⁡x,y,z
x,y,z
wdegree⁡0
−1
wdegree⁡x
0
wdegree⁡x2⁢d⁡x
1
a≔x2⁢d⁡x&ˆd⁡y&ˆd⁡z
a≔x2⁢&^⁡d⁡z,d⁡x,d⁡y
wdegree⁡a
3
See Also
liesymm[&^]
liesymm[d]
with
Download Help Document