Eigen Value Eigen Vector and Diagonalization
Eigen Value Eigen Vector and Diagonalization
223
224 CHAPTER 7. EIGENVALUES AND EIGENVECTORS
Ax = λx f or some vector x 6= 0.
7.1.1 Eigenspaces
Given a square matrix A, there will be many eigenvectors corresponding
to a given eigenvalue λ. In fact, together with the zero vector 0, the
set of all eigenvectors corresponding to a given eigenvalue λ will form
a subspace. We state the same as a theorem:
Ax = λx and Ay = λy.
So,
A(x + y) = Ax + Ay = λx + λy = λ(x + y).
7.1. EIGENVALUES AND EIGENVECTORS 225
det(λI − A) = 0,
(λI − A)x = 0.
2. If
a11 a12 a13 · · · a1n
a21 a22 a23 · · · a2n
A=
a31 a32 a33 · · · a3n
··· ··· ··· ··· ···
det(λI − A) = 0.
−1 −2 0
−1 −2 0 −1 −5 −1
So, assertion is verified.
−1 −2 0 0 0 0
So, assertion is verified.
228 CHAPTER 7. EIGENVALUES AND EIGENVECTORS
−1 −2 0 1 −3 1
1 −2 9
1 −2 9 0 −1 0
1 −2 9 1 0 1
4 −2 3
λ+5 0 0
det(λI − A) = −3 λ − 7 0 = (λ + 5)(λ − 7)(λ − 3).
−4 2 λ−3
(λ + 5)(λ − 7)(λ − 3) = 0.
−4 2 −8 z 0
Solving, we get
16 4
x=− t y= t z = t.
9 9
So, that eigenspace of λ = −5 is
16 4
− t, t, t : t ∈ R .
9 9
−4 2 4 z 0
Solving, we get
x=0 y = −2t z = t.
{(0, −2t, t) : t ∈ R} .
−4 2 0 z 0
Solving, we get
x=0 y=0 z = t.
{(0, 0, t) : t ∈ R} .
0 0 3
0 0 0
7.2 Diagonalization
Homework: [Textbook, Ex. 1, 3, 5, 9, 11, 13, 17, 19; p.444].
0 0 · · · λn
0 0 · · · λn
xm+1 = c1 x1 + c2 x2 + · · · + cm xm Eqn − I.
Since, at least one ci 6= 0. and since λi are distinct, at least one coeffi-
cient (λm+1 −λi )ci 6= 0. This contrdicts that x1 , x2 , . . . , xm are mutually
linearly independent. So, it is established that these n eigenvectors
236 CHAPTER 7. EIGENVALUES AND EIGENVECTORS
0 0 3 0 0 2
1. Use TI to compute
1 1 −3
P −1 = 0 −1 .5 .
0 0 .5
2. Use TI to compute
2 0 0
P −1 AP = 0 −1 0 .
0 0 3
0 0 −1
Show that A is not diagonalizable.
Solution: To do this, we have find and count the dimensions of all the
eigenspaces E(λ). We do it in a few steps.
238 CHAPTER 7. EIGENVALUES AND EIGENVECTORS
z 0 0 0 3 z 0
Use TI (or look at the columns) to see that rank of the coefficient
matrix is 2. So,
0 0 −2
λ−4 −3 2
det(λI − A) = 0 λ−1 −1 = (λ − 4)(λ − 1)(λ + 2) = 0.
0 0 λ+2
241