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

D.4.26.4 toricRingFromBinomials

Procedure from library normaliz.lib (see normaliz_lib).

Usage:
toricRingFromBinomials(ideal I);
toricRingFromBinomials(ideal I, intvec grading);

Return:


The function returns the input ideal I if an option blocking the computation of Hilbert bases has been activated.
However, in this case some numerical invariants are computed, and some other data may be contained in files that you can read into Singular (see showNuminvs, exportNuminvs).

Example:
 
LIB "normaliz.lib";
ring R = 37,(u,v,w,x,y,z),dp;
ideal I = u2v-xyz, ux2-wyz, uvw-y2z;
def S = toricRingFromBinomials(I);
setring S;
I;
See also: @xref{noemalToricRingFromBinomials}; @xref{toricRing}.


Top Back: normalToricRingFromBinomials Forward: ehrhartRing 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.