Eigenvalues and Eigenvectors
by Qiang Gao, Mar 20, 2017
Definition (eigenvalues and eigenvectors)
For any square matrix , if a nonzero vector satisfies
for some scalar , then is called an eigenvalue and is called an eigenvector corresponding to it.
Note
Intuitively, eigenvectors are special vectors that do not change direction after being hit by matrix . That is, carries eigenvector to , the same direction as , scaling by a factor of the eigenvalue .
The eigenvalue can be a complex number (see characteristic equation). If this is true, the corresponding eigenvector must be a complex vector.
Eigenvalues and eigenvectors are defined simultaneously. That is, if we say is an eigenvector of square matrix , then there must be a corresponding eigenvalue . Likewise, if we say is an eigenvalue of square matrix , then there must be a corresponding eigenvector . In short, they come in pairs.
Theorem 1 (eigenvector means a direction)
If is an eigenvector of square matrix corresponding to eigenvalue , then is also an eigenvector of square matrix corresponding to the same eigenvalue .
Proof
By definition,
So is also an eigenvector, by definition.
Note
This implies that the eigenvector means a direction, where its length is irrelevant. As a result of this theorem, it is suffice for us to use only eigenvectors of unit length.
Copyright ©2017 by Qiang Gao