]>
|
|
||
A vector which satisfies for some number is called an eigenvector of the matrix and is called the eigenvalue of corresponding to . ( is called an eigenvector corresponding to .)
The condition can be rewritten as . This equation says that the matrix takes into the vector, which implies that cannot have an inverse so that its determinant must be 0.
The equation is a polynomial equation in the variable for given . It is called the characteristic equation of the matrix . You can solve it to find the eigenvalues , of .
The trace of a square matrix , written as , is the sum of its diagonal elements.
The characteristic equation of a 2 by 2 matrix takes the form
Once you know an eigenvalue of , there is an easy way to find a column eigenvector corresponding to (which works when 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 .
If it is not the vector, it is a column eigenvector!
Why does this work?
The condition that is a column eigenvector of is the condition that .
The components of are the dot products of the rows of with .
If is the vector product of two rows of it certainly has dot product 0 with those two rows.
On the other hand, its dot product with the other row of is the determinant of , which is also 0.
We can deduce then that the vector product of any two rows of has 0 dot product with every row of , which is the condition that is an eigenvector of corresponding to eigenvalue .
What can go wrong? Well, the vector product could be . 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 and .
4.13 Do the same for the matrix with rows , and .
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.
|
|