4.6 Eigenvalues and the Characteristic Equation of a Matrix

A vector which satisfies Mv = xv for some number x is called an eigenvector of the matrix M and x is called the eigenvalue of M corresponding to v. (v is called an eigenvector corresponding to x.)

The condition Mv = xv can be rewritten as (M - xI)v = 0. This equation says that the matrix (M - xI) takes v into the 0 vector, which implies that (M - xI) cannot have an inverse so that its determinant must be 0.

The equation det (M - xI) = 0 is a polynomial equation in the variable x for given M. It is called the characteristic equation of the matrix M. You can solve it to find the eigenvalues x, of M.

The trace of a square matrix M, written as Tr(M), is the sum of its diagonal elements.

The characteristic equation of a 2 by 2 matrix M takes the form

x2 - xTr(M) + det M = 0

Once you know an eigenvalue x of M, there is an easy way to find a column eigenvector corresponding to x (which works when x is not a multiple root of the characteristic equation). We will describe it for 3 by 3 matrices, but it can be generalized to apply to any size square matrices. To do so, take the cross product of any two distinct rows of (M - xI).

If it is not the 0 vector, it is a column eigenvector!

Why does this work?

The condition that v is a column eigenvector of M is the condition that (M - xI)v = 0.

The components of (M - xI)v are the dot products of the rows of (M - xI) with v.

If v is the vector product of two rows of (M - xI) it certainly has dot product 0 with those two rows.

On the other hand, its dot product with the other row of (M - xI) is the determinant of (M - xI), which is also 0.

We can deduce then that the vector product of any two rows of (M - xI) has 0 dot product with every row of (M - xI), which is the condition that v is an eigenvector of M corresponding to eigenvalue x.

What can go wrong? Well, the vector product could be 0. This will happen if one of the rows is a multiple of the other. If it happens for two different row pairs, this means all the rows are multiples of each other, which means every vector perpendicular to any row that is not all zeroes, is an eigenvector.

Exercises:

4.12 Write the characteristic equation for the matrix with rows (1, 2) and (3, 4).

4.13 Do the same for the matrix with rows (1, 2, 5), (3, 1, -3) and (4, -2, -8).

4.14 Find an eigenvalue of this matrix. (Hint: there is one that is a pretty simple number.)

4.15 Find a column eigenvector corresponding to it.