PairLimit -- keyword for an optional argument used with gb which specifies that the computation should be stopped after a certain number of S-pairs have been reduced.
i1 : R = QQ[x,y,z,w] |
i2 : I = ideal(x*y-z,y^2-w-1,w^4-3) |
i3 : gb(I, PairLimit => 1) |
i4 : gb(I, PairLimit => 2) |
i5 : gb(I, PairLimit => 3) |
See also: