Skip to content

Eigenspace (with Examples)

What is Eigenspace?

Eigenspace is the span of a set of eigenvectors. These vectors correspond to one eigenvalue. So, an eigenspace always maps to a fixed eigenvalue. It is also a subspace of the original vector space. Finding it is equivalent to calculating eigenvectors.

The basis of an eigenspace is the set of linearly independent eigenvectors for the corresponding eigenvalue. The cardinality of this set (number of elements in it) is the dimension of the eigenspace.

For each eigenvalue, there is an eigenspace. Interesting cases arise as eigenvalues may be distinct or repeated. Let us see all three possibilities, with examples in 2:

  1. Distinct Eigenvalue – Eigenspace is a Line
  2. Repeated Eigenvalue
    • Eigenspace is a Line
    • Eigenspace is 2

Eigenspace for Distinct Eigenvalues

Our two dimensional real matrix is . It has two real eigenvalues 3 and −2. Eigenspace of each eigenvalue is shown below.

Eigenspace for λ = 3

The eigenvector corresponding to λ = 3 is (1, 1)T. In the following image you can see:

  • Unit Eigenvector v in red color ( )
  • Transformed vector Av in blue
  • Eigenspace as a line (in sky-blue)

eigenspace for distinct eigenvalues

Eigenspace for λ = − 2

The eigenvector is . The image shows unit eigenvector ( − 0.56, 0.83)T. In this case also eigenspace is a line.

eigenspace for distinct eigenvalues

Eigenspace for a Repeated Eigenvalue

Case 1: Repeated Eigenvalue – Eigenspace is a Line

For this example we use the matrix . It has a repeated eigenvalue = 2. The eigenspace is a line.

eigenspace for repeated eigenvalues

Case 2: Repeated Eigenvalue – Eigenspace is 2

In this example our matrix is . It has a repeated eigenvalue = 3. In this case every vector in 2 is an eigenvector. Therefore entire 2 is eigenspace for λ = 3.

eigenspace for repeated eigenvalues

Eigenspace is a subspace

Let us say S is the set of all eigenvectors for a fixed λ. To show that S is a subspace, we have to prove the following:

  1. If vectors v, w belong to S, v + w also belongs to S.
  2. If vector v is in S, αv is also in S (for some scalar α).

We borrow the following from the original vector space:

  • Operations like addition and scalar multiplication
  • Scalars (its field)

Proof of 1

Suppose vectors v, w ∈ S.

= Av + Aw

= λv + λw =

(v + w) is an eigenvector with eigenvalue λ.

Therefore (v + w) ∈ S

Proof of 2

For a scalar α ∈ 𝔽 and a vector v ∈ S, we show that αv ∈ S.

Here 𝔽 is the field of the original vector space.

= αAv = αλv =

αv is an eigenvector with eigenvalue λ.

Therefore αv ∈ S

Vector Span

Suppose we have a vector space V, over a field 𝔽 .

S = [v1, v2, …vn] is a subset of V.

Span of S is the set of all possible linear combinations of vectors in it:

W = [w : w = a1v1 + a1v1 + … + anvn], where scalars ai ∈ 𝔽 .

If set S consists of eigenvectors corresponding to the eigenvalue λ, W is the eigenspace for λ.

Related

Eigenvalues and Eigenvectors (Examples & Questions) ➤