[top][index]
search for:

monomialIdeal {...} -- make a monomial ideal

Synopsis:

  • Usage: I = monomialIdeal {f,g,h,...}
  • Function: monomialIdeal -- make a monomial ideal
  • Input:
  • {f,g,h,...}, an instance of class List: a list of ring elements
  • Output:
  • I, an instance of class MonomialIdeal: the monomial ideal generated by the ring elements listed.
  • Code:

         -- ../../../Macaulay2/m2/monideal.m2:68
         monomialIdeal List := MonomialIdeal => v -> monomialIdeal matrix {splice v}

    [top][index]
    search for: