next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

exportNumInvs(..., Print => ...) -- wether to print the variables

Synopsis

Description

If the Print option is set to true, the function does not only create the variables, but also prints them to the standard output. The default is false.
i1 : R=ZZ/37[x,y,t];
i2 : I=ideal(x^3,x^2*y,y^3);

o2 : Ideal of R
i3 : setNmzOption("hilb",true);
i4 : intclMonIdeal(I);
i5 : exportNumInvs()
i6 : exportNumInvs(Print=> true)
nmzHilbertBasisElements=6
nmzNumberExtremeRays=4
nmzRank=3
nmzIndex=1
nmzNumberSupportHyperplanes=4
nmzHomogeneous=true
nmzHeight1Elements=6
nmzHomogeneousWeights=(1,1,-2)
nmzMultiplicity=4
nmzHVector=(1,3,0)
nmzHilbertPolynomial=(2,6,4)
nmzPrimary=true
nmzIdealMultiplicity=9

Further information