Question:medium

If \[ A = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 5 & 0 \\ 0 & 0 & -2 \end{bmatrix}, \] then \( |A| \) is:

Show Hint

For a diagonal matrix, the determinant is simply the product of the diagonal elements.
Updated On: Feb 25, 2026
  • 0
  • -10
  • 10
  • 1
Show Solution

The Correct Option is C

Solution and Explanation

The determinant of a diagonal matrix equals the product of its diagonal entries. For matrix \( A \), with diagonal entries 1, 5, and -2, the determinant is calculated as: \[ |A| = 1 \times 5 \times (-2) = -10. \] Therefore, \( |A| \) is -10.
Was this answer helpful?
0