Put the matrix $$\begin{bmatrix} 3 & -4\\ 1 & -1\end{bmatrix}$$ in Jordan Canonical Form. Moreover, find the appropriate transition matrix to the basis in which the original matrix assumes its Jordan form.
I'm having a lot of trouble with this. I know that the eigenvalue has multiplicity two and is $\lambda = 1$. I can find the first eigenvector, which is:
\begin{bmatrix} 2 \\ 1 \\ \end{bmatrix} I'm having trouble finding the second since both eigenvalues tell us the same thing. But I'm not nearly as concerned about the eigenvectors as I am about what to do after.
If anyone could explain thoroughly the next steps involved (not necessarily the answer but how to obtain it), I would be forever grateful. This homework is in 2 days and it may determine my grade letter.
The characteristic polynomial $\det (A - \lambda I) = (\lambda -1)^2.$ when the dimension of the null space(1) of an eigenvalue($\lambda = 1$) is less than the algebraic multiplicity(2), you need to find generalized eigenvectors. in this instance, you need to solve $(A - I_2) \left( \begin{array}{l} x \cr y\end{array} \right) = \left( \begin{array}{l} 2 \cr 1 \end{array} \right).$ this gives you $x = 1, y = 0$
with respect to the basis $\{ \left( \begin{array}{l} 2 \cr 1 \end{array} \right), \left( \begin{array}{l} 1 \cr 0 \end{array} \right) \}$ you transformation is represented by the Jordan canonical form $\left( \begin{array}{ll} 1 & 1 \cr 0 & 1 \end{array} \right).$