Let $f:\mathbb Z^3\to\mathbb Z^4$ be the group homomorphism given by $$f(a,b,c)=(a+b+c,a+3b+c,a+b+5c,4a+8b).$$ Let $H$ be the image of $f$. Find an element of infinite order in $\mathbb Z^4 /H$ and find the order of the torsion subgroup of that quotient.
This problem certainly has to do with presentation matrices, but I'm too confused. Let $A$ denote the matrix with rows $(1,1,1),(1,3,1),(1,1,5),(4,8,0)$. Then $A\mathbb Z^3=H$. So $A$ must be a presentation matrix for $\mathbb Z^4/H$ according to the definition from here (or from here, both of them agree with Artin's definition). So in the quotient module the relations $$v_1+v_2+v_3=0,\\v_1+3v_2+v_3=0,\\v_1+v_2+5v_3=0,\\ 4v_1+8v_2=0$$ hold. But then according to Artin's text, the matrix should be $3\times 4$, not $4\times 3$ (see Example 14.5.2 in this question). So what is the size of a presentation matrix in this case? My size doesn't agree with Artin's notation, even though I use his definitions and conventions.
Example 14.5.2 The $\mathbb{Z}-$module or an abelian group $V$ that is generated by three elements $v_1, v_2, v_3$ with the compete set of relations
$$ 3v_1+2v_2+v_3=0\\ 8v_1+4v_2+2v_3=0\\ 7v_1+6v_2+2v_3=0\\ 9v_1+6v_2+v_3=0 $$
is presented by the matrix
$$ A=\begin{bmatrix} 3 & 8 & 7 & 9 \\ 2 & 4 & 6 & 6 \\ 1 & 2 & 2 & 1 \\ \end{bmatrix}. $$
Its columns are the coefficients of the (above) relations: $(v_1, v_2, v_3)A=(0, 0, 0, 0)$.