|
D.6.9.14 is_NND
Procedure from library hnoether.lib (see hnoether_lib).
- Usage:
- is_NND(f[,mu,NP]); f poly, mu int, NP list of intvecs
- Assume:
- f is convenient, that is, f(x,0) != 0 != f(0,y);
mu (optional) is Milnor number of f.
NP (optional) is output of newtonpoly(f) .
- Return:
- int: 1 if f is Newton non-degenerate, 0 otherwise.
Example:
See also:
newtonpoly.
|