Zero Matrix Exercise (with Solution)
Exercise:
\[
\begin{array}{|c|c|}
\hline
\textbf{Matrix} & \textbf{Zero Matrix?} \\
\hline
\begin{pmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix} & ? \\
\hline
\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix} & ? \\
\hline
\begin{pmatrix} 1 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix} & ? \\
\hline
\begin{pmatrix} 0 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 0 \end{pmatrix} & ? \\
\hline
\begin{pmatrix} 2 & 3 & 4 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix} & ? \\
\hline
\begin{pmatrix} 0 & 0 \\ 0 & 0 \\ 0 & 0 \end{pmatrix} & ? \\
\hline
\end{array}
\]
Solution:
\[
\begin{array}{|c|c|}
\hline
\textbf{Matrix} & \textbf{Zero Matrix?} \\
\hline
\begin{pmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix} & \text{Yes} \\
\hline
\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix} & \text{Yes} \\
\hline
\begin{pmatrix} 1 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix} & \text{No} \\
\hline
\begin{pmatrix} 0 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 0 \end{pmatrix} & \text{No} \\
\hline
\begin{pmatrix} 2 & 3 & 4 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix} & \text{No} \\
\hline
\begin{pmatrix} 0 & 0 \\ 0 & 0 \\ 0 & 0 \end{pmatrix} & \text{Yes} \\
\hline
\end{array}
\]