Eigenvalues and Eigenvectors
The special directions a linear transformation merely scales — central to PCA, differential equations, and Google's PageRank.
Eigenvectors (green, purple) keep their direction under M — only their length changes
An eigenvector of a square matrix is a nonzero vector that only gets scaled (not rotated) when multiplied by :
The scalar is the corresponding eigenvalue. The word comes from German — eigen means "own" or "characteristic."
Geometrically: most vectors change direction when multiplied by . Eigenvectors are special — they stay on the same line, just stretched or flipped.
— so is an eigenvector with .
— so is an eigenvector with .
Is the zero vector an eigenvector? Why or why not? What about a scalar multiple of an eigenvector?
Solution
No: eigenvectors are defined to be nonzero — otherwise is trivially satisfied for any with no information content.
A scalar multiple (with ) is also an eigenvector with the same eigenvalue: . Eigenvectors define directions, not specific vectors.
Related concepts
Uses this