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

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,  d⁡x&ˆd⁡t is recognized as being the same as −d⁡t&ˆd⁡x.

Examples

> 

with⁡liesymm:setup⁡x,y,z:

> 

wcollect⁡a⁢d⁡x&ˆd⁡y+b⁢d⁡x&ˆd⁡y

−a−b⁢d⁡y&ˆd⁡x

(1)
> 

wcollect⁡a⁢d⁡x&ˆd⁡y+b⁢d⁡y&ˆd⁡x

−a+b⁢d⁡y&ˆd⁡x

(2)

See Also

liesymm

liesymm[&^]

liesymm[d]

liesymm[Lie]

liesymm[setup]

with