One eigenvector is useful. A whole basis of eigenvectors is transformative.
If a square matrix has enough linearly independent eigenvectors, then there is a coordinate system in which the matrix becomes diagonal. In that coordinate system, powers, inverses, and many structural questions become almost trivial.
Why diagonalization matters
Suppose a matrix acts on . In the standard basis, the action may look complicated because different coordinates mix together. But if you build a new basis from eigenvectors, then the action along each basis vector becomes pure scalar multiplication.
That is exactly what a diagonal matrix does.
Definition
Similarity
Two matrices and are similar if there exists an nonsingular matrix such that
Similarity means that and represent the same linear transformation in two different bases.
Definition
Diagonalization and diagonalizability
Let be an matrix.
If there exists an invertible matrix and scalars such that
then we say that is diagonalizable and that the displayed equality is a diagonalization of .
So diagonalization is a special case of similarity in which the target matrix is diagonal.
Eigenvectors are exactly what fill the diagonalization matrix
Theorem
Characterization of diagonalization
Let be an matrix, and let
be an invertible matrix built from column vectors .
Then the following are equivalent:
- each is an eigenvector of with eigenvalue ;
This theorem is the heart of diagonalization. The columns of the change-of-basis matrix are not arbitrary. They must be eigenvectors.
Equivalently, if , then
That equation says:
- the first column of
ASis , while the first column ofSDis ; - the second column of
ASis , while the second column ofSDis ; - and so on.
So the single matrix identity packages all eigenvector equations at once.
Theorem
When is a matrix diagonalizable?
An matrix is diagonalizable if and only if it has n linearly
independent eigenvectors.
This criterion is the one you should remember. Diagonalization is not about guessing a lucky matrix ; it is about finding a full basis of eigenvectors.
First diagonalization examples
Worked example
A diagonalizable upper-triangular matrix
Let
Suppose we have eigenvectors
with eigenvalues 1, 2, and 3, respectively.
If we set
then the three vectors are linearly independent, so is invertible. Hence
The original matrix is not diagonal, but it becomes diagonal in the eigenvector basis.
Worked example
A matrix that is not diagonalizable
Consider
Its only eigenvalue is 1, because
Now solve :
So and is free. The eigenspace is therefore
which is only one-dimensional. A matrix needs two linearly independent eigenvectors to be diagonalizable, so is not diagonalizable.
Similar matrices preserve eigenvalue data
Similarity is not arbitrary conjugation. It preserves the essential eigenvalue structure of a matrix.
Theorem
Similar matrices have the same characteristic polynomial
If and are similar, then
In particular, and have the same eigenvalues.
This is what makes diagonalization meaningful. The diagonal matrix obtained from is not a different spectral object. It is the same linear transformation written in a basis that exposes its eigenvalues visibly on the diagonal.
Common mistake
Having the same characteristic polynomial is not enough for similarity
Similarity implies equal characteristic polynomials, but the converse is false. Two matrices can share the same characteristic polynomial and still fail to be similar.
For example,
both have characteristic polynomial , but the first matrix is not similar to the zero matrix.
Diagonalization makes powers and inverses easy
Suppose
Then matrix algebra becomes much simpler.
Theorem
Powers, inverse, and transpose of a diagonalizable matrix
If with diagonal, then for each positive integer m,
If is invertible, then every diagonal entry of is nonzero and
Also, is diagonalizable and has the same eigenvalues as .
The key point is that diagonal matrices are easy to power:
Worked example
Compute a power through diagonalization
Let
Suppose is diagonalized as
Then
So the hard part is finding the diagonalization once. After that, every positive
power is controlled by replacing 4 with and leaving the repeated 1
entries alone.
Quick check
Quick check
What must the columns of a diagonalizing matrix S be?
Think about the equation .
Solution
Answer
Quick check
Can a 3×3 matrix be diagonalizable with only two linearly independent eigenvectors?
Use the characterization theorem.
Solution
Answer
Quick check
If A is similar to D and D is diagonal, do A and D have the same eigenvalues?
Use the similarity theorem.
Solution
Answer
Exercises
Quick check
Suppose A has eigenvectors with eigenvalues , and these vectors are linearly independent. What diagonal matrix appears in a diagonalization of A?
Order the diagonal entries to match the chosen order of the eigenvectors.
Solution
Guided solution
Quick check
Why is not diagonalizable?
Check how many linearly independent eigenvectors it has.
Solution
Guided solution
Quick check
If with , what is ?
Use the power rule for diagonalizable matrices.
Solution
Guided solution
Related notes
Read 8.1 Eigenvalues, eigenvectors, and eigenspaces first if the homogeneous-system viewpoint is not yet solid.
Continue with 8.3 Characteristic polynomials and diagonalization tests for the polynomial tools that decide whether enough eigenvectors exist.
The basis language here also depends on 6.5 Basis and dimension.