0% found this document useful (0 votes)
120 views

Module 1

The document discusses eigenvalues and eigenvectors of matrices. It provides definitions and properties of eigenvalues, eigenvectors, and the characteristic equation. It then gives examples of finding eigenvalues and eigenvectors for various matrices without solving the characteristic equation. The document also discusses properties of eigenvalues and eigenvectors, including how they are affected by operations on the matrix like squaring, inversion, and multiplication. Finally, it introduces the Cayley-Hamilton theorem, which states that every square matrix satisfies its own characteristic equation.

Uploaded by

Niramay K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views

Module 1

The document discusses eigenvalues and eigenvectors of matrices. It provides definitions and properties of eigenvalues, eigenvectors, and the characteristic equation. It then gives examples of finding eigenvalues and eigenvectors for various matrices without solving the characteristic equation. The document also discusses properties of eigenvalues and eigenvectors, including how they are affected by operations on the matrix like squaring, inversion, and multiplication. Finally, it introduces the Cayley-Hamilton theorem, which states that every square matrix satisfies its own characteristic equation.

Uploaded by

Niramay K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Module-1: Linear Algebra (Theory of Matrices)

Syllabus:
1.1. Characteristic Equation, Eigenvalues and Eigenvectors, and
properties (Without proof)
1.2. Cayley-Hamilton Theorem (without proof), verification and
reduction of higher degree polynomials
1.3. Similarity of matrices, diagonalizable and non-diagonalizable
matrices.

Eigenvalues and Eigenvectors:


Let A be an n × n matrix of numbers. A number λ is an eigenvalue of A if there is a
nonzero n × 1 matrix X such that AX = λX.

We call X an eigenvector associated with the eigenvalue λ.


Finding λ and X
AX = λX
⇒AX – λX = 0
⇒ (𝐴 − 𝛌𝑰𝒏 )𝐗 = 𝟎 …………. (i), which is homogeneous system of equations.
We know that 𝐗 = 𝟎 is always a solution of homogeneous system of equations. But
we are not interested in this trivial solution.
For non-trivial solution of (i),
|𝐴 − 𝛌𝑰𝒏 | = 0 or Rank (𝐴 − 𝛌𝑰𝒏 ) < 𝑛

Characteristic Equation
Let A be an n × n matrix of numbers. A number λ is an eigenvalue of A if there is a
nonzero n × 1 matrix X such that AX = λX.
The equation |𝐴 − 𝛌𝑰𝒏 | = 0 of degree n in 𝛌 is called Characteristic Equation.

Method of writing Characteristic Equation

Prof. Divesh Singh KJSIT


Example:

Prof. Divesh Singh KJSIT


Some important properties of eigen values
 Eigen values of real Symmetric and Hermitian matrices are
real.
 Eigen values of real skew symmetric and Skew Hermitian
matrices are either pure imaginary or zero
 Eigen values of unitary and orthogonal matrices are of unit
modulus |λ| = 1
 If λ1, λ2…….λn are the eigen values of A, then kλ 1,
kλ2…….kλn are eigen values of kA
 If λ1, λ2…….λn are the eigen values of A, then 1/λ 1,
1/λ2…….1/λn are eigen values of 𝐴−1
 If λ1, λ2…….λn are the eigen values of A, then λ 1k, λ2k…….λnk are
eigen values of 𝐴𝑘
 Eigen values of A = Eigen Values of 𝐴𝑇 (Transpose)
 Sum of Eigen Values = Trace of A (Sum of diagonal elements
of A)
|A|
 If λ is an eigenvalues of non-singular matrix A , then is an
𝜆
eigen value of adj. A .
 Product of Eigen Values = |A|
 If A and B are two matrices of same order then, Eigen values
of AB = Eigen values of BA
Some important properties of eigen vectors
 When A is squared, the eigenvectors stay the same. The
eigenvalues are squared.
 If a matrix A has eigenvalue λ with corresponding eigenvector X, then
for any k = 1, 2, ... , 𝐴𝑘 has eigenvalue 𝜆𝑘 corresponding to the same
eigenvector X.
 If A is an invertible matrix with eigenvalue λ corresponding to
