What is the difference between algebraic multiplicity and geometric multiplicity of an eigenvalue, and why does their relationship determine whether a matrix is diagonalizable?
Think about your answer, then reveal below.
Model answer: The algebraic multiplicity of eigenvalue λ is its multiplicity as a root of the characteristic polynomial det(A − λI). The geometric multiplicity is the dimension of the corresponding eigenspace — the number of linearly independent eigenvectors for that eigenvalue. Geometric multiplicity ≤ algebraic multiplicity always. Diagonalization requires a complete basis of eigenvectors, so you need n total linearly independent eigenvectors. If geometric multiplicity is strictly less than algebraic multiplicity for any eigenvalue, there are not enough eigenvectors to span ℝⁿ, and diagonalization fails.
The matrix [[2,1],[0,2]] illustrates the failure: characteristic polynomial (λ−2)² gives algebraic multiplicity 2, but solving (A−2I)v = 0 yields only a 1-dimensional eigenspace (geometric multiplicity 1). One eigenvector short of a basis means no diagonalization is possible. The matrix is instead similar to a Jordan block — the next topic in the theory of canonical forms.