Let $A \in M_{n\times n}$. A vector $x$ is an eigenvector of $A$ when $Ax = \lambda x$ for some scalar $\lambda$. That scalar $\lambda$ is the eigenvalue associated with $x$.
Let $A \in M_{n\times n}$. The eigenspace of $\lambda$ is the subspace $\operatorname{Nul}(A-\lambda I)$.
Rotate $v$ (blue) and change its length. $Av$ (red) is drawn alongside it. When both arrows line up, $v$ sits on an invariant line and is an eigenvector, with $\lambda \approx |Av|/|v|$ (negative when they point opposite ways).
For $A \in M_{n\times n}$, $\det(A-\lambda I)$ is a polynomial in $\lambda$ of degree $n$: the characteristic polynomial of $A$. Setting it to 0 gives the characteristic equation, and its roots are the eigenvalues of $A$.
If $v_1,\dots,v_r$ are eigenvectors of $A$ corresponding to different eigenvalues $\lambda_1,\dots,\lambda_r$, then $\{v_1,\dots,v_r\}$ is linearly independent. In particular, $A\in M_{n\times n}$ has at most $n$ eigenvalues.
Let $\lambda_1,\dots,\lambda_p$ be the different eigenvalues of $A$.
$A$ is diagonalizable if and only if these dimensions add up to $n$.
Equivalently, $A$ is diagonalizable when it has $n$ linearly independent eigenvectors.
To verify the result without inverting $P$, it is enough to check $AP = PD$.
If $A=PDP^{-1}$, then $A^n=PD^nP^{-1}$, since $D$ is diagonal and $D^n$ is just the diagonal matrix of the $\lambda_k^n$.
$A$ is symmetric when $A=A^\top$. $A$ is orthogonally diagonalizable when it is symmetric.
$A$ is orthogonally diagonalizable when $A=PDP^\top$ for some diagonal $D$ and some $P$ with orthonormal columns, that is, $P^{-1}=P^\top$.
Eigenvectors from different eigenspaces of a symmetric matrix are orthogonal to each other, so the whole basis of eigenvectors can be chosen orthonormal.
| Concept | What it gives you |
|---|---|
| Eigenvalue / eigenvector | $Ax=\lambda x$ |
| Characteristic equation | $\det(A-\lambda I)=0$, its solutions are the eigenvalues |
| Independence | eigenvectors of different eigenvalues are linearly independent |
| Diagonalizability | $A=PDP^{-1}$ possible iff eigenspace dimensions add up to $n$ |
| High powers | $A^n=PD^nP^{-1}$, turning matrix products into scalar powers |
| Symmetric matrices | always orthogonally diagonalizable, $A=PDP^\top$ |