wcollect - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


liesymm

  

wcollect

  

regroup the terms as a sum of products

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

wcollect(expr)

Parameters

expr

-

expression involving wedge products

Description

• 

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,  dxdt is recognized as being the same as dtdx.

Examples

withliesymm:setupx,y,z:

wcollectadxdy+bdxdy

abdydx

(1)

wcollectadxdy+bdydx

a+bdydx

(2)

See Also

liesymm

liesymm[&^]

liesymm[d]

liesymm[Lie]

liesymm[setup]

with