eigenvector X, then 𝐴−1 has eigenvalue 𝜆−1corresponding to the same
eigenvector X.

Prof. Divesh Singh KJSIT


Type-I: Eigen values, Eigenvectors and their properties
1. Find the sum and product of eigenvalues of following matrix without solving
−17 18 −6
the characteristic equation [−18 19 −6] [ Ans: Sum=0 , product=-2 ]
−9 9 −2
2. Find the eigen values of following matrices without solving
the characteristic equation
1 3 −4 6 1 0 0 0
(i) [0 −1 5 3] (ii) [3 2 0 0] [ Ans: (i) 1,-1,2,3 (ii) 1,2,-1,3 ]
0 0 2 1 4 −2 −1 0
0 0 0 3 5 2 3 3
2 1 −2
3. Find the eigen values of 𝐴2 − 2𝐴 + 𝐼 𝑖𝑓 𝐴 = [0 1 4 ] [Ans: 1,0,4]
0 0 3
6 −2 2
4. If the product of two eigen values of [−2 3 −1] [Ans: 2]
2 −1 3
5. The sum of eigen values of a 3x3 matrix is 6 and the product of the eigenvalues
is also 6. If one of the eigenvalues is 1, find the other two eigenvalues. [Ans: 2,3]
4 6 6
6.Find the eigenvalues of 𝐴3 − 3𝐴2 + 𝐴 , where A is [ 1 3 2 ] [Ans: -5,-1,20]
−1 −4 −3
−1 1 −2
7.If 𝐴 = [ 0 −3 4 ] find the eigenvalues of 𝐴2 . [Ans: 1,9,4]
0 0 −2
2 4
8. If 𝐴 = [ ], then find the eigenvalues of 6𝐴−1 + 𝐴3 + 2𝐼 . [Ans: 13,31]
0 3
9. If A is a square matrix of order 2 with |𝐴| = 1 then prove that A and 𝐴−1 have
the same eigenvalues.
2 2 0
10. Find the characteristic root of 𝐴′ − 3𝐴′ + 4𝐼 where 𝐴 = [ ] [Ans: 4,2]
5 3
−1 1 −2
11. Find the eigenvalues of adj. A if 𝐴 = [ 0 −3 4 ]
0 0 −2
3 −1 1
11. Find the eigenvalues and eigenvector (or bases for eigenspaces) of [−1 5 −1]
1 −1 3
[Ans: 𝜆 = 2,3,6: (1,1, −1)′ , (1,1,1)′ , (1, −2,1)′ ]
1 0 0
12. Find the eigenvalues and eigenvector of [0 3 −1]
0 −1 3

Prof. Divesh Singh KJSIT


[Ans: 𝜆 = 1,2,4: (1,0,0)′ , (0,1, −1)′ ]
−2 2 −3
13. Given 𝐴 = [ 2 1 −6], find the eigenvalues of A. Also find eigenvalues of
−1 −2 0
4𝐴−1 and eigenvector of 𝐴2 − 4𝐼 .

[Ans: 5,-3,-3 : 4/5 ,-4/3 ,-4/3 : (2,1, −1)′ , (−2,1,0)′ , (3,0,1)′ ]

14. Corresponding to which eigenvalue (2,3, −2, −3)′ is an eigenvector of


1 −4 −1 −4
[2 0 5 −4] [Ans: 2]
−1 1 −2 3
−1 4 −1 6
3 10 5
15. Find the eigenvalues and eigenvector of [−2 −3 −4]
3 5 7
[Ans: 𝜆 = 2,2,3: (5,2, −5)′ , (1,2, −1)′ ]
2
−3 1
16. Find the eigenvalues and bases for eigenspaces of [ 3 1 3]
−5 2 −4
[Ans: 𝜆 = 0,1, −2: (10,3, −11)′ , (1,0, −1)′ , (4,3, −7)′ ]
0 1 0
17. Find the eigenvalues and eigenvector of [0 0 1]
1 −3 3
[Ans: 𝜆 = 1,1,1: (1,1,1)′ ]
123 231 312
18. If 𝐴 = [231 312 123] , prove that
312 123 231
(i) one of the eigenvalues of A is 666 (ii) If A is non-singular, then one of the
eigenvalues of A is negative.
1/3 2/3 2/3
19. Find the eigenvalues and bases for eigenspaces of [2/3 1/3 −2/3]
2/3 −2/3 1/3

[Ans: 𝜆 = 1,1, −1: (1, −1,0)′ , (1,0, −1)′ , (1, −1, −1)′ ]
−3 −9 −12
20. Find the eigenvalues and eigenvector of [ 1 3 4 ]
0 0 1
[Ans: 𝜆 = 0,0,1: (3, −1,0)′ , (12, −4, −1)′ ]

21. Prove that characteristic root of [𝑐𝑜𝑠 𝜃 −𝑠𝑖𝑛 𝜃] are of unit modulus.
𝑠𝑖𝑛 𝜃 𝑐𝑜𝑠 𝜃

Prof. Divesh Singh KJSIT


The Cayley–Hamilton theorem asserts that every square matrix satisfies
its own characteristic equation p(λ) = 0. That is, p(A) = 0.

Type-II: Cayley–Hamilton theorem

1. Find the characteristic equation of each of the following matrices and


obtain the inverse
2 −1 1 1 0 2 1 2 4
(i) [−1 2 −1](ii) [0 2 1](iii) [−1 0 3]
1 −1 2 2 0 3 3 1 −2
3 1 −1 −3 0 2 −3 8 6
1 1 1 1
[Ans: (i) [ 1 3 1 ] (ii) [−1 2 2
] (iii) 7 [ 7 −14 −7]]
4
−1 1 3 2 0 −1 −1 5 2

2. Find the characteristic equation of the matrix A and verify that it satisfies
2 0 −1
Cayley-Hamilton theorem. Hence find 𝐴 and 𝐴 ,where A is[ 0 2 0 ].
−1 4

−1 0 2
4 0 2 41 0 −40
1
[Ans: [0 3 0] , [ 0 16 0 ]]
6
2 0 4 −40 0 41
3. Find the characteristic equation of the matrix A and find the matrix represented
3 10 5
by 𝐴6 − 6 𝐴5 + 9 𝐴4 + 4 𝐴3 − 12 𝐴2 + 2𝐴 − 𝐼 , where [−2 −3 −4]
3 5 7
5 20 10
[Ans: 6𝜆3 − 7𝜆2 + 16𝜆 − 12 = 0 , [−4 −7 −8]]
6 10 13
1 2 −2
4. For the matrix = [−1 3 0 ] , prove that 𝐴−1 = 𝐴2 − 5𝐴 + 9𝐼 .
0 −2 1
1 2 0
5. Verify the matrix A=[2 −1 0 ] satisfies the characteristic equation .Hence find
0 0 −1
1 0 0
1
𝐴−2 . [Ans: 𝐴3 + 𝐴2 − 5𝐴 − 5𝐼 = 0; 𝐴−2 = [0 1 0] ]
5
0 0 1
1 2 2 4
6. Verify Cayley-Hamilton theorem for (i) [ ](ii) [ ] and hence find 𝐴−1 and
3 4 1 2
−2 1
𝐴3 − 5𝐴2 . [Ans: (i) [ ] , 2𝐴 (𝑖𝑖) 𝑁𝑜 𝐴−1 , 𝐴2 ]
1.5 −0.5
1 2 3
7. Compute 𝐴 − 6 𝐴 + 10 𝐴 − 3 𝐴 + 𝐴 + 𝐼, where A=[−1 3 1]
9 8 7 6

1 0 2
2 2 3
[Ans: 𝜆3 − 6𝜆2 + 10𝜆 − 3 = 0 , [−1 4 1]]
1 0 3
8. Find the characteristic equation of the matrix A and verify that it satisfies
Cayley-Hamilton theorem. Hence find 𝐴−1 , 𝐴−2 and 𝐴4 ,where A
1 2 −2
is[−1 3 0 ].
0 −2 1

Prof. Divesh Singh KJSIT


3 2 6 23 20 52 −55 104 24
[Ans: [1 1 2] , [ 8 7 18] , [−20 −15 32]]
2 2 5 18 −16 41 32 −42 13

𝑐𝑜𝑠 𝜃 𝑠𝑖𝑛 𝜃
9. Verify Cayley-Hamilton theorem for 𝐴 = [ ] and obtain 𝐴−1
−𝑠𝑖𝑛 𝜃 𝑐𝑜𝑠 𝜃
𝑐𝑜𝑠 𝜃 −𝑠𝑖𝑛 𝜃
[Ans: 𝐴 = [
−1
]]
𝑠𝑖𝑛 𝜃 𝑐𝑜𝑠 𝜃
10 −2 −5
10. Find the eigenvalues of the matrix [−2 2 3] and show that
−5 3 5
corresponding eigenvectors are orthogonal.

Similarity
Two n × n matrices A and B are said to be similar whenever there exists a
non-singular matrix P such that P−1AP = B. The product P−1AP is called a
similarity transformation on A.
A Fundamental Problem.
Given a square matrix A, reduce it to the simplest possible form by means of
a similarity transformation.
Diagonal matrices have the simplest form, so we first ask,
“Is every square matrix similar to a diagonal matrix?”
Linear algebra and matrix theory would be simpler subjects if this were true,
but it’s not.
So, if not all square matrices can be diagonalized by a similarity
transformation, what are the characteristics of those that can?
Diagonalizability
A square matrix A is said to be diagonalizable whenever A is similar to a
diagonal matrix.
A complete set of eigenvectors for 𝐴𝑛𝑥𝑛 is any set of n linearly independent
eigenvectors for A
(Algebraic multicity of each eigenvalue should be equal to it’s Geometric
multiplicity).
Not all matrices have complete sets of eigenvectors. Matrices that fail to
possess complete sets of eigenvectors are sometimes called deficient or
defective matrices.
𝐴𝑛𝑥𝑛 is diagonalizable if and only if A possesses a complete set of
eigenvectors
algebraic multicity of each eigenvalue is equal to its geometric multiplicity.

Prof. Divesh Singh KJSIT


The algebraic multiplicity of λ is the number of times it is repeated as a root
of the characteristic polynomial.
The geometric multiplicity of λ is dim N (A − λI). In other words geometric
multiplicity, is the maximal number of linearly independent eigenvectors
associated with λ.
Distinct Eigenvalues: If no eigenvalue of A is repeated, then A is
diagonalizable. But the converse is not true.
Type-III: Diagonalisation
1.Show that the following matrices are diagonalisable. Also find the diagonal
form and a diagonalising matrix
−17 18 −6 −2 2 −3 8 −8 −2 −9 4 4
(i) [−18 19 −6] (ii) [ 2 1 −6] (iii) [4 −3 −2] (iv) 𝐷 = [ −8 3 4] ,
−9 9 −2 −1 −2 0 3 −4 1 −16 8 7
−2 0 0 2 1 −1 5 0 0 1 −2 3
[Ans: (i) = [ 0 1 0] , 𝑀 = [2 1 0 ] (𝑖𝑖) 𝐷 = [0 −3 0 ] , 𝑀 = [ 2 1 0]
0 0 1 1 0 3 0 0 −3 −1 0 1
1 0 0 4 3 2 −1 0 0 1 1 1
(iii) 𝐷 = [0 2 0] , 𝑀 = [ 3 2 1] (iv) 𝐷 = [ 0 −1 0] , 𝑀 = [ 0 2 1] ]
0 0 3 2 1 1 0 0 3 2 0 2
1 𝑖
2. Find the diagonal matrix similar to the Hermitian matrix [ ] also obtain the
−𝑖 1
0 0 1 −1
transforming matrix . [𝐴𝑛𝑠: 𝐷 = [ ] 𝑛𝑑 𝑀 = [ ]]
0 2 𝑖 𝑖

Prof. Divesh Singh KJSIT

You might also like