Consider the matrix M = [[2, -1], [3, 1]]. Which ONE of the following statements is TRUE? A. The eigenvalues of M are non-negative and real. B. The eigenvalues of M are complex conjugate pairs. C. One eigenvalue of M is positive and real, and another eigenvalue of M is zero. D. One eigenvalue of M is non-negative and real, and another eigenvalue is negative and real.
GATE 2024 · Engineering Mathematics · Eigen Value · medium
Answer: Eigenvalues are (3/2 + i*sqrt(11)/2) and (3/2 - i*sqrt(11)/2): complex conjugate pair. Answer: B.
- Form characteristic polynomial: trace(M) = 3, det(M) = 5 => lambda^2 - 3*lambda + 5 = 0
- Compute discriminant: D = (-3)^2 - 4*1*5 = 9 - 20 = -11
- Determine eigenvalue nature: lambda = (3 +/- sqrt(-11)) / 2 = 3/2 +/- i*sqrt(11)/2 => complex conjugate pair