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
Sequence
: a sequence of ring elements
Output:
I
, an instance of class
MonomialIdeal
: the monomial ideal generated by the ring elements listed.
Code:
-- ../m2/monideal.m2:69 monomialIdeal Sequence := v -> monomialIdeal toList v
search for: