I have a $5\times 5$ matrix and I need to find the Jordan form and its inverse. I know how to find the inverse. But for the Jordan form I am screwed.
The matrix is $$\begin{bmatrix}3 & 0 & 0 & 0 & 0\\2 & 3 & 0 & 0 & 0\\1 & 0 & 2 & 2 & 0\\0 & 0 & 0 & 3 & 2\\0 & 0 & 0 & 0 & 2\end{bmatrix}.$$
Please help me to find the eigenvalues and number of Jordan blocks. Is there any easy method to know the eigenvalues other than solving $\det(A-\lambda I)=0$?
When you do cofactor expansion on $A-\lambda I$ you'll find that it's always the case that either the first row or the first column has only one nonzero entry. So taking the determinant is very very quick and I know of no other way to get eigenvalues other than guessing them.