Diagonalization
Raising a matrix to a power is much easier if the matrix is first diagonalized.
The Essentials
A matrix can be re-written in this form:
Where \( \Lambda \) is uppercase lambda and represents a matrix where the diagonal entries are the eigenvalues in some order and all other values are zero, and \( V \) is a matrix whose column vectors are the eigenvectors in the same order as the corresponding eigenvalues. A three by three diagonal matrix has this form:
To square A, A can be multiplied by A:
This can be generalized to this formula:
This is useful because when raising a diagonal matrix to a power, the diagonal entries can just be raised to that power and no matrix multiplication is necessary.
Example
Use diagonalization to evaluate this expression:
Finding the eigenvalues and eigenvectors, we get:
Diagonalizing the matrix we get:
Practice
- Diagonalize this matrix:
\[ \begin{bmatrix} -1 & 1 & 1\\ 0 & 1 & 0\\ 4 & 6 & 2 \end{bmatrix} \]
- Evaluate this expression:
\[ \begin{bmatrix} -2 & -3\\ 1 & 2 \end{bmatrix}^{49} \]
Solutions:
-
\[ \frac{1}{30} \begin{bmatrix} 0 & -5 & 0\\ -24 & -4 & 6\\ 6 & 21 & 6 \end{bmatrix} \begin{bmatrix} 1 & 0 & 0\\ 0 & -2 & 0\\ 0 & 0 & 3 \end{bmatrix} \begin{bmatrix} 5 & -1 & 1\\ -6 & 0 & 0\\ 16 & 1 & 4 \end{bmatrix} \]
-
\[ \begin{bmatrix} -2 & -3\\ 1 & 2 \end{bmatrix} \]