


![[top]](top.gif)
koszul(ZZ,Matrix) -- a differential in a Koszul complex
Synopsis:
Here f should be a 1 by n matrix.
Code:
-- ../../../Macaulay2-0.9.2/Macaulay2/m2/multilin.m2:3-5
koszul(ZZ, Matrix) := Matrix => (i,m) -> (
sendgg(ggPush m, ggINT, gg i, ggkoszul);
getMatrix ring m)



![[top]](top.gif)