[top][index]
search for:

monomialIdeal Ideal -- make a monomial ideal

Synopsis:

  • Usage: I = monomialIdeal J
  • Function: monomialIdeal -- make a monomial ideal
  • Input:
  • J, an instance of class Ideal: an ideal
  • Output:
  • I, an instance of class MonomialIdeal: the monomial ideal generated by the lead terms of a Groebner basis of J
  • Code:

         -- ../../../Macaulay2/m2/monideal.m2:189
         monomialIdeal Ideal :=  MonomialIdeal => (I) -> monomialIdeal gens gb I

    [top][index]
    search for: