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

Online Help

All Products    Maple    MapleSim


liesymm

  

getcoeff

  

extract the coefficient part of a basis wedge product

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

getcoeff(expr)

Parameters

expr

-

term involving one 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 w find c such that expr=c⁢w.

• 

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

Examples

> 

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

> 

getcoeff⁡a⁢d⁡x

a

(1)
> 

getcoeff⁡a⁢d⁡x+b⁢d⁡x

a+b

(2)
> 

map⁡getcoeff,a⁢d⁡x,b⁢d⁡y

a,b

(3)
> 

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

1c

(4)
> 

getcoeff⁡c

c

(5)

See Also

liesymm

liesymm[&^]

liesymm[d]

liesymm[setup]

with