Generalized Eigenvectors and Defect Properties
Not a coincidence: if defect is \(k\) then \((A - \lambda I)^{k+1} = \vec{0}\).
Also, \((A - \lambda I)^{k+1}\) is always a zero matrix.
Solving for Generalized Eigenvectors
So, \((A - \lambda I)^3 \vec{v}_3 = \vec{0}\)
\[
\text{becomes } \begin{bmatrix} 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 \end{bmatrix}
\]
\(\vec{v}_3\) is arbitrary*
* \(\vec{v}_3 \neq \vec{0}\) and must be linearly independent from true eigenvectors.
\[
\vec{v}_3 = \begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix} \text{ or } \begin{bmatrix} 0 \\ 2 \\ 3 \end{bmatrix} \text{ or } \begin{bmatrix} 0 \\ 1 \\ 1 \end{bmatrix} \text{ or } \begin{bmatrix} 0 \\ e \\ \pi \end{bmatrix}
\]
Here, let's use \(\vec{v}_3 = \begin{bmatrix} 0 \\ 1 \\ 1 \end{bmatrix}\).
Rebuilding the Chain
Now rebuild the entire chain, including \(\vec{v}_1\).
\[
(A - \lambda I) \vec{v}_3 = \vec{v}_2 = \dots = \begin{bmatrix} 1 \\ 1 \\ 0 \end{bmatrix}
\]
\[
(A - \lambda I) \vec{v}_2 = \vec{v}_1 = \dots = \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}
\]
Matches the true eigenvector here, but not always.