liesymm
wcollect
regroup the terms as a sum of products
Calling Sequence
Parameters
Description
Examples
wcollect(expr)
expr
-
expression involving wedge products
This routine is part of the liesymm package and is loaded via with(liesymm).
The expression is rewritten in a sum of products form with each distinct wedge product or 1-form occurring exactly once. As the arguments to a wedge product are sorted into ``address'' order and coefficients are automatically extracted, d⁡x&ˆd⁡t is recognized as being the same as −d⁡t&ˆd⁡x.
with⁡liesymm:setup⁡x,y,z:
wcollect⁡a⁢d⁡x&ˆd⁡y+b⁢d⁡x&ˆd⁡y
−a−b⁢d⁡y&ˆd⁡x
wcollect⁡a⁢d⁡x&ˆd⁡y+b⁢d⁡y&ˆd⁡x
−a+b⁢d⁡y&ˆd⁡x
See Also
liesymm[&^]
liesymm[d]
liesymm[Lie]
liesymm[setup]
with
Download Help Document