TheSodesa
- 224
- 7
Homework Statement
<br /> A = \begin{bmatrix}<br /> 2 & 1 & 0\\<br /> 0& -2 & 1\\<br /> 0 & 0 & 1<br /> \end{bmatrix}<br />
Homework Equations
The Attempt at a Solution
The spectrum of A is \sigma (A) = { \lambda _1, \lambda _2, \lambda _3 } = {2, -2, 1 }
I was able to calculate vectors v_1 and v_3 correctly out of the vectors on the following page:
http://www.wolframalpha.com/input/?i=eigenvectors+of+{{2,1,0},{0,-2,1},{0,0,1}}
However, v_2 is giving me a headache. Using \lambda _1 to solve A - \lambda _1 I_3 gives me the matrix
<br /> \begin{bmatrix}<br /> \stackrel{a}{0} & \stackrel{b}{1} & \stackrel{c}{0}\\<br /> 0 & -4 & 1\\<br /> 0 & 0 & -1<br /> \end{bmatrix}<br /> <br /> \stackrel{rref}{=}<br /> <br /> \begin{bmatrix}<br /> \stackrel{a}{0} & \stackrel{b}{1} & \stackrel{c}{0}\\<br /> 0 & 0 & 1\\<br /> 0 & 0 & 0<br /> \end{bmatrix}<br />
In my head this would produce a zero eigenvector since
\begin{cases} b = 0 \\ c = 0 \\ (a = ?) \end{cases}
This is of course nonsense. I'm probably interpreting the row-reduced matrix wrong, but what is it exactly that I'm not understanding? Does it have something to do with the fact that on every row a = 0?