Introduction To Eigenvalues and Eigenvectors
Introduction To Eigenvalues and Eigenvectors
1 Understanding
Eigenvalues and Eigenvectors 2
1.1 What are Eigenvalues and Eigenvectors? . 3
1.2 Properties of
Eigenvalues and Eigenvectors . . . . . . . 9
1.3 Practical Applications . . . . . . . . . . . . 12
1.4 Challenges and Complexities . . . . . . . . 13
Ax = λx
(A − λI)x = 0
Ax = λx (1)
Ax − λx = 0
(A − λI) x = 0 (2)
tr(A) = 3 + 3 = 6
(λ − 2)(λ − 4) = 0
λ1 = 2, λ2 = 4
tr(A) = λ1 + λ2 = 2 + 4 = 6
λ1λ2 = (2)(4) = 8
(A − λ1I) x1 = 0
1 1 0
(A − 2I) = x1 =
1 1 0
The matrix must be singular, and x1 is in the null space. A
solution is
−1
x1 =
1
For λ2 = 4:
(A − λ2I) x2 = 0
−1 1 0 1
(A − 4I) x2 = x2 = , → x2 =
1 −1 0 1
Here
(A + 3I)x = Ax + 3x = λx + 3x = (λ + 3)x
1 0
tr(Q) = λ1 + λ2 = i − i = 0,
det(Q) = λ1λ2 = i(−i) = −i2 = −(−1) = 1
A = Asym + Aanti-sym