How to diagonalize a matrix? Example of diagonalization

Diagonalization of a matrix

How to diagonalize a matrix? Example of diagonalization. An nxn matrix A is said to be diagonalizable if there exists an invertible matrix P such that A=PDP.

Procedure for diagonalizing a matrix

For diagonalizing a matrix A, the first step is to find the eigen values of it. Then find the corresponding eigen vectors of it. All the eigen vectors should be linearly independent if you want to diagonalize a matrix A. Otherwise, A is not diagonalizable. If you get the distinct eigen values then by the theorem eigen vectors corresponding to distinct eigen values are linearly independent. But if the eigen values are repeated, then the corresponding eigen vectors can be or cant be linearly independent. The diagonal matrix we obtain after the process contains the eigen values in the main diagonal.

This is also called the method of eigen values. Since eigen vectors can be represented as a scalar multiple that’s why the diagonalization of matrices is not unique.

Example of diagonalizing a matrix.

The first example shows how we got repeated eigen value, but since the corresponding eigen vectors are linearly independent so A is diagonalizable. But in the second case again with the repeated eigen values, there were only existing two eigen vectors so that is why those vectors were linearly dependent. Hence that matrix was not diagonalizable.

example of diagonalization of matrix 1
example of diagonalization of matrix 1

 

diagonalization of matrix 1 (2)
diagonalization of matrix 1 (2)
diagonalization of matrix 1 (3)
diagonalization of matrix 1 (3)

Video lecture for diagonalization of matrices-example

https://www.youtube.com/watch?v=ytF-gjmMG_k&t=6s

watch here

Diagonalization example for repeated eigen values

In case of the repeated eigen values, the diagonalization may be or may not be possible. It all depends on the dimension of the eigen space. If there is a defect present in the matrix, then diagonalization is not possible. Or in other words if there is the possibility of existing of linearly independent eigen vectors for the repeated eigen values, then it is diagonalizable.

Example of diagonalization of a matrix 

 

Application of diagonalization

One of the applications of the diagonalization is to find the higher powers of a matrix. So, Lets assume that if we want to calculate

A2, A3,……AK then it can be done using the concept of diagonalization.

For example,

A2=(A)(A)=(PDP-1) (PDP-1)

=PD(P-1 P)DP-1

=PD2P-1

Similarly,

A3=( A2)(A)=( PD2 P-1) (PDP-1)

= PD2(P-1 P)DP-1

= PD3P-1

Ak= PDkP-1

https://www.youtube.com/watch?v=ci4cZTBCnIs&t=4s

Also read here

https://eevibes.com/mathematics/linear-algebra/what-are-the-similar-matrices/

How to perform similar matrices transformation?

Leave a Reply

Your email address will not be published. Required fields are marked *