Example:
i1 : S=QQ[x_1..x_5] o1 = S o1 : PolynomialRing |
i2 : I=ideal {x_1*x_2+x_3*x_4*x_5,x_1*x_3+x_4*x_5,x_2*x_3*x_4} o2 = ideal (x x x + x x , x x + x x , x x x ) 3 4 5 1 2 1 3 4 5 2 3 4 o2 : Ideal of S |
i3 : initialIdeal I 2 2 2 2 2 o3 = ideal (x x x , x x x , x x , x x , x x x , x x x , x x ) 2 4 5 2 4 5 4 5 1 2 2 3 4 3 4 5 1 3 o3 : Ideal of S |
The object initialIdeal is a method function.