Question: What is the characteristic polynomial of the matrix E = [[2, 1], [1, 2]]? (2021)
Options:
Correct Answer: λ^2 - 3λ + 1
Exam Year: 2021
Solution:
The characteristic polynomial is det(E - λI) = det([[2-λ, 1], [1, 2-λ]]) = (2-λ)(2-λ) - 1 = λ^2 - 3λ + 1.