i1 : Q = cellCollection {{1,1}, {2,1}, {2,2}};
|
i2 : I = adjacent2MinorIdeal(Q, TermOrder => GRevLex)
o2 = ideal (- x x + x x , - x x + x x , - x x +
2,1 1,2 2,2 1,1 3,1 2,2 3,2 2,1 3,2 2,3
------------------------------------------------------------------------
x x )
3,3 2,2
o2 : Ideal of QQ[x , x , x , x , x , x , x , x ]
3,3 3,2 3,1 2,3 2,2 2,1 1,2 1,1
|