"how numbers are stored and used in computers"
An eigenvector is a non-zero vector that, when transformed by a linear transformation, only changes by a scalar factor (the eigenvalue).
Grid shows unit vectors. Click anywhere to select a vector and see its transformation.
Green vectors are eigenvectors - they only scale, never rotate!
Eigenvectors are special vectors that don't change direction when transformed by a matrix.
Eigenvalues tell us how much the eigenvector gets scaled.
For a square matrix
Then:
To find eigenvalues, solve:
where I is the identity matrix of the same size as A.
For each eigenvalue λ, solve:
Eigenvalue Properties
Eigenvector Properties
A matrix A is diagonalizable if:
where:
Power Method
QR Algorithm
Lanczos Algorithm