Top
Back: newtonPolytopeP
Forward: normalFan
FastBack: Tropical Geometry
FastForward: tropical_lib
Up: oldpolymake_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.13.1.3 newtonPolytopeLP

Procedure from library oldpolymake.lib (see oldpolymake_lib).

Usage:
newtonPolytopeLP(f); f poly

Return:
list, the exponent vectors of the monomials occuring in f, i.e. the lattice points of the Newton polytope of f

Example:
 
LIB "oldpolymake.lib";
ring r=0,(x,y,z),dp;
poly f=y3+x2+xy+2xz+yz+z2+1;
// the lattice points of the Newton polytope of f are
newtonPolytopeLP(f);


Top Back: newtonPolytopeP Forward: normalFan FastBack: Tropical Geometry FastForward: tropical_lib Up: oldpolymake_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.