Question
Give an example of matrices \(A\) and \(B\) such that \[ AB = O \quad \text{but} \quad A \ne O,\ B \ne O. \]
Solution
Step 1: Take Matrices
\[ A = \begin{bmatrix} 1 & 1 \\ 1 & 1 \end{bmatrix}, \quad B = \begin{bmatrix} 1 & -1 \\ -1 & 1 \end{bmatrix} \]Step 2: Compute \(AB\)
\[ AB = \begin{bmatrix} 1 & 1 \\ 1 & 1 \end{bmatrix} \begin{bmatrix} 1 & -1 \\ -1 & 1 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \]Step 3: Verify
\[ A \ne O,\quad B \ne O,\quad AB = O \]Final Answer
\[
A =
\begin{bmatrix}
1 & 1 \\
1 & 1
\end{bmatrix}, \quad
B =
\begin{bmatrix}
1 & -1 \\
-1 & 1
\end{bmatrix}
\]
\[
AB = O \quad \text{but} \quad A \ne O,\ B \ne O
\]