28. Eigenvalues and Eigenvectors
Dated: 12-06-2025
Fixed Points
A fixed point of an \(n \times n\) matrix
1 is a vector
2 \(\vec x\) in \(\mathbb R^n\) such that \(A \vec x = \vec x\)
Every square matrix
has at least one fixed point namely \(\vec x = 0\).
General procedure to find fixed points of a matrix
1 \(A\) is to rewrite the equation \(A \vec x = \vec x\) as \(A \vec x = I \vec x\) or as
Theorem
If \(A\) is an \(n \times n\) matrix
1 then following are equivalent
- \(A\) has non trivial fixed points
- \(I - A\) is a
singular matrix
1 - \(\det(I - A) = 0\)
Example
General solution of this system is
These are parametric equations of the line
3 \(y = \frac x 2\)
Eigenvalues and Eigenvectors
In the following equation
If there is a non zero vector
2 which satisfies this equation then it is called the eigenvector
and \(\lambda\) is a scalar
, called the eigenvalue
.
Eigen Space
The set of all solutions of \((A - \lambda I) \vec x = \vec 0\) is just the null space
4 of the matrix
1 \(A - \lambda I\). So this set
5 is a subspace
6 of \(\mathbb R^n\) and is called eigenspace
of \(A\) corresponding to \(\lambda\).
Example
Find a basis
for corresponding eigen space where eigen value of a matrix
1 is \(2\).
Solution
Now we will row reduce
7 the augmented matrix
.
The general solution is
The most direct way to find eigen values is to rewrite \(A \vec x = \lambda \vec x\) as \(A \vec x = \lambda I \vec x\).
The above equation has non trivial solutions if
This equation is called the characteristic equation
.
Theorem
If \(\lambda\) is a scalar and \(A\) is a \(n \times n\) matrix
1 then the following statements are true
- \(\lambda\) is an eigenvalue of \(A\).
- \(\lambda\) is the solution of the equation \(\det(\lambda I - A) = \vec 0\)
- The
linear system
8 \((\lambda I - A) \vec x = 0\) has non trivial solutions.
Eigenvalues of Triangular Matrices
The characteristic polynomial
for a triangular matrix
9 is
Which implies that eigen values are
Eigenvalues of Powers of a Matrix
Theorem
If \(\vec x\) is the corresponding eigen vector of \(A\) then eigen value of \(A^k\) is \(\lambda^k\).
Theorem
If \(A\) is an \(n \times n\) matrix
,1 then the following statements are equivalent:
- The
reduced row echelon form
7 of \(A\) is \(I_n\). - \(A\) is expressible as a product of
elementary matrices
.10 - \(A\) is invertible.
- \(Ax = 0\) has only the trivial solution.
- \(Ax = b\) is consistent for every
vector
2 \(b\) in \(\mathbb{R}^n\). - \(Ax = b\) has exactly one solution for every
vector
2 \(b\) in \(\mathbb{R}^n\). - The column vectors of \(A\) are
linearly independent
.11 - The row vectors of \(A\) are
linearly independent
.11 - \(\det(A) \ne 0\).
- \(\lambda = 0\) is not an eigenvalue of \(A\).
References
Read more about notations and symbols.
-
Read more about null space. ↩
-
Read more about vector spaces. ↩
-
Read more about row reduction. ↩↩
-
Read more about linear systems. ↩
-
Read more about triangular matrices. ↩
-
Read more about elementary matrices. ↩
-
Read more about linear independence. ↩↩