
Eigenvectors are unchanged in direction by a linear transformation
Image: Louis Held, Public domain, via Wikimedia Commons
Eigenvectors are unchanged in direction by a linear transformation
Eigenvectors remain unchanged in direction when a linear transformation is applied. This unique property allows them to be scaled by a constant factor, known as the eigenvalue. Understanding eigenvectors and eigenvalues is crucial in various applications, including solving systems of linear equations and analyzing stability in dynamical systems.
Example
Consider a linear transformation represented by the matrix A = [[2, 0], [0, 3]]. The eigenvector v = [1, 0] remains unchanged in direction when transformed by A, as A * v = [2, 0] = 2 * v. The corresponding eigenvalue λ = 2 indicates that v is scaled by a factor of 2.
Remember this
Recognizing eigenvectors and eigenvalues helps in simplifying complex problems in linear algebra and understanding the behavior of systems over time.
Text adapted from Wikipedia, licensed under CC BY-SA 4.0.
Principal component analysis
Eigenvectors point along maximum variance
PCA vs t-SNE: PCA preserves global variance linearly, t-SNE preserves local structure nonlinearly
How can we teach computers to understand what we like?
ill-conditioned matrices cause numerical instability: small input changes → large output changes
Ill-conditioned matrices lead to numerical instability
the trace equals the sum of eigenvalues: tr(A) = Σλ_i
How can a vector stay the same after a transformation?
Ordinary least squares
OLS minimizes squared differences
Cholesky decomposition
Cholesky decomposition factors A = LL^T for symmetric positive definite matrices
Swipe through 100 ML concepts daily
Open Pocket Polymath