A nonzero vector which is scaled by a linear transformation is an eigenvector for that transformation.

If is an matrix, an non-zero vector, we say that is an eigenvector of A with eigenvalue if one has the equality In other words, if multiplying on the left by the matrix has the same effect as multiplying it by the scalar . We note first that, in order for this to be at all possible, must also be an vector; in other words, must be a square matrix.

Given a square matrix, then, the eigenvalue problem is to find a complete description of the eigenvalues and associated eigenvectors for that matrix. In this section we will present a systematic way of doing this.

Before proceeding with examples, we note that

Proof
Suppose . Then . But since , the only way this could happen is if the coefficient is equal to zero, or equivalently, if .

So how does one go about finding the eigenvalues of a matrix? In order to understand more clearly what it is we are looking for, we consider a reformulation of the defining equation above. First, we note that the scalar product can be rewritten as a matrix product From this we have the following equivalent statements:

Thus

This suggests that in order to solve the eigenvalue problem for a matrix , we should first determine the values for which is singular; then, for each such , determine a basis for the nullspace of . In other words, eigenvalues first, eigenvectors second. And to identify the values for which is singular, we will use the determinant.

The above discussion for computing eigenvalues of square matrices can be easily extended to linear transformations.

Note that this definition is basis-free; it does not require the use of a particular basis. However, suppose we are given a basis for . Let be the matrix representation of with respect to in both the domain and range, so that for all one has Then

In this way, fixing a basis for allows us to determine the eigenvalues and eigenvectors for by doing the same for the matrix representation of . We will investigate this further in the following sections.