Top
Back: intersectionValRingIdeals
Forward: exportNuminvs
FastBack:
FastForward:
Up: normaliz_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.26.11 showNuminvs

Procedure from library normaliz.lib (see normaliz_lib).

Usage:
showNuminvs();

Purpose:
prints the numerical invariants

Example:
 
LIB "normaliz.lib";
ring R=0,(x,y,z,t),dp;
ideal I=x3,x2y,y3;
list l=intclMonIdeal(I);
showNuminvs();
See also: exportNuminvs.


Top Back: intersectionValRingIdeals Forward: exportNuminvs FastBack: FastForward: Up: normaliz_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.