The PrintLevel should be one of the following.
i1 : R = ZZ/31991[x,y,z];
i2 : I = ideal(x*y*z, x*y^2 , x^3*y) 2 3 o2 = ideal (x*y*z, x*y , x y) o2 : Ideal of R
i3 : ass (I,PrintLevel=>2) ass: Using Strategy 2 beginning new ass loop ideal x ideal y ideal (x, y, z) o3 = {ideal x, ideal y, ideal (z, y, x)} o3 : List
See also: