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

4.22.3.27 randomPoint

Syntax:
randomPoint( cone c )
Type:
bigintmat
Purpose:
random point in the relative interior in c
Example:
 
LIB"gfanlib.so";
intmat M[3][2]=
1,0,
0,1,
-1,0;
cone c=coneViaPoints(M);
bigintmat Q=randomPoint(c);
print(Q);
==> -380636641,1335380034

Top Back: quotientLatticeBasis Forward: rays 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 4-0-3, 2016, generated by texi2html.