Eigenvalue
Eigenvalue
&
Eigen Vectors
Let A be n x n matrix.
λ is eigen value of A
if there exists a nonzero vector
x ∈ R such that Ax = λx
n
Sol. : Eigenvalue : λ = 1
Eigenvector : every nonzero
vector x ∈ R n
Ex.2 : Let
3 1
A=
6 2
Find the eigenvalues of A
and associated eigenvectors.
Sol. : Eigenvalue : λ = 0, 5
Eigenvectors associated with λ = 0 :
r 1
− 3 r , r ≠ 0 ,
In particular, − 3
Eigenvectors associated with λ = 5 :
r 1
2 r , r ≠ 0 , In particular, 2
Definition :
Let An×n = [aij ] . Then
λ − a11 − a12 − a1n
− a 21 λ − a 22 − a 2 n
f (λ ) =| λ I n − A | =
− a n1 − a n 2 λ − a nn
is characteristic polynomial of A
and
| λ I n − A |= 0
is characteristic equation of A.
Th 8.1 :
An×n is singular iff
0 is an eigenvalue of A.
Th 8.2 :
The eigenvalue of A are the
real roots of the
characteristic polynomial of A.
Ex3/354 Let
1 2 1
A = 0 1 2
− 1 3 2
Find characteristic polynomial of A.
Sol. :
f (λ ) = | λ I 3 − A | = λ − 4λ + 7
3 2
Ex.2 : Let
3 2 4
A= 2 0 2
4 2 3
Find the eigenvalues and associated
eigenvectors of A.
Sol. : Characteristic equation is
λ − 6λ − 15λ − 8 = 0
3 2
Eigenvalue : λ = −1, − 1, 8
Eigenvectors associated with λ = −1 :
1 0
− 2 , − 2
(IMP)
0 1
1 − λ 1 3 x
1 5−λ 1 y = 0
3 1 1 − λ z
For λ = -2
We have
3 x + y + 3z = 0
x + 7y + z = 0
3x + y + 3z =0
Hence x = -1, y = 0, z = 1
X1 = ( -1, 0, 1 ) is eigen vector
corresponding to λ = -2
Eigen vector corresponding to λ = 3 is
(1, -1, 1)
Let A be n x n matrix
Let λ be an eigen value of A
Let V = { x | ( A – λ I ) x = 0 } U { 0 }
Then V is a subspace of Rn
− 9 − λ 4 4 x
− 8 3−λ 4 y = 0
− 16 8 7 − λ z
For λ = 3
We have
12 x + 4y + 4z = 0
-8x + 0 y + 4z = 0
-16 x + 8y + 4 z = 0
Hence -x + y = 0
-2y + z = 0
Hence x = y = z / 2
Let z = 2
X1 = ( 1, 1, 2 ) is eigen vector
corresponding to λ =3
For λ = -1
We have
-8 x + 4y + 4z = 0
-8x + 4 y + 4z = 0
-16 x + 8y + 8 z = 0
Hence -2x + y + z = 0
Hence Eigen space of λ = -1 is
{ (x, y, z) | -2x + y + z = 0 }
= { (x, y, z) | y = 2 x - z }
= { (x, 2 x - z, z) | x, z € R }
= { (x, 2 x, 0) + ( 0, -z, z ) | x, z € R }
= { x(1, 2, 0) + z( 0, -1, 1 ) | x, z €
R}
= [ { (1, 2, 0), ( 0, -1, 1 ) } ]
Hence set of eigen vectors are
{ (1, 2, 0), ( 0, -1, 1 ) } – { ( 0, 0, 0, )}
Ex17/354 : Let
2 1 0
A= 1 2
1 , λ = 2.
0 1 2
Find a basis for the eigenspace
associated with λ .
Sol. : Eigenvectors associated with
λ = 2 : [( 1, 0, − 1 )] ~ ( 0, 0, 0 )
and hence, a basis is {(1, 0, − 1)} .