I'm looking at the structure $D^3/N$ where $D=\mathbb{Z}[i]$ and $N$ is generated $(1,3,6)$, $(2+3i,-3i,12-18i)$, and $(2-3i,6+9i,-18i)$. Apparently $D^3/N$ is finite of order $352512$, but I don't see how.
I took the relation matrix for $N$, and reduced it as $$ \begin{bmatrix} 1 & 3 & 6 \\ 2+3i & -3i & 12-18i \\ 2-3i & 6+9i & -18i \end{bmatrix} \longrightarrow \begin{bmatrix} 1 & 0 & 0 \\ 0 & -6+6i & -12-36i \\ 0 & 18i & -12 \end{bmatrix}. $$ Looking at the $2\times 2$ minor, $$ \begin{bmatrix} -6+6i & -12-36i \\ 18i & -12 \end{bmatrix} \longrightarrow \begin{bmatrix} -6+6i & 0 \\ 18i & -24+66i \end{bmatrix} $$ but subtracting $(-2+4i)$ times the first column from the second column. I don't see a way to reduce it further to a normal form.
I know that $\mathbb{Z}[i]$ is a principal ideal domain, so $D^3/N$ would be isomorphic to the direct sum of the quotients of the cyclic modules generated by the invariant factors. But if the invariant factors are elements of $\mathbb{Z}[i]$, I don't really know how many elements are in $\mathbb{Z}[i]/(a+bi)$. How can I get to the desired conclusion? Thank you.
Here's my computation. $$ \begin{bmatrix} 1 & 3 & 6 \\ 2+3i & -3i & 12-18i \\ 2-3i & 6+9i & -18i \end{bmatrix} \longrightarrow \begin{bmatrix} 1 & 3 & 6 \\ 4 & 6+6i & 12-36i \\ 2-3i & 6+9i & -18i \end{bmatrix}. $$ by adding the third row to the second. Then $$ \begin{bmatrix} 1 & 3 & 6 \\ 0 & -6+6i & -12-36i \\ 2-3i & 6+9i & -18i \end{bmatrix}. $$ by subtracting $4$ times the first row from the second. Then $$ \begin{bmatrix} 1 & 3 & 6 \\ 0 & -6+6i & -12-36i \\ 0 & 18i & -12 \end{bmatrix} $$ by subtracting $2-3i$ times the first row from the third. I then clear the first row by subtracting $3$ and $6$ times the first column from the others.