3 Properties of eigenvalues and eigenvectors
There are a number of general properties of eigenvalues and eigenvectors which you should be familiar with. You will be able to use them as a check on some of your calculations.
Property 1: Sum of eigenvalues
For any square matrix :
sum of eigenvalues sum of diagonal terms of (called the trace of )
Formally, for an matrix :
(Repeated eigenvalues must be counted according to their multiplicity.)
Thus if
then
).
Property 2: Product of eigenvalues
For any square matrix :
product of eigenvalues determinant of
Formally:
The symbol simply denotes multiplication, as denotes summation.
Example 7
Verify Properties 1 and 2 for the matrix:
whose eigenvalues were found earlier.
Solution
The three eigenvalues of this matrix are:
Therefore
Property 3: Linear independence of eigenvectors
Eigenvectors of a matrix corresponding to distinct eigenvalues are linearly independent i.e. one eigenvector cannot be written as a linear sum of the other eigenvectors. The proof of this result is omitted but we illustrate this property with two examples.
We saw earlier that the matrix
has distinct eigenvalues with associated eigenvectors
respectively.
Clearly is not a constant multiple of and these eigenvectors are linearly independent .
We also saw that the matrix
had the following distinct eigenvalues with corresponding eigenvectors of the form shown:
Clearly none of these eigenvectors is a constant multiple of any other. Nor is any one obtainable as a linear combination of the other two. The three eigenvectors are linearly independent .
Property 4: Eigenvalues of diagonal matrices
A diagonal matrix has the form
The characteristic equation
is
i.e.
So the eigenvalues are simply the diagonal elements and .
Similarly a diagonal matrix has the form
having characteristic equation
so again the diagonal elements are the eigenvalues.
We can see that a diagonal matrix is a particularly simple matrix to work with. In addition to the eigenvalues being obtainable immediately by inspection it is exceptionally easy to multiply diagonal matrices.
Task!
Obtain the products and of the diagonal matrices
which of course is also a diagonal matrix.
Exercise
If are the eigenvalues of a matrix prove the following:
- has eigenvalues .
- If is upper triangular, then its eigenvalues are exactly the main diagonal entries.
- The inverse matrix has eigenvalues .
- The matrix has eigenvalues .
- (Harder) The matrix has eigenvalues .
- (Harder) The matrix ( a non-negative integer) has eigenvalues
Verify the above results for any matrix and any matrix found in the previous Exercises on page 13.
N.B. Some of these results are useful in the numerical calculation of eigenvalues which we shall consider later.
-
Using the property that for any square matrix
, det
= det
we see that if
This immediately tells us that which shows that is also an eigenvalue of .
-
Here simply write down a typical upper triangular matrix
which has terms on the leading diagonal
and above it. Then construct
. Finally imagine how you would then obtain
. You should see that the determinant is obtained by multiplying together those terms on the leading diagonal. Here the characteristic equation is:
This polynomial has the obvious roots .
-
Here we begin with the usual eigenvalue problem
. If
has an inverse
we can multiply both sides by
on the left to give
or, dividing through by the scalar we get
which shows that if and are respectively eigenvalue and eigenvector of then and are respectively eigenvalue and eigenvector of .
As an example consider . This matrix has eigenvalues , with corresponding eigenvectors and . The reader should verify (by direct multiplication) that has eigenvalues and with respective eigenvectors and .
4., 5. and 6. are proved in similar way to the proof outlined in 3.