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

Online Help

All Products    Maple    MapleSim


difforms

  

wdegree

  

degree of a form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

wdegree(expr)

Parameters

expr

-

Maple expression

Description

• 

The function wdegree computes the degree of an expression, considered as a form.

• 

The function wdegree returns nonhmg when the expression is a sum of forms which have different degrees.

• 

Expressions of type scalar or const have wdegree = 0.

• 

The wdegree of an indexed name is the wdegree of the name without the index, unless explicitly stated.

• 

The command with(difforms,wdegree) allows the use of the abbreviated form of this command.

Examples

withdifforms:defformx=p,c=const,t=3,t4=5

wdegreec

0

(1)

wdegreex

p

(2)

dx2

1+−1pdxx

(3)

wdegree

2p+1

(4)

wdegreex+dx

nonhmg

(5)

wdegreet

3

(6)

wdegreet1

3

(7)

wdegreet4

5

(8)

wdegreeu3=wdegreeu

wdegreeu=wdegreeu

(9)

See Also

defform