1 Eigenvalues and Eigenvectors: Eigenvalue Problem (One of The Most Important Problems in The Linear Algebra)
1 Eigenvalues and Eigenvectors: Eigenvalue Problem (One of The Most Important Problems in The Linear Algebra)
Eigenvalue
Ax = x
x
Eigenvector
x 2
◼ Ex 1: Verifying eigenvalues and eigenvectors
2 0 1 0
A= x1 = x2 =
0 −1 0 1
Eigenvalue
※ In fact, for each eigenvalue, it
2 0 1 2 1 has infinitely many eigenvectors.
Ax1 = = =2 = 2x1 For = 2, [3 0]T or [5 0]T are
0 −1 0 0 0 both corresponding eigenvectors.
Moreover, ([3 0] + [5 0])T is still
Eigenvector
an eigenvector. The proof is in
Thm. 1.
Eigenvalue
2 0 0 0 0
Ax2 = = = −1 = (−1)x2
0 −1 1 −1 1
Eigenvector
3
◼ Thm. 1: The eigenspace corresponding to of matrix A
If A is an n n matrix with an eigenvalue , then the set of all
eigenvectors of together with the zero vector is a subspace
of Rn. This subspace is called the eigenspace of
Pf:
x1 and x2 are eigenvectors corresponding to
(i.e., Ax1 = x1 , Ax 2 = x 2 )
(1) A(x1 + x 2 ) = Ax1 + Ax 2 = x1 + x 2 = (x1 + x 2 )
(i.e., x1 + x 2 is also an eigenvector corresponding to λ)
(2) A(cx1 ) = c( Ax1 ) = c( x1 ) = (cx1 )
(i.e., cx1 is also an eigenvector corresponding to )
Since this set is closed under vector addition and scalar
multiplication, this set is a subspace of Rn according to
Theorem 4.5 4
◼Ex 3: Examples of eigenspaces on the xy-plane
For the matrix A as follows, the corresponding eigenvalues
are 1 = –1 and 2 = 1:
−1 0
A=
0 1
Sol:
For the eigenvalue 1= –1, corresponding vectors are any vectors on the x-axis
For the eigenvalue 2= 1, corresponding vectors are any vectors on the y-axis
x x 0 x 0
Av = A =A + =A +A
y 0 y 0 y
x 0 −x
= −1 +1 =
0 y y
6
◼ Thm. 2: Finding eigenvalues and eigenvectors of a matrix A Mn n
Let A be an n n matrix.
(1) An eigenvalue of A is a scalar such that det( I − A) = 0
(2) The eigenvectors of A corresponding to are the nonzero
solutions of ( I − A)x = 0
◼ Note: follwing the definition of the eigenvalue problem
Ax = x Ax = Ix ( I − A)x = 0 (homogeneous system)
( I − A)x = 0 has nonzero solutions for x iff det( I − A) = 0
(The above iff results comes from the equivalent conditions on Slide 4.101)
◼ Characteristic equation of A:
det( I − A) = 0
◼ Characteristic polynomial of A Mn n:
n−1
det( I − A) = ( I − A) = n
+ cn−1 + + c1 + c0
7
◼ Ex 4: Finding eigenvalues and eigenvectors
2 − 12
A=
1 −5
Eigenvalue: 1 = −1, 2 = −2
8
◼ Ex 5: Finding eigenvalues and eigenvectors
Find the eigenvalues and corresponding eigenvectors for
the matrix A. What is the dimension of the eigenspace of
each eigenvalue?
2 1 0
A= 0 2 0
0 0 2
1 0
s 0 + t 0 s, t R : the eigenspace of A corresponding to =2
0 1
12
◼ Ex 6:Find the eigenvalues of the matrix A and find a basis
for each of the corresponding eigenspaces
1 0 0 0
0 1 5 − 10
A=
1 0 2 0
1 0 0 3
0 −2
1 0
, is a basis for the eigenspace
0 2
corresponding to 1 = 1
0 1
0
−5
is a basis for the eigenspace
0 corresponding to 3 = 3
1
※The dimension of the eigenspace of λ3 = 3 is 1
16
◼ Thm. 3: Eigenvalues for triangular matrices
If A is an n n triangular matrix, then its eigenvalues are
the entries on its main diagonal
◼ Ex 7: Finding eigenvalues for triangular and diagonal matrices
−1 0 0 0 0
2 0 0 0 2 0 0 0
(a) A = −1 1 0 (b) A = 0 0 0 0 0
5 3 −3 0 0 0 −4 0
0 0 0 0 3
Sol:
−2 0 0
(a) I−A = 1 −1 0 = ( − 2)( − 1)( + 3) = 0
−5 −3 +3 ※According to Thm., the
determinant of a triangular
1 = 2, 2 = 1, 3 = −3 matrix is the product of the
entries on the main diagonal
(b) 1 = −1, 2 = 2, 3 = 0, 4 = −4, 5 =3 17
◼ Eigenvalues and eigenvectors of linear transformations:
A number is called an eigenvalue of a linear transformation
T : V → V if there is a nonzero vector x such that T (x) = x.
The vector x is called an eigenvector of T corresponding to ,
and the set of all eigenvectors of (together with the zero
vector) is called the eigenspace of
※ Remember: The definition of linear transformation functions
※ Here I briefly introduce the linear transformation and its some basic properties
※ The typical example of a linear transformation function is that each
component of the resulting vector is the linear combination of the components
in the input vector x
an1 an 2 ann
where {e1 , e 2 , , e n } is a standard basis for R n . Then an n n
matrix A, whose i -th column correspond to T (ei ),
a11 a12 a1n
a21 a22 a2 n
A = T (e1 ) T (e2 ) T (en ) = ,
an1 an 2 ann
19
◼ Consider the same linear transformation T(x1, x2, x3) =
(x1 + 3x2, 3x1 + x2, –2x3)
1 1 0 3 0 0
T (e1 ) = T ( 0 ) = 3 , T (e 2 ) = T ( 1 ) = 1 , T (e3 ) = T ( 0 ) = 0
0 0 0 0 1 −2
T (x) = Ax T ( x) B
= A x B , where A = T (e1 ) B
T (e 2 ) B
T (e n ) B
T ( x) B'
= A' x B'
, where A ' = T ( v1 ) B'
T (v2 ) B'
T (vn ) B'
4 0 0
A ' = 0 −2 0
0 0 −2 23
◼ Consider x = (5, –1, 4), and check that T (x) B ' = A ' x B '
corresponding to the linear transformation T(x1, x2, x3) = (x1 + 3x2,
3x1 + x2, –2x3)
5 2 8 5 2
T ( x) B'
= T ( −1 ) = 14 = −6 , x B'
= −1 = 3 ,
4 B'
−8 B'
−8 4 B'
4
4 0 0 2 8
A' x B'
= 0 −2 0 3 = −6 = T (x) B'
0 0 −2 4 −8
24
◼ For a special basis 𝐵 ′ = 𝐯1 , 𝐯2 , … , 𝐯𝑛 , where 𝐯𝑖 ’s are eigenvectors of
the standard matrix 𝐴, 𝐴′ is obtained immediately to be diagonal due to
𝑇 𝐯𝑖 = 𝐴𝐯𝑖 = 𝜆𝑖 𝐯𝑖
and
𝜆𝑖 𝐯𝑖 𝐵 ′ = 0𝐯1 + 0𝐯2 + ⋯ + 𝜆𝑖 𝐯𝑖 + ⋯ + 0𝐯𝑛
26