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

4.23.3.8 codimension

Syntax:
codimension( cone c ) codimension( fan f ) codimension( polytope c )
Type:
int
Purpose:
codimension of the cone;
Example:
 
intmat M1[1][2]=
1,0;
cone c1=coneViaPoints(M1);
codimension(c1);
==> 1
intmat M2[1][2]=
0,0;
cone c2=coneViaPoints(M2);
codimension(c2);
==> 2

Top Back: ambientDimension Forward: dimension FastBack: coneViaInequalities 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-5, Jul 2012, generated by texi2html.