Examples:
i1 : S=QQ[x_1..x_9] o1 = S o1 : PolynomialRing |
i2 : tStronglyStableIdeal(ideal {x_2*x_5*x_8},2)
o2 = ideal (x x x , x x x , x x x , x x x , x x x , x x x , x x x , x x x ,
1 3 5 1 3 6 1 3 7 1 4 6 1 3 8 1 4 7 2 4 6 1 4 8
------------------------------------------------------------------------
x x x , x x x , x x x , x x x , x x x , x x x )
1 5 7 2 4 7 1 5 8 2 4 8 2 5 7 2 5 8
o2 : Ideal of S
|
i3 : tStronglyStableIdeal(ideal {x_2*x_5*x_8},3)
o3 = ideal (x x x , x x x , x x x , x x x )
1 4 7 1 4 8 1 5 8 2 5 8
o3 : Ideal of S
|
The object tStronglyStableIdeal is a method function.