Eigenvectors and Eigenvalues Advanced Discussion
The following section gives some hints on how eigenvectors can be calculated.
In order to solve the fundamental equation
A e
=l e
for its eigenvectors e and eigenvalues l,
we have to rearrange this equation (I is the identity matrix):
A e
=l I e
A e
-l I e
= o
(A -l I
) e = o
Note that from the last equation we cannot conclude that any of the
product terms are zero. However, if we look at the determinants
of this equation,
|A -l I| |e| =
|o|,
we see that a non-trivial solution is that |A -
l I|
and/or |e| have to be zero. So our initial condition,
A e
=l e,
is met when the equations above are fulfilled. The case that |e| =
0 is the less interesting one, since this is only true if the vector
e
equals the zero vector o. So, for further considerations one has
to look at |A -l I|
= 0. In fact, this equation is so important that it has been given a special
name:
Characteristic
Determinant
Characteristic Function |
For a given matrix A, |A -l I|
denotes its characteristic determinant in the unknown l.
The polynomial function c(t) := |A -
l I| is called the characteristic
function of A. This implies that the determinant is
expanded. |
Example: Characteristic
Determinant

Finally, eigenvectors and eigenvalues are defined as a solution of the
characteristic function:
| Eigenvalue,
Eigenvector |
For a given matrix A and its characteristic function c(t)
= |A -l I|,
the roots of the characteristic equation c(t)
= 0 are called eigenvalues (or characteristical roots) l1,
l2,
..., lk. They meet the criterion
A e
= lj ej for
all j in [1, k] for certain vectors ej. Those vectors
ej,
each of them corresponding with an eigenvalue
lj, are called
eigenvectors (or characteristic vectors). |
This text is part of "Teach/Me Data Analysis" and has been included by permission of the author.
|