PairLimit -- keyword for an optional argument used with resolution, 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 : M = cokernel matrix {{x*y-z,y^2-w-1,w^4-3}} |
i3 : res(M, PairLimit => 1) |
i4 : res(M, PairLimit => 10) |
i5 : res(M, PairLimit => 20) |
See also: