Returns the monomial ideal generated by the products of $k$ distinct variables.
i1 : I = subsetsProductsIdeal(QQ, 5, 3)
o1 = ideal (a*b*c, a*b*d, a*c*d, b*c*d, a*b*e, a*c*e, b*c*e, a*d*e, b*d*e,
------------------------------------------------------------------------
c*d*e)
o1 : Ideal of QQ[a..e]
|
The object subsetsProductsIdeal is a function closure.