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

D.4.18.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();
==> hilbert_basis_elements : 7
==> number_extreme_rays : 5
==> rank : 4
==> index : 1
==> number_support_hyperplanes : 5
==> homogeneous : 1
==> height_1_elements : 7
==> homogeneous_weights : 1,1,1,-2
==> multiplicity : 4
==> primary : 0
See also: exportNuminvs.