3,807 views
1 votes
1 votes
Whats the meaning of following sentence? Plz explain with example (if possible);

" A necessary and sufficient condition for a matrix A(n*n matrix) to be diagonalisable is that the matrix must have n linearly independent eigen vectors"

1 Answer

0 votes
0 votes

First we need to understand diagonalisation of matrix. Let A be the matrix. If there exists a matrix P such that P−1AP is a diagonal matrix, then the matrix A is said to be diagonalizable. Now the diagonal elements of this diagonal matrix are nothing but distinct eigen values. If the matrix has repeating eigen values then it is not possible to diagonalize it. And P matrix is the matrix formed by taking all the eigen vectors(in any order. If order changes, then the order of eigen values in the diagonal matrix changes).

Now coming to the question, we need to know that distinct eigen values give linearly independent eigen vectors.

Proof: https://math.stackexchange.com/questions/29371/how-to-prove-that-eigenvectors-from-different-eigenvalues-are-linearly-independe

We can say that matrix is diagonalisable only if it has distinct eigen values that is same as linearly independent eigen vectors.

Few applications of diagonalisation: https://en.m.wikipedia.org/wiki/Diagonalizable_matrix

Do have a look about the applications on wiki page. They are very interesting.

Related questions

5 votes
5 votes
1 answer
3
Lakshman Bhaiya asked Nov 14, 2017
1,518 views
A 3× 3 real matrix has an eigen value i, then its other two eigen values can be(A) 0, 1. (B) -1, i.(C) 2i, -2i. (D) 0, -i.
1 votes
1 votes
1 answer
4