Eigenvalues and Eigenvectors: HCMC - 2021
Eigenvalues and Eigenvectors: HCMC - 2021
HCMC — 2021.
3 DIAGONALIZATION
4 MATL AB
MODELLING MOTION
4PQR → 4P 0Q 0 R 0 is the
reflection over the x−axis.
(HCMUT-OISP) EIGENVALUES AND EIGENVECTORS HCMC — 2021. 3 / 56
The Real World Problems
µ ¶
1 0
A= is the reflection matrix. Therefore, for
0 −1
every point in the plane (x 1 , x 2 ), the matrix that
results in a reflection over the x−axis and then we
obtain
µ ¶ µ
a new point
¶ µ
in ¶theµplane¶ (y 1 , y 2 )
y1 1 0 x1 x1
= . =
y2 0 −1 x2 −x 2
Question:
µ ¶
For
µ
every
¶
point (x 1 , x 2 ), find
y1 x1
= Ak . , (k ∈ N).
y2 x2
µ ¶ µ ¶ µ ¶
1 0 −1 0
A= ,u= ,v= . We have
0 −1 −1 1
µ ¶ µ ¶ µ ¶ µ ¶ µ ¶
−1 −1 0 0 0
A = and A = = −1.
−1 1 1 −1 1
DEFINITION 2.1
If A is an n × n matrix, then a nonzero vector
X ∈ Rn , X 6= 0 is called an eigenvector of A if AX = λ.X
for some scalar λ. The scalar λ is called an eigenvalue
of A and X is said to be an eigenvector corresponding
to λ.
EXAMPLE 2.1
µ ¶
1 0
Find eigenvalues and eigenvectors of A =
0 −1
⇔ λ1 = −1, λ2 = 1.
(HCMUT-OISP) EIGENVALUES AND EIGENVECTORS HCMC — 2021. 7 / 56
Eigenvalues and Eigenvectors of a Matrix Definition
EXAMPLE 2.2
µ ¶
1 2
Find eigenvalues and eigenvectors of A =
−2 1
⇔ λ1,2 = 1 ± 2i .
If λ is an eigenvalue of A ⇔ ∃X 6= 0 : AX = λ.X
⇔ AX − λX = 0 ⇔ (A − λI ).X = 0.
This homogeneous linear system has non-zero
solution X 6= 0, thus d et (A − λI ) = 0
DEFINITION 2.2
If A is an n × n matrix, then λ is an eigenvalue of A if
and only if χ A (λ) = d et (A − λI ) = 0. This is called the
characteristic equation of A. The polynomial
χ A (λ) = d et (A − λI ) is called the characteristic
polynomial.
THEOREM 2.1
a 11 a 12 a 13
If A = a21 a22 a23 , then
a 31 a 32 a 33
DEFINITION 2.3
The eigenvetors corresponding to the eigenvalue λ,
together with the zero vector, form the null space of
the matrix (A − λI ). This subspace is called the
eigenspace corresponding to the eigenvalue λ.
DEFINITION 2.4
If λ0 is an eigenvalue of an n × n matrix A, then the
dimension of the eigenspace corresponding to λ0 is
called the geometric multiplicity of λ0 , and the
number of times that λ − λ0 appears as a factor in the
characteristic polynomial of A is called the algebraic
multiplicity of λ0 .
THEOREM 2.2
For every eigenvalue of A , the geometric multiplicity
É the algebraic multiplicity.
EXAMPLE 2.3
3 1 1
Let A = 2 4 2
1 1 3
1
Find the characteristic polynomial of A
2
Find eigenvalues and eigenvectors of A
¯ ¯
¯ 3−λ 1 1 ¯
¯ ¯
χ A (λ) = |A − λI | = ¯ 2 4−λ 2
¯ ¯
¯
3−λ
¯ ¯
¯ 1 1 ¯
= −λ3 + 10λ2 − 28λ + 24 = −(λ − 2)2 (λ − 6)
2. The characteristic
¯ equation of A ¯
¯ 3−λ 1 1 ¯¯
¯
χ A (λ) = |A − λI | = ¯ 2 4−λ 2 ¯=0
¯ ¯
3−λ ¯
¯ ¯
¯ 1 1
⇔ −(λ − 2)2 (λ − 6) = 0 ⇔ λ1 = 2, λ2 = 6.
DEFINITION 3.1
If A and B are square matrices, then we say that B is
similar to A if there is an invertible matrix S such
that B = S −1 AS.
DEFINITION 3.2
A square matrix A is said to be diagonalizable if it is
similar to some diagonal matrix D, that is, if there
exists an invertible matrix S such that S −1 AS = D. In
this case the matrix S is said to diagonalize A .
a 11 a 12 . . . a 1n s 11 s 12 ... s 1n
a
21 a 22 . . . a 2n s 21 s 22 ... s 2n
AS = .
... ... ... ... ... ... ... ...
a n1 a n2 . . . a nn s n1 s n2 ... s nn
¡ ¢ ¡ ¢
= A S ∗1 S ∗2 . . . S ∗n = AS ∗1 AS ∗2 . . . AS ∗n
λ1 0 . . . 0
s 11 s 12 ... s 1n
s 21 s 22 ... s 2n 0 λ ...
2
SD =
... ... ... ... ... ... ... ...
s n1 s n2 ... s nn 0 0 . . . λn
λ1 S ∗1 λ2 S ∗2 . . . λn S ∗n
¡ ¢
=
(HCMUT-OISP) EIGENVALUES AND EIGENVECTORS HCMC — 2021. 23 / 56
Diagonalization Definition
Therefore,
EXAMPLE 3.1
15 −18 −16
Let A = 9 −12 −8 . Find a matrix S that
4 −4 −6
diagonalizes A.
k
0 λk2 . . . 0
−1
A =S S
... ... ... ...
0 0 . . . λkn
(HCMUT-OISP) EIGENVALUES AND EIGENVECTORS HCMC — 2021. 30 / 56
Diagonalization Computing Powers of a Matrix
EXAMPLE 3.2
0 −8 6
Let A = −1 −8 7 . Find A k , k ∈ N.
1 −14 11
¯ ¯
¯ −λ
¯ −8 6 ¯¯
χ A (λ) = |A − λI | = ¯ −1 −8 − λ 7 ¯=0
¯ ¯
−14 11 − λ ¯
¯ ¯
¯ 1
⇔ −(λ − 2)(λ + 2)(λ − 3) = 0 ⇔ λ1 = −2 (AM=1), λ2 = 2
(AM=1), λ3 = 3 (AM=1).
1 1 2
A matrix S that diagonalizes A is S = 1 2 3
1 3 5
1 1 −1 −2 0 0
−1
⇒ S = −2 3 −1 , D = 0 2 0 . Therefore,
1 −2 1 0 0 3
k k −1
A = SD S =
1 1 2 (−2)k 0 0 1 1 −1
1 2 3 0 2k 0 −2 3 −1
1 3 5 0 0 3k 1 −2 1
THEOREM 3.1
The square matrix A is diagonalizable if and only if
the geometric multiplicity of every eigenvalue is
equal to the algebraic multiplicity.
EXAMPLE 3.3
2 0 1
Let A = 1 1 1 . Diagonalize A if A is
−2 0 −1
diagonalizable.
⇔ −λ(λ − 1)2 = 0
⇔ λ1 = 0 (AM=1), λ2 = 1 (AM=2).
EXAMPLE 3.4
2 0 0
Let A = 0 4 0 . Diagonalize A if A is
1 0 2
diagonalizable.
ORTHOGONAL DIAGONALIZATION
DEFINITION 3.3
A square matrix A is said to be symmetric if A = A T or
equivalently if A = (ai j )n then ai j = a j i , ∀i , j = 1, 2, . . . , n.
THEOREM 3.2
If A is a symmetric matrix with real entries, then the
eigenvalues λ of A are all real numbers and
eigenvectors from different eigenspaces are
orthogonal.
DEFINITION 3.4
A square matrix P is said to be orthogonal if its
transpose is the same as its inverse, that is, if P T = P −1 ,
or equivalently, if P P T = P T P = I .
THEOREM 3.3
If A is a symmetric matrix with real entries, then there
exists the orthogonal matrix P such that
P T AP = P −1 AP is diagonal.
ORTHOGONAL DIAGONALIZATION
EXAMPLE 3.5
Orthogonally
diagonalize
the matrix
2 −1 −1
A = −1 2 −1
−1 −1 2
⇔ −λ(λ − 3)2 = 0
⇔ λ1 = 0, (AM=1) λ2 = 3 (AM=2).
MATL AB
1
Finding the characteristic polynomial of A :
p = pol y(A)
2
Finding the roots of characteristic equation of
A : r oot s(p)
3
Finding eigenvalues and eigenvectors of of A :
[V, D] = ei g (A)