liesymm
getform
extract the basis element of a single wedge product
Calling Sequence
Parameters
Description
Examples
getform(expr)
expr
-
term involving a wedge product
This routine is part of the liesymm package and is loaded via with(liesymm).
Given an expression expr involving a single wedge product factor out the coefficient.
If more than one wedge product is encountered an error message is given.
with⁡liesymm:setup⁡x,y,z:
getform⁡a⁢d⁡x
d⁡x
getform⁡a⁢d⁡x+b⁢d⁡x
map⁡getform,a⁢d⁡x+b⁢d⁡y
d⁡x+d⁡y
getform⁡1c⁢d⁡x&ˆd⁡y
d⁡x&ˆd⁡y
getform⁡c
1
See Also
liesymm[&^]
liesymm[d]
liesymm[getcoeff]
liesymm[setup]
with
Download Help Document