difforms
wdegree
degree of a form
Calling Sequence
Parameters
Description
Examples
wdegree(expr)
expr
-
Maple expression
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.
with⁡difforms:defform⁡x=p,c=const,t=3,t4=5
wdegree⁡c
0
wdegree⁡x
p
d⁡x2
1+−1p⁢d⁡x&ˆx
wdegree⁡
2⁢p+1
wdegree⁡x+d⁡x
nonhmg
wdegree⁡t
3
wdegree⁡t1
wdegree⁡t4
5
wdegree⁡u3=wdegree⁡u
wdegree⁡u=wdegree⁡u
See Also
defform
Download Help Document