Section5 1
Section5 1
ENGINEERING
Eigenvalues and eigenvectors
Section 5. 1
Example
1
The vector x = is an eigenvector of
2
3 0
A=
8 −1
but we did not explain how we found it. Use the characteristic equation
to find all eigenvalues of this matrix.
λ−3 0
=0
−8 λ + 1
λn + c1 λn−1 + · · · + cn = 0
p(λ) = λn + c1 λn−1 + · · · + cn
p(λ) = (λ − 3)(λ + 1) = λ2 − 2λ − 3
λ3 − 8λ2 + 17λ − 4 = 0
λ2 − 4λ + 1 = 0
Example
Find the eigenvalues of the upper triangular matrix
a11 a12 a13 a14
0 a22 a23 a24
A= 0
0 a33 a34
0 0 0 a44
Example
By inspection, the eigenvalues of the lower triangular matrix
1
2 0 0
2
A = −1 3 0
5 −8 − 14
are λ = 21 , λ = 23 , and λ = − 14 .
(λI − A)x = 0
λ + 1 −3
= λ(λ + 1) − 6 = (λ − 2)(λ + 3) = 0
−2 λ
x1 = t, x2 = t
it follows that
1
1
is a basis for the eigenspace corresponding to λ = 2. We leave it for
you to follow the pattern of these computations and show that
3
−2
1
x1 = −s, x2 = t, x3 = s
Since
−1 0
0 and 1
1 0
are linearly independent (why?), these vectors form a basis for the
eigenspace corresponding to λ = 2
x1 = −2s, x2 = s, x3 = s