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

4.22.4.14 getImpliedEquations

Syntax:
getImpliedEquations( cone c )
Type:
intmat
Purpose:
generating vectors of the orthogonal complement of the span of the cone
Example:
 
intmat M[3][5]=
1,0,0,0,0,
0,1,0,0,0,
0,0,1,0,0;
cone c=coneViaRays(M);
intmat I=getImpliedEquations(c);
print(I);
==>      0     0     0     1     0
==>      0     0     0     0     1

Top Back: getGeneratorsOfSpan Forward: getInequalities 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.