2.7 Eigenvalues and Eigenvectors
2.7 Eigenvalues and Eigenvectors
Introduction
where I is the nth order identity matrix. To find all 𝝀, the determinant of this
matrix ( A − I ) equated to zero.
where the ki ’s are expressible in terms of the elements aij of the matrix A .
The roots of the characteristic equation of A are the eigenvalues, latent roots or
the characteristic roots of the matrix A .
The matrix equation (1) represents n homogenous linear equations
(a11 − ) x1 + a12 x2 + ..... + a1n xn = 0
a21 x1 + (a22 − ) x2 + ..... + a2 n xn = 0
(3)
.... .... .... ....
an1 x1 + an 2 x2 + ..... + (ann − ) xn = 0
which will have a non-trivial solution if and only if the coefficient matrix is
singular, i.e, if A − I = 0 .
Examples:
5 4
1. Find the eigenvalues and eigenvectors of the matrix A = .
1 2
5− 4
i.e, = 0 or 2 − 7 + 6 = 0
1 2−
or ( − 6)( − 1) = 0
= 6,1
−1 4 x1
Corresponding to = 6 , we have = 0 which gives only one
1 −4 x2
equation − x1 + 4 x2 = 0 .
x1 x2
= giving the eigenvector (4,1)T .
4 1
4 4 x
Corresponding to = 1 , we have x = 0 which gives only one equation
1
1 1 2
x1 + x2 = 0 .
x1 x2
= giving the eigenvector (1, −1)T .
1 −1
1 1 3
2. Find the eigenvalues and eigenvectors of the matrix A = 1 5 1 .
3 1 1
1− 1 3
Solution: The characteristic equation is given by A − I = 1 5 − 1 = 0
3 1 1−
= −2,3,6
we have
1 − 1 3 x1
A − I X = 1 5 − 1 x2 = O
3 1 1 − x3
x1 x2 x3
Solving, we obtain = = , an eigenvector is (−1, 0,1)T .
−1 0 1
Exercises:
8 −6 2 2 1 −1 2 0 1
a) −6 7 −4 b) 1 1 −2 c) 0 2 0
2 −4 3 −1 −2 1 1 0 2
Properties of Eigenvalues:
1. Any square matrix A and its transpose AT have the same eigenvalues.
4. The sum of the eigenvalues of a matrix is the sum of the elements of the
principal diagonal(trace of a matrix).
1
7. If is an eigenvalue of an orthogonal matrix, then is also its eigenvalue.
8. If 1, 2 ,....n are the eigenvalues of a square matrix A of order n then Am has
the eigenvalues 1m , 2m ,.....n m where m is a positive integer.
Cayley-Hamilton Theorem
i.e if the characteristic equation for the nth order square matrix A is
1
A−1 = − (−1)n An −1 + k1 An −2 + .... + kn −1I .
kn
1 4
1. Verify Cayley-Hamilton theorem for the matrix A = and hence find its
2 3
inverse.
1− 4
Solution: The characteristic equation of A is given by = 0 or
2 3−
2 − 4 − 5 = 0 .
A2 − 4 A − 5I = O .
1 4 1 4 1 4 1 0
Now, A2 − 4 A − 5I = −4 −5
2 3 2 3 2 3 0 1
9 16 4 16 5 0
= − −
8 17 8 12 0 5
0 0
= =O
0 0
1 1 1 4 1 0 1 −3 4
A−1 = ( A − 4 I ) = −4 = .
5 5 2 3 0 1 5 2 −1
1 2
2. Using Cayley-Hamilton theorem, find A8 , if A = .
2 −1
1− 2
Solution: The characteristic equation of A is given by = 0 or
2 −1 −
2 − 5 = 0 .
A8 = ( A2 ) 4 = ( A2 − 5 I + 5 I ) 4
= ( A2 − 5I ) 4 + 4( A2 − 5I )3 5I + 6( A2 − 5I ) 2 (5I ) 2 + 4( A2 − 5I )(5I )3 + (5I ) 4
By Cayley-Hamilton theorem, A2 − 5I = O .
A8 = (5I ) 4 = 625I .
1 2 0
3. Using Cayley-Hamilton theorem, find A , where A = 2 −1 0 .
−2
0 0 −1
1− 2 0
Solution: The characteristic equation of A is given by 2 −1 − 0 = 0 or
0 0 −1 −
− 3 − 2 + 5 + 5 = 0 (5)
1
Multiplying by A −1 , we get − A2 − A + 5I + 5 A−1 = O or A−1 = A2 + A − 5I .
5
6 0 0 5 0 0 1 0 0
1 1
A = 6 I − A = 0 6 0 − 0 5 0 = 0 1 0
1
−2 2
5 5 5 0 0 5
0 0 6 0 0 1
2 2 1
4. If A = 1 3 1 , then find the eigenvalues of A −1 and hence, find its
1 2 2
determinant.
= 5,1,1 .
1
If is an eigenvalue of A , then is an eigenvalue of A −1 .
1
Therefore, the eigenvalues of A −1 are ,1,1 .
5
1
A−1 = .
5
Exercises:
1. Verify Cayley-Hamilton theorem for the following matrices and find its
inverse:
2 −1 1 7 2 −2 3 2 4
a) −1 2 −1 b) −6 −1 2 c) 4 3 2
1 −1 2 6 2 −1 2 4 3
2 −1 2
2. If A = −1 2 −1 , find A4 .
1 −1 2
2 3 4
3. Find the eigenvalues of A − 2 A + I where A = 0 4 2 .
2
0 0 3
We start with a column vector X which is as near the solution as possible and
evaluate AX , which is written as (1) X (1) after normalisation, that is, we obtain
(1) from AX which is largest in magnitude. Hence, the resulting vector X (1)
will have largest component unity. This gives the first approximation (1) to the
largest eigenvalue and X (1) to the eigenvector. Similarly, we evaluate
AX (1) = (2) X (2) which gives the second approximation. We repeat this process till
X (r) − X ( r −1) becomes negligible. Then, ( r ) will be the largest eigenvalue of A
and X ( r ) , the corresponding eigenvector.
Examples:
2 −1 0 1 2 1
AX = −1 2 −1 0 = −1 = 2 −0.5 = (1) X (1)
0 −1 2 0 0 0
2 −1 0 1 2.5 1
AX (1)
= −1 2 −1 −0.5 = −2 = 2.5 −0.8 = (2) X (2)
0 −1 2 0 0.5 0.2
2 −1 0 1 2.8 1
AX (2)
= −1 2 −1 −0.8 = −2.8 = 2.8 −1 = (3) X (3)
0 −1 2 0.2 1.204 0.43
2 −1 0 1 2.9841 0.87
AX (3)
= −1 2 −1 −1 = −3.43 = 3.43 −1 = (4) X (4)
0 −1 2 0.43 1.8522 0.54
2. Find the largest eigenvalue and the corresponding eigenvector of the matrix
1 3 −1
A = 3 2 4 with the initial approximation 1, 1, 0 . Carry out 4 iterations.
T
−1 4 10
Exercises:
1. Find the largest eigenvalue and the corresponding eigenvector of the matrix
1 −3 2
4 4 −1 using the initial approximation 1, 0, 0 T . Carry out 4 iterations.
6 3 5
iterations.