fuzzyorama
- 13
- 0
Eigenvalues & Eigenvectors !SOLVED!
Find the eigenvalues and eigenvectors of matrix
A = \left( \begin{array}{cc} 2 & 2 \\ 3 & 1 \end{array} \right)
Ax = \lambda x
Solving
\left\vert \begin{array}{cc} 2 - \lambda & 2 \\ 3 & 1 - \lambda \end{array} \right\vert
I get the eigenvalues \lambda = -1, 4
When \lambda = 4
\left( \begin{array}{cc} -2 & 2 \\ 3 & -2 \end{array} \right)\left( \begin{array}{c} x \\ y \end{array} \right) = 4\left( \begin{array}{c} x \\ y \end{array} \right)
Then I get these equations -2x + 2y = 4x \mbox{~and~} 3x -3y = 4y
From the first equation, y = 3x. So is
x\left( \begin{array}{c} 4 \\ 12 \end{array} \right) the eigenvector?
Homework Statement
Find the eigenvalues and eigenvectors of matrix
A = \left( \begin{array}{cc} 2 & 2 \\ 3 & 1 \end{array} \right)
Homework Equations
Ax = \lambda x
The Attempt at a Solution
Solving
\left\vert \begin{array}{cc} 2 - \lambda & 2 \\ 3 & 1 - \lambda \end{array} \right\vert
I get the eigenvalues \lambda = -1, 4
When \lambda = 4
\left( \begin{array}{cc} -2 & 2 \\ 3 & -2 \end{array} \right)\left( \begin{array}{c} x \\ y \end{array} \right) = 4\left( \begin{array}{c} x \\ y \end{array} \right)
Then I get these equations -2x + 2y = 4x \mbox{~and~} 3x -3y = 4y
From the first equation, y = 3x. So is
x\left( \begin{array}{c} 4 \\ 12 \end{array} \right) the eigenvector?
Last edited: