i2 : I=ideal(x_1..x_6, x_1*x_2*x_3*x_7, x_1*x_2*x_4*x_7, x_1*x_3*x_5*x_7, x_1*x_4*x_6*x_7, x_1*x_5*x_6*x_7, x_2*x_3*x_6*x_7, x_2*x_4*x_5*x_7, x_2*x_5*x_6*x_7,x_3*x_4*x_5*x_7,x_3*x_4*x_6*x_7);
o2 : Ideal of R
|
i4 : intcl
o4 = ideal (x , x , x , x , x , x )
6 5 4 3 2 1
ZZ
o4 : Ideal of --[x ..x , a]
37 1 7
|
i5 : rees
o5 = MonomialSubalgebra{cache => CacheTable{...1...} }
generators => {x , x , x a, x , x a, x , x a, x , x a, x , x a, x , x a}
7 6 6 5 5 4 4 3 3 2 2 1 1
ZZ
ring => --[x ..x , a]
37 1 7
ZZ
o5 : MonomialSubalgebra of --[x ..x , a]
37 1 7
|