I need to show the connection of an element of a matrix with a label, like this:

This is some code that I write:
\[
\mathrm{A^{(0)}}=
\quad
\left(
\begin{array}{cccc:c@{}}
2 & 2 & 1 & 1 & 7 \\
1 & -1 & 2 & -1 & 1 \\
3 & 2 & -3 & -2 & 4 \\
4 & 3 & 2 & 1 & 12 \\
\end{array}
\right)
%
\begin{array}{cccc}
eq1 & m21 & = & 1/2 \\
eq2 & m31 & = & 3/2 \\
eq3 & m41 & = & 2 \\
eq4 & & & \\
\end{array}
\]
So, how i can do this?

