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.7.6.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 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
signcnd


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
            User manual for Singular version 3-0-4, Nov 2007, generated by texi2html.