Let $R=\mathbb Q[x,y,z]$ and $I = (x,y,z)$. I am trying to find the minimal free resolution of $R/I$.
This is what I have got:
$R \rightarrow R/I$ whose kernel is $I$, which is generated by 3 elements, so I would need $R^3$ to map to $R$ by sending each generator of $R^3$ to $x, y$ and $z$ respectively. I am stuck at finding the generator of the kernel of this map. Also how to perform this in Macaulay 2 ?
Although in the comments the essential hint has been given, to use the Koszul-complex, I give the calculation with Macaulay2 below. As you see, it is simply the command 'res (R^1/id1)' in line i4. Note that 'R/id1' instead of 'R^1/id1' would give an error, as the argument of res must be a module, not a ring. With the commands C.dd_(number) you get the maps between the modules in the complex. The generators that you are looking for are in C.dd_2