Generalized Eigenvectors
The only ordinary eigenvector is \( \vec{v}_1 = \begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix} \).
Missing \( \vec{v}_2, \vec{v}_3 \rightarrow \) generalized eigenvectors.
\[ (A - \lambda I) \vec{v}_1 = \vec{0} \quad \text{because } \vec{v}_1 \text{ is an ordinary eigenvector} \]\[ (A - \lambda I) \vec{v}_2 = \vec{v}_1 \]\[ (A - \lambda I) \vec{v}_3 = \vec{v}_2 \]
Calculating \( \vec{v}_2 \):
\[ A - \lambda I = \begin{bmatrix} -2 & 0 & -4 \\ -1 & 0 & -1 \\ 1 & 0 & 2 \end{bmatrix} \]
\[ \left[ \begin{array}{ccc|c} -2 & 0 & -4 & 0 \\ -1 & 0 & -1 & 1 \\ 1 & 0 & 2 & 0 \end{array} \right] \rightarrow \dots \rightarrow \left[ \begin{array}{ccc|c} 1 & 0 & 0 & -2 \\ 0 & 0 & 1 & 1 \\ 0 & 0 & 0 & 0 \end{array} \right] \]
The augmented column represents \( \vec{v}_1 \). From the reduced row echelon form:
\[ \vec{v}_2 = \begin{bmatrix} -2 \\ r \\ 1 \end{bmatrix} \quad \begin{array}{l} \text{choose ANY } r \\ \text{let's choose } 0 \end{array} \]
\[ \vec{v}_2 = \begin{bmatrix} -2 \\ 0 \\ 1 \end{bmatrix} \]