Question:medium

The eigen values of matrix \(A\) are 1, -2, 3. The eigen values of \(3I - 2A + A^2\) are:
A. 2
B. 6
C. 8
D. 11

Choose the correct answer from the options given below:

Show Hint

This property is very powerful. It means you don't need to find the matrix \(A\) itself. You can find the eigenvalues of any function of \(A\) (like \(A^2\), \(A^{-1}\), or \(e^A\)) directly from the eigenvalues of \(A\).
Updated On: Feb 10, 2026
  • A, B and D only
  • A, B and C only
  • A, B, C and D
  • B, C and D only
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Recall the eigenvalue property for matrix polynomials. If \(\lambda\) is an eigenvalue of matrix \(A\), then \(P(\lambda)\) is the corresponding eigenvalue of the matrix polynomial \(P(A)\).
Step 2: Define the polynomial and list the eigenvalues of \(A\). The matrix polynomial is \(P(A) = 3I - 2A + A^2\), leading to the scalar polynomial \(P(\lambda) = 3 - 2\lambda + \lambda^2\). The eigenvalues of \(A\) are \(\lambda_1 = 1\), \(\lambda_2 = -2\), and \(\lambda_3 = 3\).
Step 3: Calculate the new eigenvalues by applying the polynomial to each eigenvalue of \(A\).
  • For \(\lambda_1 = 1\): \(P(1) = 3 - 2(1) + 1^2 = 3 - 2 + 1 = 2\).
  • For \(\lambda_2 = -2\): \(P(-2) = 3 - 2(-2) + (-2)^2 = 3 + 4 + 4 = 11\).
  • For \(\lambda_3 = 3\): \(P(3) = 3 - 2(3) + 3^2 = 3 - 6 + 9 = 6\).
Step 4: Match the calculated eigenvalues with the given statements. The eigenvalues of \(3I - 2A + A^2\) are 2, 6, and 11, corresponding to statements A, B, and D. Statement C (8) is not an eigenvalue.
Was this answer helpful?
0

Top Questions on Vectors