What are the eigenvalues of the following 2 x 2 matrix? ( 2 -1 ) (-4 5 ) A. -1 and 1 B. 1 and 6 C. 2 and 5 D. 4 and -1
GATE 2005 · Engineering Mathematics · Eigen Value · medium
Answer: Eigenvalues are 1 and 6
- Compute trace and determinant: trace = 2 + 5 = 7. det = (2)(5) - (-1)(-4) = 10 - 4 = 6.
- Form and solve characteristic equation: lambda^2 - 7*lambda + 6 = 0. Factor: (lambda - 1)(lambda - 6) = 0. So lambda = 1 or lambda = 6.