Question: Find the eigenvalues of the matrix G = [[5, 4], [2, 3]]. (2020)
Options:
Correct Answer: 1, 7
Exam Year: 2020
Solution:
The eigenvalues are found by solving the characteristic equation det(G - λI) = 0. This gives λ^2 - 8λ + 7 = 0, which factors to (λ - 1)(λ - 7) = 0, hence λ = 1, 7.