ch5 - Eigenvalues and Eigenvectors
ch5 - Eigenvalues and Eigenvectors
Calculating Eigenvalues
• Given the following system: AV = λV =>
AV – λV = 0 =>
[ A– λI ] V = 0
• Where λ is a scalar, A is nxn matrix, I is nxn Identity
matrix.
(! a11 a12 ... a1n $ ! $, ! v1 $ ! 0 $
*# & # 1 0 ... 0 *
& # & # &
*# a21 a22 ... a2n & # 0 1 ... 0 &*- × # v2 & # 0 &
)# &− λ# &* # &=# &
*# & &
*# # 0 0 ... 1 &* # # 0 &
+" an1 an2 ... ann &% " %. #" vn &% " %
6
Calculating Eigenvalues
(! a11 a12 ... a1n $ ! λ $, ! v1 $ ! 0 $
*# 0 ... 0
& # &* # & # &
*# a21 a22 ... a2n & # 0 λ ... 0 &*- × # v2 & # 0 &
)# &−# &* # &=# &
*# & &
*# # 0 0 ... λ &* # # 0 &
+" an1 an2 ... ann &% " %. #" vn &% " %
Calculating Eigenvalues
• The characteristic equation of the system can be found as:
C(λ) = det [A – λI] => C(λ) = |A – λI|
• C(λ) is the characteristic equation:
a11 − λ a12 ... a1n
a21 a22 − λ ... a2n
C(λ ) =
an1 an2 ... ann − λ
• C(λ) can be re-written as a polynomial:
C(λ) = an λn + an-1 λn-1 + an-2 λn-2 + … + a1 λ +a0
• Eigenvalues are the roots of the equation C(λ) = 0.
• Substituting the roots λ in the system [A – λ I ] V = 0 to
get V the eignvector for each λ
8
5− λ 8 16
C(λ ) = A − λ I = 4 1− λ 8 =0
−4 −4 −11− λ
x1 = t + 0s " 1 % " 0 %
$ ' $ ' Two
x2 = 0t + s X1,2 = $ 0 ' t + $ 1 ' s dimensional
$ −1 ' $ −1 ' vector
x3 = −t − s # & # &
17
Dominant Eigenvalue
• Example: given the following system:
" 10 −7 −2 % has the following eignvalues: 10,
$ ' , 7 + 3i and 7 − 3i
A = $ 0 9 −31 '
2 2
$ 0 1 −2 '
# &
• The modulus of the shown eignvalues are: 10, and 13
• The dominant eigenvalue is 10 and the spectral radius of
A is 10.
• Consider the matrix:
has the following eignvalues: 1, −11+ 3i
" 1 −7 −2 % 2
$ ' , and −11− 3i
A = $ 0 0 −31 ' 2
$ 0 1 −11 ' The modulus of the shown eignvalues are:
# & 1, and 31 => No single dominant
eigenvalue
23
Power Method
• Power method is an iterative method (convergence
conditions applies)
• We use the power method to compute the dominant eigen
pair (dominant Eigenvalue & dominant Eigenvector).
• Knowing the the dominant eigenvalue helps determine the
stability of the system.
• The convergence condition is that the matrix A has a
single dominant Eigenvalue.
• Power Method might not converge for multiple dominant
eigenvalues of the same magnitude, or dominant complex
eigenvalues.
28
Power Method
• An Eigen vector V is said to be normalized if the
coordinates of the largest magnitude is equal to unity (the
largest coordinate in the vector V is equal to 1).
• Normalizing an eigenvector: ! V $
! V $ Normalized V: # 1
&
# 1 & 1 # V2 &
# V2 & Where C = Vj and V= # &
V =# & C
# &
# & Vj = max { Vi } #" Vn &%
#" Vn &% n≥i≥1