In linear algebra, eigenvalues and eigenvectors of a matrix are fundamental concepts used in mathematics, physics, computer science, and data analysis. They help in understanding how linear transformations act on vectors and are applied in fields like facial recognition, vibration analysis, Google’s PageRank algorithm, and machine learning.
Mathematical definition:
Where:
Step 1: Find Eigenvalues
This is called the characteristic equation. Solve it to find the eigenvalues.
Step 2: Find Eigenvectors
Example 1: Let
Solution.
(a) Characteristic polynomial:
So .
Hence, eigenvalues
(If m < 0 the eigenvalues are complex; if m = 0 there is a repeated eigenvalue .)
(b) Over , A is diagonalizable when it has two distinct real eigenvalues, i.e. when m > 0. If m = 0 we get of algebraic multiplicity 2. Check geometric multiplicity: for m = 0,
Nullspace is → geometric multiplicity 1 → not diagonalizable.
If m < 0 eigenvalues are complex conjugates, so not diagonalizable over (but are diagonalizable over if they are distinct).
Answer: diagonalizable over iff m > 0.
Example 2: Find eigenvalues and a basis of eigenvectors of
Solution.
Observe the vector :
so with eigenvector u.
For eigenvectors orthogonal to u (i.e. sum of components = 0), pick . Then
Similarly, also yields eigenvalue 3. So with eigenspace . Because A is symmetric, eigenvectors corresponding to different eigenvalues are orthogonal. A convenient orthogonal basis:
Answer: eigenvalues 6,3,3 with the eigenvectors above.
Example 3 : Let Find eigenvalues and the dimension of the eigenspace. Is A diagonalizable?
Solution.
Characteristic polynomial: So eigenvalue with algebraic multiplicity 3. Solve :
Equations give . So eigenvectors are → eigenspace dimension = 1.
Because geometric multiplicity (1) < algebraic multiplicity (3), A is not diagonalizable (it is a single Jordan block of size 3).
Answer: eigenvalue 2 only; eigenspace dimension 1; not diagonalizable.
Example 4: If for nonzero v, show that for any polynomial ,
Solution.
Apply powers: , and by induction
Then,
So v is an eigenvector of the matrix p(A) with eigenvalue .
Answer: proved.
Example 5: Let P be a square matrix with . Show the only possible eigenvalues are 0 and 1, and describe the eigenspaces.
Solution.
If for nonzero v, apply :
But . So
Since
, Thus or .
Eigenspaces:
If P is an orthogonal projection, these spaces are orthogonal complements.
Answer: eigenvalues 0,1; eigenspaces = nullspace and range.
Example 6: Let J be the n x n matrix of all ones. Find the eigenvalues and eigenvectors of J.
Solution.
Let . Then Ju = nu. So nn is an eigenvalue with an eigenvector uu. For any vector vv with entries summing to zero (), we have Jv = 0 because every row of J sums the entries of v. So eigenvalues are n (multiplicity 1) and 0 (multiplicity n-1).
Eigenspaces: span{u} and the hyperplane
Answer: eigenvalues n and 0 with described eigenspaces.
Answers (brief)
Also Read:
(Session 2025 - 26)