Synopsis:
HH_i C -- homology at the i-th spot of the chain complex C.
i1 : R = ZZ/101[x,y] |
i2 : C = chainComplex(matrix{{x,y}},matrix{{x*y},{-x^2}}) |
i3 : M = HH_1 C |
i4 : prune M |
Code:
-- ../../../Macaulay2/m2/chaincomplexes.m2:449 homology(ZZ,ChainComplex) := Module => opts -> (i,C) -> homology(C.dd_i, C.dd_(i+1))