Eigen Values, Eigen Vectors & Diagonalization
Eigen Values, Eigen Vectors & Diagonalization
Solution:
Solution:
It is the power to which the factor (λ𝑖 −λ) appears in the factorization of
the characteristic polynomial.
The geometric multiplicity of an Eigen value λ is the dimension of the eigen space
associated with λ. The Eigen space is the set of all Eigen vectors corresponding to λ,
along with the zero vector, i.e., the null space of 𝐴 − 𝜆𝐼 :
Example: Consider the following matrices A and C with C is invertible. Find matrix B
similar to the matrix A.
7 10 2 5
A C
3 4 1 3
Solution: 1
1 2 5 7 10 2 5 6 10 2 5
B C AC
1 3 3 4 1 3 1 2 1 3
3 5 7 10 2 5 2 0
B
1 2 3 4 1 3 0 1
01-10-2024 School of Basic Sciences 22
Similarity of Matrices
Theorem: Let A and B be 𝑛 × 𝑛 matrices, and A is similar to B then the
following results hold:
det(𝐴) = det(𝐵)
𝑇𝑟(𝐴) = 𝑇𝑟(𝐵)
A is invertible ⟺ B is invertible
A and B have same rank
A and B have same characteristic polynomial
A and B have same Eigen values
Theorem
Here, 1/1 is called the first term, 1/2 is the second term, and so on. We call a(n) = 1/n the general term, since it gives a general
formula be an 𝑛𝑛
LetforAcomputing matrix.
all the terms of the sequence.
(a) If A has n linearly independent Eigen vectors, it is diagonalizable. The matrix C whose
columns consist of n linearly independent. Eigen vectors can be used in a similarity
transformation C–1AC to give a diagonal matrix D. The diagonal elements of D will be
the Eigen values of A.
(b) If A is diagonalizable, then it has n linearly independent Eigen vectors.
-1 1 1 1 5 2 1 1 7 0
Now C AC= =
2 1 −1 2 5 1 −1 0 3
01-10-2024 School of Basic Sciences 26
Example:
4 6
(a) Show that the matrix A is diagonalizable.
3 5
(b) Find a diagonal matrix D that is similar to A.
(c) Determine the similarity transformation that diagonalizes A.
Solution:
(a) The Eigen values and corresponding Eigen vector of this matrix are
1 2
1 2, X1 r 2 1, and X 2 s
1 1
Since A, a 2 2 matrix, has two linearly independent Eigen vectors, hence it is diagonalizable.
1
1 1 2 4 6 1 2
C AC 3 5 1 1
1 2
1 2 4 6 1 2 2 0
D
1 1 3 5 1 1 0 1
This leads to
Ak CD k C 1
9
2 0 29 0 512 0
D
9
9
0 1 0 (1) 0 1
A9 CD 9C 1
1
1 2 512 0 1 2 514 1026
1
1 0 1 1 1 513 1025
01-10-2024 School of Basic Sciences 31
Activity-3 (Group
Activity)
(1) Show that the Eigen values of idempotent
matrix are either 1 or 0.
5 −3
(2) Show that the matrix A= is not
3 −1
diagonalizable.
(3) Reduce the following matrices to
diagonal form by similarity transformation
(i) (ii)
3 1 4
3. Obtain the Eigen values and corresponding Eigen vectors of the matrix 𝐴 = 0 2 6 .
0 0 5
3 0
4. Find the Eigen values of , hence find the Eigen value of 𝐴15 and 𝐴 + 2𝐼.
8 −1
3 0
5. Find the Eigen values of , hence find the Eigen value of 𝐴15 and 𝐴 + 2𝐼.
8 −1
−9 4 4
6. Show that the matrix −8 3 4 is diagonalizable and also find the diagonal form and diagonalizing
−16 8 7
matrix P.
7. If A and B are similar matrices then show that A and B have the same determinant and characteristic
polynomials.
01-10-2024 School of Basic Sciences 34