1R = QQ[a, b, c];
2I = monomialIdeal(
3 a*b,
4 a*c,
5 b*c
6);
7