When a matrix acts on a vector, it usually changes the vector's direction. But for most square matrices, certain non-zero vectors are exceptional. The transformation only stretches or shrinks them, leaving their original direction unchanged. These special vectors are called eigenvectors, and the factors by which they are scaled are their corresponding eigenvalues.
This unique relationship is captured in a simple but powerful equation:
Av=λvThis equation states that when the matrix A is applied to its eigenvector v, the result is the same as multiplying v by a simple scalar, the eigenvalue λ.
Let's break down each component:
Essentially, eigenvectors define the "axes" of a transformation. While other vectors are rotated and scaled in complex ways, eigenvectors point along directions where the transformation acts simply as a scaling operation.
For a general vector, a matrix transformation changes its direction. For an eigenvector, the transformation only scales it along the same line (its "eigenspace").
Let's make this tangible with numbers. Consider the following matrix A:
A=(41−21)Now, let's test if the vector v=(21) is an eigenvector of A. We do this by applying the transformation (multiplying A by v) and seeing if the result is a scaled version of v.
First, calculate the left side of the equation, Av:
Av=(41−21)(21)=(4(2)+(−2)(1)1(2)+1(1))=(8−22+1)=(63)The result of the transformation is the vector (63). Now, we check if this result is a multiple of our original vector v=(21).
Is there a scalar λ such that (63)=λ(21)?
Yes, there is. We can see that:
(63)=3(21)Because we found such a scalar, we have confirmed that v=(21) is an eigenvector of matrix A. The corresponding eigenvalue is λ=3. The transformation A stretches this specific vector by a factor of 3 without changing its direction.
The value of λ gives us important information about what the transformation does to the corresponding eigenvector:
It is important that eigenvectors must be non-zero vectors. Why? If we allowed v to be the zero vector, the equation Av=λv would become A0=λ0, which simplifies to 0=0. This equation is true for any matrix A and any scalar λ. It provides no useful information about the transformation, so we exclude the zero vector by definition.
Was this section helpful?
© 2026 ApX Machine LearningEngineered with