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

Online Help

All Products    Maple    MapleSim


liesymm

  

wdegree

  

compute the wedge degree of a form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

wdegree(expr)

Parameters

expr

-

differential form

Description

• 

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

• 

It returns the wedge degree of a differential form.

• 

It is defined relative to a given coordinate system, so use of setup() may change its value.

• 

As the list of coordinates fully defines the one-forms, the value of this routine is just the number of terms in the basic wedge product (that is, nops⁡getform⁡expr).

Examples

> 

with⁡liesymm:

> 

setup⁡x,y,z

x,y,z

(1)
> 

wdegree⁡0

−1

(2)
> 

wdegree⁡x

0

(3)
> 

wdegree⁡x2⁢d⁡x

1

(4)
> 

a≔x2⁢d⁡x&ˆd⁡y&ˆd⁡z

a≔x2⁢&^⁡d⁡x,d⁡y,d⁡z

(5)
> 

wdegree⁡a

3

(6)

See Also

liesymm

liesymm[&^]

liesymm[d]

with