|
D.12.5.4 leadmonomial
Procedure from library teachstd.lib (see teachstd_lib).
- Usage:
- leadmonomial(f); f poly or vector
- Return:
- the leading monomial of f of type poly
- Note:
- if f is of type poly, leadmonomial(f)=leadmonom(f), if f is of type
vector and if leadmonom(f)=m*gen(i) then leadmonomial(f)=m
Example:
|