Repeated Eigenvalues 2
Repeated Eigenvalues 2
Solution: Recall,
det(λI − A) = 0.
(λI − A)~x = 0
λ2 −λ −2
3
λ + 1 |λ −3λ −2;
−λ3 +λ2
−λ2 −3λ −2
− −λ2 −λ
−2λ −2
− −2λ −2
0
The quotient is λ2 − λ − 2.
The remainder is 0.
Therefore λ3 − 3λ − 2 = (λ + 1)(λ2 − λ − 2) + 0.
λ3 − 3λ − 2 = 0
(λ + 1)(λ2 − λ − 2) = 0
(λ + 1)(λ + 1)(λ − 2) = 0
λ −1 −1
−1 λ −1 = 0
−1 −1 λ
λ(λ2 − (−1)(−1)) − (−1)((−1)λ − (−1)(−1)) − 1((−1)λ − (−1)(−1)) = 0
λ(λ2 − 1) + 1(−λ − 1) − 1(1 + λ) = 0
λ(λ − 1)(λ + 1) − 1(λ + 1) − 1(1 + λ) = 0
(λ + 1)(λ(λ − 1) − 1 − 1) = 0
(λ + 1)(λ2 − λ − 2) = 0
(λ + 1)2 (λ − 2) = 0
case(ii) λ2 = 5.
The eigenvectors are the solution space of the following system:
−1 −3 8 x1 0
0 7 0 x2 = 0
−1 0 8 x3 0
−x1 + 8x3 = 0 =⇒ x1 = 8x3
7x2 = 0 =⇒ x2 = 0
det (λI − A) = 0
λ−4 0 1
0
λ−3 0 = 0
−1 0 λ−2
λ3 − 9λ2 + 27λ − 27 = 0
(λ − 3)3 = 0
• Let A be a square matrix and let Aechelon be the row echelon form of
the matrix. Then both A and Aechelon have the same number of linearly
independent rows.
Example. Let us use this result to confirm our calculations in the previous
examples.
0 1 1
1. Recall A = 1 0 1
1 1 0
• has eigenvalue λ = −1 occurring with multiplicity 2.
• We found two linearly independent eigenvectors corresponding to this
eigenvalue.
−1 −1
~v1 = 1 , ~v2 = 0 .
0 1
We will use the above theorem to confirm that we should indeed expect
to find two linearly independent eigenvectors. By the above theorem, the
maximum number of linearly independent eigenvectors corresponding to
λ = −1 is:
= 3 − Rank(λI − A)
−1 −1 −1
= 3 − Rank −1 −1 −1
−1 −1 −1
=3−1
=2
6 3 −8
2. Recall A = 0 −2 0
−1 0 1
• has eigenvalue λ = −2 occurring with multiplicity 2.
• We found only one linearly independent eigenvector corresponding
to this
eigenvalue.
1
~v1 = 0 .
1
We will use the above theorem to confirm that we should indeed expect
to find only one linearly independent eigenvector. By the above theorem,
the maximum number of linearly independent eigenvectors corresponding
to λ = −2 is:
= 3 − Rank(λI − A)
−8 −3 8
= 3 − Rank 0 0 0
−1 0 1
=3−2
=1
4 0 −1
3. Recall A = 0 3 0
1 0 2
• has eigenvalue λ = 3 occurring with multiplicity 3.
• We found only two linearly independent eigenvectors corresponding
to this
eigenvalue.
0 1
~v1 = 1 , ~v2 =
0 .
0 1
We will use the above theorem to confirm that we should indeed expect to
find only two linearly independent eigenvectors. By the above theorem,
the maximum number of linearly independent eigenvectors corresponding
to λ = 3 is:
= 3 − Rank(λI − A)
−1 0 1
= 3 − Rank 0 0 0
−1 0 1
=3−1
=2
8.4 Diagonalization
Definition. A square matrix of size n is called a diagonal matrix if it is of
the form
d1 0 . . . 0
0 d2 0 . . 0
. . .
. . .
0 . . dn−1 0
0 . . . 0 dn
Definition. Two square matrices A and B of size n are said to be similar,
if there exists an invertible matrix P such that
B = P −1 AP
(ii) Is A diagonalizable?
(iii) If it is diagonalizable, find a diagonalizing matrix P such that P −1 AP =
D, where D is a diagonal matrix.
Example. Recall
4 0 1
A = −1 −6 −2 .
5 0 0
(ii) Is A diagonalizable?
P −1 AP = P −1 P D,
= ID
=D