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

Online Help

All Products    Maple    MapleSim


liesymm

  

getform

  

extract the basis element of a single wedge product

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

getform(expr)

Parameters

expr

-

term involving a wedge product

Description

• 

This routine is part of the liesymm package and is loaded via with(liesymm).

• 

Given an expression expr involving a single wedge product factor out the coefficient.

• 

If more than one wedge product is encountered an error message is given.

Examples

> 

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

> 

getform⁡a⁢d⁡x

d⁡x

(1)
> 

getform⁡a⁢d⁡x+b⁢d⁡x

d⁡x

(2)
> 

map⁡getform,a⁢d⁡x+b⁢d⁡y

d⁡x+d⁡y

(3)
> 

getform⁡1c⁢d⁡x&ˆd⁡y

d⁡x&ˆd⁡y

(4)
> 

getform⁡c

1

(5)

See Also

liesymm

liesymm[&^]

liesymm[d]

liesymm[getcoeff]

liesymm[setup]

with