Find eigenvectors of matrix:
$$ A = \left[ \begin{matrix}5&-10&-5\\2&14&2\\-4&-8&6\end{matrix} \right] $$The eigenvectors and eigenvalues of matrix A are:
Eigenvalue | Eigenvector |
$ 5 $ | $ \begin{bmatrix} 1 \cr -{{2}\over{5}} \cr {{4}\over{5}} \end{bmatrix} $ |
$ 10 $ | $ \begin{bmatrix} 1 \cr 0 \cr -1 \end{bmatrix} $ |
$ 10 $ | $ \begin{bmatrix} 0 \cr 1 \cr -2 \end{bmatrix} $ |
Step 1 : Find characteristic polynomial $ p(\lambda) $:
$$ p(\lambda) = -\lambda^3+25\lambda^2-200\lambda+500 $$Step 2 : Find the eigenvalues by solving the characteristic equation $ -\lambda^3+25\lambda^2-200\lambda+500 = 0. $
The eigenvalues are
$$ \lambda_1 = 5 ~ , ~ \lambda_2 = 10 ~ , ~ \lambda_3 = 10 $$( click here to view an explanation on how to solve this equation.)
Step 3 : To find the associated eigenvectors ( $ x $ ), we have to solve the equation $ A x = \lambda I $.
For $ \lambda_ 0 = 5 $ we have $ A x = 5 I $.
For $ \lambda_ 1 = 10 $ we have $ A x = 10 I $.