g.lemaitre
- 267
- 2
Homework Statement
Find the Eigenspace of the following matrix:
\begin{bmatrix}<br /> 1 & 3 \\<br /> 4 & -3<br /> \end {bmatrix}
I'm skipping a few steps but the Eigenvalues are -5 and 3. Let's starts with -5. Skip a few more steps, I know I'm right, just trust me.
We now have the following matrix:
\begin{bmatrix}<br /> -6 & -3 \\<br /> -4 & -2<br /> \end {bmatrix}
Then you find the null space, which starts with putting it in reduced row echelon form:
\begin{bmatrix}<br /> -6 & -3 \\<br /> 0 & 0<br /> \end {bmatrix}
you can reduce that further to
\begin{bmatrix}<br /> -2 & -1 \\<br /> 0 & 0<br /> \end {bmatrix}
This is where I'm confused. This nullspace calculator http://www.math.odu.edu/~bogacki/cgi-bin/lat.cgi
says that the basis of the null space is
\begin{bmatrix}<br /> -1 \\<br /> 2<br /> \end {bmatrix}
My textbook confirms that. How do I get from here
\begin{bmatrix}<br /> -2 & -1 \\<br /> 0 & 0<br /> \end {bmatrix}
to there
\begin{bmatrix}<br /> -1 \\<br /> 2<br /> \end {bmatrix}
I would think you would just eliminate the 2nd row and transpose the first row but that would give.
\begin{bmatrix}<br /> -2 \\<br /> -1<br /> \end {bmatrix}
Last edited: