Eigenvector

A nonzero vector scaled by a linear operator
Eigenvector

Let TT be a T:VVT:V\to V over a field FF. A nonzero vector vVv\in V is an eigenvector of TT if there exists a scalar λF\lambda\in F such that

T(v)=λv; T(v)=\lambda v;

the corresponding scalar λ\lambda is an of TT.

For a fixed λ\lambda, the collection of all eigenvectors with eigenvalue λ\lambda, together with the zero vector, forms the for λ\lambda.

Examples:

  • For T=λIT=\lambda I on FnF^n, every nonzero vector is an eigenvector with eigenvalue λ\lambda.
  • For T(x,y)=(x,0)T(x,y)=(x,0) on R2\mathbb{R}^2, the vectors (1,0)(1,0) and (2,0)(2,0) are eigenvectors with eigenvalue 11, while (0,1)(0,1) is an eigenvector with eigenvalue 00.
  • For A=(1101)A=\begin{pmatrix}1&1\\0&1\end{pmatrix} on F2F^2, the vector (1,0)(1,0) is an eigenvector with eigenvalue 11, but (0,1)(0,1) is not an eigenvector.