Up: Return
Eigenvector Basis

Examples:

Diagonalization:

If we use the eigenvectors of a matrix A as a new basis, so that the transformation matrix P contains the eigenvectors:

then the transformed matrix A' is much simpler than the original A. In particular, it is diagonal:

Reason: for any arbitrary vector

then

So A increases the first coordinate in the eigenvector basis by , the second by , etcetera. That is exactly what the diagonal matrix A' does with the vector of coefficients .

Remember that the relationship between A and A' is

Note: If an matrix A has less than n independent eigenvectors, it is not diagonalizable. It is called defective. Most matrices are however diagonalizable:


Up: Return