liesymm
getcoeff
extract the coefficient part of a basis wedge product
Calling Sequence
Parameters
Description
Examples
getcoeff(expr)
expr
-
term involving one 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 w find c such that expr=c⁢w.
If more than one wedge product is encountered, an error message is given.
with⁡liesymm:setup⁡x,y,z:
getcoeff⁡a⁢d⁡x
a
getcoeff⁡a⁢d⁡x+b⁢d⁡x
a+b
map⁡getcoeff,a⁢d⁡x,b⁢d⁡y
a,b
getcoeff⁡1c⁢d⁡x&ˆd⁡y
1c
getcoeff⁡c
c
See Also
liesymm[&^]
liesymm[d]
liesymm[setup]
with
Download Help Document