Question:medium

Find the eigenvalues of the matrix \(A = \begin{pmatrix} 0 & 0 & -1 \\ 0 & -1 & 0 \\ 0 & 0 & -1 \end{pmatrix}\).

Show Hint

If a matrix is upper or lower triangular, its eigenvalues are simply the elements on the main diagonal.
While this matrix is not strictly triangular due to the \( -1 \) in the top right, it is effectively block diagonal, making the diagonal elements the roots.
Updated On: Apr 11, 2026
  • \( 0, 1, 1 \)
  • \( 0, -1, -1 \)
  • \( 1, -1, 0 \)
  • \( -1, -1, -1 \)
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0