Top
Back: cone related functions
Forward: coneLink
FastBack: quickConeViaNormals
FastForward: fan
Up: cone related functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

4.22.4.1 canonicalizeCone

Syntax:
canonicalizeCone( cone c, intvec point )
Type:
cone
Purpose:
canonicalized version of the cone, no more redundant inequalities and equations
Example:
 
intmat M[11][3]=
0,-1,1,
-1,1,0,
-1,0,1,
-1,-1,2,
-2,2,0,
-2,1,1,
-2,0,2,
-2,-1,3,
-3,2,1,
-3,1,2,
-3,0,3;
cone c=quickConeViaNormals(M);
c;
==> AMBIENT_DIM
==> 3
==> INEQUALITIES
==> -3,1,2,
==> -3,2,1,
==> -2,-1,3,
==> -2,1,1,
==> -1,-1,2,
==> -1,0,1,
==> -1,1,0,
==> 0,-1,1
==> EQUATIONS
==> 
canonicalizeCone(c);
==> AMBIENT_DIM
==> 3
==> INEQUALITIES
==> -1,1,0,
==> 0,-1,1
==> EQUATIONS
==> 

Top Back: cone related functions Forward: coneLink FastBack: quickConeViaNormals FastForward: fan Up: cone related functions Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-4, Jan 2012, generated by texi2html.