Diagonalisation
≈ 25 minA square matrix is diagonalisable if it can be written
where is diagonal (its entries are the eigenvalues of ) and the columns of are the corresponding eigenvectors. This is possible exactly when has a full set of linearly independent eigenvectors.
Why it is useful. Powers become trivial:
and just raises each diagonal entry to the -th power. Computing directly is punishing; through it is one line.
Worked example. has eigenvalues with eigenvectors , so and
An matrix is diagonalisable exactly when it has…
has eigenvalues and . What is the largest eigenvalue of ?
In the factorisation , the columns of are…
has eigenvalues and . Find the trace of (the sum of the eigenvalues of ).

