This document summarizes key concepts regarding eigenvalues and eigenvectors of matrices:
- Eigenvalues are scalars such that there exist non-zero eigenvectors satisfying Ax = λx.
- The characteristic equation states that λ is an eigenvalue if and only if it satisfies det(A - λI) = 0.
- A matrix is diagonalizable if it can be written as A = PDP-1, where D is a diagonal matrix of eigenvalues and P is a matrix of corresponding eigenvectors. Diagonalizable matrices can easily compute powers by raising the eigenvalues to powers.