Determining Eigenvalues
Yesterday, we defined eigenvalues, eigenvectors, and eigenspaces. But we didn’t talk about how to actually find them (though one commenter decided to jump the gun a bit). It turns out that determining the eigenspace for any given eigenvalue is the same sort of problem as determining the kernel.
Let’s say we’ve got a linear endomorphism and a scalar value
. We want to determine the subspace of
consisting of those eigenvectors
satisfying the equation
First, let’s adjust the right hand side. Instead of thinking of the scalar product of and
, we can write it as the action of the transformation
, where
is the identity transformation on
. That is, we have the equation
Now we can do some juggling to combine these two linear transformations being evaluated at the same vector :
And we find that the -eigenspace of
is the kernel
.
Now, as I stated yesterday most of these eigenspaces will be trivial, just as the kernel may be trivial. The interesting stuff happens when is nontrivial. In this case, we’ll call
an eigenvalue of the transformation
(thus the eigenvalues of a transformation are those which correspond to nonzero eigenvectors). So how can we tell whether or not a kernel is trivial? Well, we know that the kernel of an endomorphism is trivial if and only if the endomorphism is invertible. And the determinant provides a test for invertibility!
So we can take the determinant and consider it as a function of
. If we get the value
, then the
-eigenspace of
is nontrivial, and
is an eigenvalue of
. Then we can use other tools to actually determine the eigenspace if we need to.

[...] Given a linear endomorphism on a vector space fo dimension , we’ve defined a function — — whose zeroes give exactly those field elements so that the -eigenspace of is [...]
Pingback by The Characteristic Polynomial « The Unapologetic Mathematician | January 28, 2009 |
[...] looks a lot like the one for an eigenvector. But finding them may not be as straightforward as our method for finding eigenvectors. In particular, we’re asking that the vector be in the kernel of not one transformation, but [...]
Pingback by Determining Generalized Eigenvalues « The Unapologetic Mathematician | February 17, 2009 |
Not to accuse you of being “trashy” or in “bad taste,” but some of the machinery you’ve already built up lets you talk about eigenvalues without talking about determinants following Axler’s philosophy: any linear transformation determines a finite-dimensional representation of
, and the kernel of the map is a principal ideal generated by the minimal polynomial of
from which its eigenvalues can be read off. After proving some properties of generalized eigenvectors, it is then possible to define the characteristic polynomial and prove it has the usual properties.
(Don’t get me wrong; I love determinants. But I think the anti-determinant perspective is also valuable, not least because in infinite-dimensional spaces we no longer have a determinant and must find another way to compute eigenvalues.)
Yes, but I specifically dislike Axler’s approach that ultimately leads to determinants. And his problem with determinants ultimately stems from their matrix representation. But I went off on this whole side trip to properly define determinants independently of any choice of a basis, and the representation theory leads you through. Then doing eigenvalues with the determinant as a tool you can still point out the geometric significance as you go.