Home Online Manual
Top
Back: polytope related functions
Forward: newtonPolytope
FastBack: polytopeViaInequalities
FastForward: pyobject
Up: polytope related functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

4.24.3.1 dualPolytope

Syntax:
dualPolytope( polytope p )
Type:
polytope
Purpose:
Newton polytope of f
Example:
 
LIB"gfanlib.so";
intmat M[4][2]=
0,0,
1,0,
0,1,
1,1;
polytope p=polytopeViaPoints(M);
dualPolytope(p);
==> AMBIENT_DIM
==> 1
==> INEQUALITIES
==> 0,1,
==> 1,0
==> EQUATIONS
==> 
==>