Rijad Hadzic
- 321
- 20
Homework Statement
Determine the characteristic polynomials, eigenvalues, and corresponding eigenspaces of the given 2x2 matricies
Homework Equations
The Attempt at a Solution
[itex] <br /> \begin{pmatrix}<br /> 5 & 2\\<br /> -8 & -3 \\<br /> \end{pmatrix}[/itex]
thus
[itex] <br /> \begin{pmatrix}<br /> 5-\lambda & 2\\<br /> -8 & -3-\lambda \\<br /> \end{pmatrix}[/itex]
determinant is = to: [itex]\lambda^2 -2\lambda + 1[/itex]
which gives value lambda = 1
plugging into [itex] <br /> \begin{pmatrix}<br /> 5-\lambda & 2\\<br /> -8 & -3-\lambda \\<br /> \end{pmatrix}[/itex]
you get[itex] <br /> \begin{pmatrix}<br /> 4 & 2\\<br /> -8 & -4 \\<br /> \end{pmatrix}[/itex]
using rref you get[itex] <br /> \begin{pmatrix}<br /> 1 & .5\\<br /> 0 & 0\\<br /> \end{pmatrix}[/itex]
setting x2 = r, I get eigenspace r*[itex] <br /> \begin{pmatrix}<br /> -1/2\\<br /> 1 \\<br /> \end{pmatrix}[/itex]
but my book is telling me the anser is r*[itex] <br /> \begin{pmatrix}<br /> 1\\<br /> -2 \\<br /> \end{pmatrix}[/itex]
our answers are the same thing right?