Previous: Eigendecomposition, Next: Hermitian MatricesUp: Linear Algebra

Eigenvectors

Table of Contents

1. Definition

Given some matrix A with entries in some field F, we say a nonzero vector v is an eigenvector of A if:

(1)Av=λv

For some λF, in which case we also say λ is an eigenvalue of A (associated with v).

2. Finding Eigenvalues and Eigenvectors

Theorem λ is an eigenvector of A iff it satisfies det(AλI)=0

Proof Suppose there exists some v satisfying (1), then:

Av=λv(AλI)v=0(AλI) is singular (since v is nonzero)det(AλI)=0

This theorem shows that the eigenvalues of A correspond to the roots of the polynomial det(AλI).

3. Geometric and Algebraic Multiplicity

The algebraic multiplicity of an eigenvalue λ is simply its multiplicity as a root of the polynomial det(AλI).

Defining the geometric multiplicity of λ on the other hand will first involve some set up. We define the eigenspace of A corresponding to as:

Eλ={v:Av=0}

Note this is a subspace of the vector space v resides in. From this we define the algebraic multiplicity of λ as the dimension of Eλ.

It is important to note that the algebraic and geometric multiplicities of λ may not be the same. For example, the matrix:

(1011)

It has characteristic polynomial (1λ)(1λ) and hence one eigenvalue, 1, of algebraic multiplicity 2. However, we find that the eigenspace of 1 to be the set:

S={α[01]:αK}

Indicating that the geometric multiplicity of the eigenvalue is 1.

Theorem The algebraic multiplicity of λ is at least as large as the geometric multiplicity of λ.

Proof First suppose λ has geometric multiplicity r. Let S={v1...vr} be any set of linearly independent eigenvectors associated with λ.

We can extend S to form a basis to Kn with nr linearly independent vectors vr+1...vn. Now let G be the matrix with with column vi (note G is invertible since its columns are linearly independent vectors), and consider the product AG.

The first r columns of AG will be given by λvi, therefore the first r columns of G1AG will form a diagonal matrix with each diagonal entry given by λ. We now claim G1AG has the same characteristic polynomial as A:

det(G1AGxI)=det(G1AGG1xIG) since any multiple of the identity matrix commutes with all matrices=det(G1)det(AIx)det(G)=det(AIx)

However, the first r columns of AIx form a diagonal matrix with entries λx, hence the characteristic polynomial of A has a factor of at least (λx)r, this completes the proof.

Author: root

Created: 2025-02-15 Sat 15:26

Validate