Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
relaxed equality of modules for remainder to ==
Otherwise, the following example from Complexes fails: S = kk[a..e] J = ideal(a^3-e^3, a*b^2-c*e^2, a*b*c, a*b*c + a^3 - e^3) C = freeResolution(J, Strategy => 3) dd^C_1 == gens J
- Loading branch information