Notes


Practice Problems
\(\textbf{1)}\) What is the \(3\times3\) identity matrix?
The answer is \(\left[ {\begin{array}{ccc}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1 \\
\end{array} } \right]\)
\(\textbf{2)}\) What is the \(2\times2\) identity matrix?
The answer is \(\left[ {\begin{array}{cc}
1 & 0 \\
0 & 1 \\
\end{array} } \right]\)
\(\textbf{3)}\) What is the \(4\times4\) identity matrix?
The answer is \(\left[ {\begin{array}{cccc}
1 & 0 & 0 & 0 \\
0 & 1 & 0 & 0 \\
0 & 0 & 1 & 0 \\
0 & 0 & 0 & 1 \\
\end{array} } \right]\)
\(\textbf{4)}\) Perform the following matrix multiplication
\(\left[ {\begin{array}{cc}5 & -4 \\2 & 3 \\ \end{array} } \right]\left[ {\begin{array}{cc}1 & 0 \\0 & 1 \\ \end{array} } \right]\)
The answer is \(\left[ {\begin{array}{cc}5 & -4 \\2 & 3 \\ \end{array} } \right]\)

\(\left[ {\begin{array}{cc}5 & -4 \\2 & 3 \\ \end{array} } \right]\left[ {\begin{array}{cc}1 & 0 \\0 & 1 \\ \end{array} } \right]=\left[ {\begin{array}{cc}(5)(1)+(-4)(0) & (5)(0)+(-4)(1) \\(2)(1)+(3)(0) & (2)(0)+(3)(1) \\ \end{array} } \right]\)
\(\left[ {\begin{array}{cc}5 & -4 \\2 & 3 \\ \end{array} } \right]\left[ {\begin{array}{cc}1 & 0 \\0 & 1 \\ \end{array} } \right]=\left[ {\begin{array}{cc}5 & -4 \\2 & 3 \\ \end{array} } \right]\)
\(\textbf{5)}\) Perform the following matrix multiplication
\(\left[ {\begin{array}{cc}9 & 8 \\7 & 5 \\ \end{array} } \right]\left[ {\begin{array}{cc}1 & 0 \\0 & 1 \\ \end{array} } \right]\)
The answer is \(\left[ {\begin{array}{cc}9 & 8 \\7 & 5 \\ \end{array} } \right]\)
\(\textbf{6)}\) Perform the following matrix multiplication
\(\left[ {\begin{array}{ccc}1 & 2 & 3 \\4 & 5 & 6 \\7 & 8 & 9 \\ \end{array} } \right]\left[ {\begin{array}{ccc}1 & 0 & 0 \\0 & 1 & 0 \\0 & 0 & 1 \\ \end{array} } \right]\)
The answer is \(\left[ {\begin{array}{ccc}1 & 2 & 3 \\4 & 5 & 6 \\7 & 8 & 9 \\ \end{array} } \right]\)
\(\textbf{7)}\) Perform the following matrix multiplication
\(\left[ {\begin{array}{ccc}1 & 0 & 0 \\0 & 1 & 0 \\0 & 0 & 1 \\ \end{array} } \right]\left[ {\begin{array}{ccc}1 & 0 & 0 \\0 & 1 & 0 \\0 & 0 & 1 \\ \end{array} } \right]\)
The answer is \(\left[ {\begin{array}{ccc}1 & 0 & 0 \\0 & 1 & 0 \\0 & 0 & 1 \\ \end{array} } \right]\)
See Related Pages\(\)