Find the Eigenvalues [[2,1,1],[1,2,1],[1,1,2]]
Problem
Solution
Set up the characteristic equation by subtracting
λ from the diagonal elements of the matrixA and setting the determinant ofA−λ*I to zero.
Expand the determinant along the first row to create a polynomial in terms of
λ
Simplify the sub-determinants using the formula
a*d−b*c
Combine terms to form the characteristic polynomial.
Factor out the common term
(λ−1) to solve for the roots.
Factor the remaining quadratic to find all eigenvalues.
Final Answer
Want more problems? Check here!