Eigenvalues and eigenvectors of [[4, 1], [2, 3]]
Find the eigenvalues from the characteristic polynomial and an eigenvector for each.
Solution
- Matrix A 2×2 [[4, 1], [2, 3]]
- Characteristic polynomial det(A − λI) = λ² − tr(A)·λ + det(A) = λ² − 7·λ + 10
- Eigenvalues λ1 = 5, λ2 = 2
- Eigenvector λ = 5: v = (0.707107, 0.707107)
- Eigenvector λ = 2: v = (-0.447214, 0.894427)
Try a similar problem yourself
Use the Eigenvalues and Eigenvectors to solve a similar problem with your own values.
Open the solver