wsubs - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


liesymm

  

wsubs

  

replace part of a wedge product

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

wsubs(eqn, expr)

wsubs(lst, expr)

Parameters

expr

-

expression involving wedgeproducts

eqn

-

expression of the form wedgeprod = expression

lst

-

list or set of expressions like eqn

Description

• 

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.

Examples

withliesymm:setupx,y,z,t:

wsubsdx=dz,adxdy+bdxdy

adydzbdydz

(1)

getformadxdy

dxdy

(2)

wsubs=dxdt,dxdydz

&^dx,dz,dt

(3)

See Also

liesymm

liesymm[&^]

liesymm[&mod]

liesymm[d]

liesymm[Lie]

liesymm[setup]

powsubs

with