- categories: Linear algebra, Definition
Definition
Let be a square matrix. A scalar (or ) is an eigenvalue of if there exists a non-zero vector (or ), called an eigenvector, such that:
Equivalently, and satisfy the equation , where is the identity matrix. (see also Eigendecomposition)
Intuition
- An eigenvalue represents the factor by which the eigenvector is scaled under the transformation defined by .
- Eigenvectors point in directions that remain unchanged (up to scaling) under the transformation .
Key Properties
- Characteristic Equation:
The eigenvalues are the roots of the characteristic polynomial . - Number of Eigenvalues:
An matrix has at most eigenvalues (counting multiplicities). - Diagonalizability:
is diagonalizable if there exists a basis of eigenvectors, which occurs if has linearly independent eigenvectors. - Matrix trace and Determinant:
- The trace of , , equals the sum of its eigenvalues: .
- The determinant of equals the product of its eigenvalues: .
- Symmetric Matrix:
If is symmetric (), all eigenvalues of are real, and its eigenvectors can be chosen to be orthogonal. - Singularity:
is singular (not invertible) if and only if is an eigenvalue.