Answer
\[
\begin{bmatrix}
-8 & 0 \\
0 & -8
\end{bmatrix}
\]
Work Step by Step
\[
\begin{bmatrix}
0 & 2 \\
-4 & 0
\end{bmatrix}
\cdot
\begin{bmatrix}
0 & 2 \\
-4 & 0
\end{bmatrix}
=
\begin{bmatrix}
(0 \cdot 0) + (2 \cdot (-4)) & (0 \cdot 2) + (2 \cdot 0) \\
(-4 \cdot 0) + (0 \cdot (-4)) & (-4 \cdot 2) + (0 \cdot 0)
\end{bmatrix}
\]
\[
=
\begin{bmatrix}
0 - 8 & 0 + 0 \\
0 + 0 & -8 + 0
\end{bmatrix}
\]
\[
=
\begin{bmatrix}
-8 & 0 \\
0 & -8
\end{bmatrix}
\]