Find the eigenvalues of the matrix A = [[2, 1], [1, 2]].

Practice Questions

1 question
Q1
Find the eigenvalues of the matrix A = [[2, 1], [1, 2]].
  1. 1, 3
  2. 2, 2
  3. 3, 1
  4. 0, 4

Questions & Step-by-step Solutions

1 item
Q
Q: Find the eigenvalues of the matrix A = [[2, 1], [1, 2]].
Solution: The characteristic polynomial is det(A - λI) = (2-λ)(2-λ) - 1 = λ^2 - 4λ + 3 = 0, giving eigenvalues 1 and 3.
Steps: 11

Related Questions