SyzygyLimit -- keyword for an optional argument used with resolution, which specifies that the computation should stop after a certain number of syzygies have computed.
i1 : R = ZZ/101[x,y,z,w]; |
i2 : M = cokernel matrix {{x*y-z^2,y^2-w^2,w^4}} |
i3 : res(M,SyzygyLimit => 1) |
i4 : res(M,SyzygyLimit => 2) |
i5 : res(M,SyzygyLimit => infinity) |
See also: