


![[top]](top.gif)
resolution Matrix -- make a projective resolution
Synopsis:
resolution f -- when f is a module homomorphism, produces a
chain map from a resolution of the source of f to a resolution of the
target of f.
See also:
free resolutions of modules
Code:
-- ../../../Macaulay2/m2/res.m2:163-166
resolution Matrix := ChainComplexMap => options -> (f) -> extend(
resolution(target f, options),
resolution(source f, options),
matrix f)



![[top]](top.gif)