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

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, nopsgetformexpr).

Examples

withliesymm:

setupx,y,z

x,y,z

(1)

wdegree0

−1

(2)

wdegreex

0

(3)

wdegreex2dx

1

(4)

ax2dxdydz

ax2&^dz,dx,dy

(5)

wdegreea

3

(6)

See Also

liesymm

liesymm[&^]

liesymm[d]

with