Question:medium

Let
\[ A = \begin{bmatrix} 0 & 0 & -1 \\ 0 & -1 & 0 \\ -1 & 0 & 0 \end{bmatrix}. \]
Which of the following is true?

Show Hint

When verifying properties of matrices, compute powers or transposes explicitly to check conditions.
Updated On: Jan 29, 2026
  • \( A \) is a null matrix
  • \( A \) is skew-symmetric
  • \( A^{-1} \) does not exist
  • \( A^2 = I \)
Show Solution

The Correct Option is D

Solution and Explanation

1. Calculate \( A^2 \):

\[ A^2 = A \cdot A = \begin{bmatrix} 0 & 0 & -1 \\ 0 & -1 & 0 \\ -1 & 0 & 0 \end{bmatrix} \cdot \begin{bmatrix} 0 & 0 & -1 \\ 0 & -1 & 0 \\ -1 & 0 & 0 \end{bmatrix}. \]

2. Multiply the matrices:

\[ A^2 = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} = I, \]

where \( I \) represents the identity matrix.

3. As \( A^2 = I \), the property \( A^2 = I \) is confirmed. The other choices are not correct:

  • \( A \) is not a null matrix.
  • \( A \) is not skew-symmetric (because \( A \ne -A^T \)).
  • \( A^{-1} \) exists due to \( A^2 = I \implies A^{-1} = A \).
Was this answer helpful?
0

Top Questions on Matrices and Determinants