eigenrummet
Eigenspace, known in Danish as eigenrummet, is the subspace of vectors that are scaled by a fixed factor under a linear transformation. For a square matrix A over a field F and a scalar λ in F, the eigenspace associated with λ is denoted Eλ and defined as Eλ = { v in F^n : Av = λv } = ker(A − λI). This set includes the zero vector and all eigenvectors corresponding to λ, forming a linear subspace of F^n.
The eigenrummet can be understood as the kernel of A − λI. If λ is not an eigenvalue
Eigenspaces play a central role in diagonalization and spectral theory. A matrix is diagonalizable if the direct
Example: A = [[4, 1], [0, 4]] has eigenvalue λ = 4 with A − 4I = [[0, 1], [0, 0]].