DegreeLimit => n -- keyword for an optional argument used with resolution which specifies that the computation should halt after dealing with degree n.
This option is relevant only for homogeneous modules.
Caveat:
i1 : R = ZZ/101[x,y,z,w]; |
i2 : M = cokernel matrix {{x*y-z^2,y^2-w^2}} |
i3 : res(M,DegreeLimit => 1) |
i4 : res(M,DegreeLimit => 2) |
See also: