Finding Eigenvalues
We've spent most of our time so far talking about eigenvectors and now we turn our attention to eigenvalues. Let's begin by seeing how we can find
the eigenvalues associated with an nxn matrix A.
Finding eigenvalues geometrically
Recall that the eigenvalue-eigenvector equation is Ax =
x. If this equation is
true for a particular value of
and particular vector x then we say that
and x
are associated or that they correspond to each other.
Given an eigenvector x of A, we can use this equation to find
by computing the norm of both sides
||
Ax|| = |

| ||
x||
and solving for
. This gives
|

| = ||
Ax|| / ||
x||
If the vector x is normalized then ||x|| = 1 so things are even simpler:
|
| = ||Ax||.
Thus, the absolute value (magnitude) of the eigenvalue associated with the eigenvector x is given by ||Ax||.