liesymm
wsubs
replace part of a wedge product
Calling Sequence
Parameters
Description
Examples
wsubs(eqn, expr)
wsubs(lst, expr)
expr
-
expression involving wedgeproducts
eqn
expression of the form wedgeprod = expression
lst
list or set of expressions like eqn
This routine is part of the liesymm package and is loaded via with(liesymm) .
The routine wsubs() is analogous to powsubs() but is for wedge products. One or more equations specify replacements that are to be made.
The replacements occur even if only a subset of the &^ arguments match.
If two or more substitutions are specified, they are completed in the order specified, even if they are given as a set. Simultaneous substitution (as in subs()) has not been implemented.
with⁡liesymm:setup⁡x,y,z,t:
wsubs⁡d⁡x=d⁡z,a⁢d⁡x&ˆd⁡y+b⁢d⁡x&ˆd⁡y
−a⁢d⁡y&ˆd⁡z−b⁢d⁡y&ˆd⁡z
getform⁡a⁢d⁡x&ˆd⁡y
d⁡x&ˆd⁡y
wsubs⁡=d⁡x&ˆd⁡t,d⁡x&ˆd⁡y&ˆd⁡z
−&^⁡d⁡x,d⁡z,d⁡t
See Also
liesymm[&^]
liesymm[&mod]
liesymm[d]
liesymm[Lie]
liesymm[setup]
powsubs
with
Download Help Document