For matrix B = [[9, -2], [-2, 6]], one of the eigenvalues is 5. Then, the other eigenvalue is A. 2 B. 10 C. 8 D. 6
GATE 2024 · Engineering Mathematics · Eigen Value · easy
Answer: Second eigenvalue = 10. Answer: B.
- Compute trace of B: trace(B) = 9 + 6 = 15
- Find second eigenvalue: lambda_2 = 15 - 5 = 10
- Verify using determinant: det(B) = 9*6 - (-2)*(-2) = 54 - 4 = 50; lambda_1 * lambda_2 = 5 * 10 = 50. Confirmed.