Home Online Manual
Top
Back: psigncnd
Forward: Visualization
FastBack: zeroset_lib
FastForward: Visualization
Up: signcond_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.8.7.3 firstoct

Procedure from library signcond.lib (see signcond_lib).

Usage:
firstoct(I); I ideal

Return:
number: the number of points of V(I) lying in the first octant

Assume:
I is given by a Groebner basis.

Example:
 
LIB "signcond.lib";
ring r = 0,(x,y),dp;
ideal i = (x-2)*(x+3)*x,y*(y-1);
firstoct(i);
==> 1
See also: signcnd.