SyzygyLimit -- keyword for an optional argument used with gb which specifies that the computation should stop after a certain number of syzygies have computed.
This option is relevant only if Syzygies => true has been specified.
i1 : R = ZZ/101[x,y,z,w] |
i2 : I = ideal(x*y-z^2,y^2-w^2,w^4) |
i3 : gb(I,SyzygyLimit => 1, Syzygies => true) |
i4 : syz oo |
i5 : gb(I,SyzygyLimit => 2, Syzygies => true) |
i6 : syz oo |
i7 : gb(I,SyzygyLimit => infinity, Syzygies => true) |
i8 : syz oo |
See also: