Let $M=\Bbb{Z}\oplus\Bbb{Z}\oplus\Bbb{Z}$ and $T: M\rightarrow M$ given by $T(x,y,z)=(4x+2z,2y,2x+10z)$. Show the cokernel $M/T(M)$ is an abelian group of order $72$, and determine its isomorphism class.
I tried to solve it by looking at when the linear system has solution over Z, but it didn't get me anywhere.
I feel like this should not be an awefully hard question, but I don't know how to start. Can you give me some help? Thank you very much.
$T(M)$ has generators $(4,0,2)$, $(0,2,0)$, $(2,0,10)$, so we have the relations matrix
$$\left( \begin{array}{ccc} 4 & 0 & 2 \\ 0 & 2 & 0 \\ 2& 0 & 10 \\ \end{array} \right)$$
Computing the Smith normal form for this matrix gives
$$\left( \begin{array}{ccc} 2 & 0 & 0 \\ 0 & 2 & 0 \\ 0& 0 & 18 \\ \end{array} \right)$$
and hence $M/T(M) \cong \mathbb{Z}/2 \oplus \mathbb{Z}/2 \oplus \mathbb{Z}/18$ which has order $72$.