Repeated Eigenvalues
So we’ve got a linear transformation on a vector space
of finite dimension
. We take its characteristic polynomial to find the eigenvalues. If all of its roots are distinct (and there are
of them, as there must be if we’re working over an algebraically closed field) then we can pick a basis of eigenvectors and get a diagonal matrix for
.
But what if a root is repeated? Say the characteristic polynomial has a factor of . We might think to pick two linearly independent eigenvectors with eigenvalue
, but unfortunately that doesn’t always work. Consider the transformation given by the matrix
This matrix is upper-triangular, and so we can just read off its eigenvalues from the diagonal: two copies of the eigenvalue . We can easily calculate its action on a vector
So the eigenvector equation says that and
. The second is trivial, and the first tells us that
. But we can only pick one linearly independent vector of this form. So we can’t find a basis of eigenvectors, and we can’t diagonalize this matrix. We’re going to need another approach.
