Lecture 10 - 2024fall
Lecture 10 - 2024fall
10. Lecture 10
10.1. Application 3: Eigenvalues and Eigenvectors (an easy introduction §4.4) Cont’d.
Note. There are numerous applications of eigenvalues and eigenvectors. Solving a linear ordinary
differential equation of higher order, or a system of first order ordinary differential equations is
one of them. We shall discuss about this in more details later.
Suppose that λ1 , λ2 , · · · , λk are all distinct roots of the characteristic equation det(A − λI) = 0.
Then, we can write as
det(λI − A) = (λ − λ1 )m1 (λ − λ2 )m2 · · · (λ − λk )mk
for positive integers m1 , m2 , · · · , mk with
m1 + m2 + · · · + mk = n.
Definition. For each i = 1, 2, · · · , k, mi is called the multiplicity of the eigenvalue λi .
Example 10.5.
2 2 0 −1 2 3
A= , B= , C=
−1 5 1 2 −3 2
INTRODUCTION TO LINEAR ALGEBRA 51
Observation:
(a) The set {e1 , e2 , · · · , en } is linearly independent, that is,
c1 e1 + c2 e2 + · · · + cn en = 0 ⇔ c1 = c2 = · · · = cn = 0.
⎡ ⎤
v1
⎢ v2 ⎥
⎢ ⎥
(b) ∀v = ⎢ .. ⎥ ∈ Rn (= Rn×1 ),
⎣.⎦
vn
v = v 1 e1 + v 2 e2 + · · · + v n en ,
that is,
v ∈ span{e1 , e2 , · · · , en }.