What property to look for to see if a matrix is diagonalizable?

In summary, the conversation discusses various methods and criteria for determining if a given matrix is diagonalizable, including checking the characteristic polynomial, eigenvalues and eigenvectors, and the minimal polynomial. Other useful criteria for unitary diagonalization and non-diagonalization are also mentioned.
  • #1
KataKoniK
1,347
0
Hi,

Just say you are given a 3x3 matrix with a value k in it. What would be the best way to find out if it is diagonalizable or not for certain values of k? The matrix in question is

-1 0 0
k 1 0
-2 1 -1
 
Physics news on Phys.org
  • #2
My text gives a Test for Diagonalization:

1. The characteristic polynomial of the matrix A splits
2. For each eigenvalue [itex]\lambda[/itex] of A, the multiplicity of [itex]\lambda[/itex] equals n - rank(T - [itex]\lambda[/itex]I), where n is the dimension of the vector space on which A is an operator.

An operator on an n-dimensional vector space is represented by an nxn matrix, so if you have a 3x3 matrix, then n = 3. We say a polynomial splits if it can be written in the form (x - [itex]\lambda _1[/itex])...(x - [itex]\lambda _k[/itex]). The polynomial x² + 1 does not split over the real numbers, but over the complex numbers, it can be written (x - i)(x + i). The multiplicity of an eigenvalue [itex]\lambda[/itex] is the exponent of the factor (x - [itex]\lambda[/itex]) in the characteristic polynomial. So if your characteristic polynomial is (x - 2)²(x - 0)(x - 1)³, then 2 has multiplicty 2, 0 has multiplicty 1, and 1 has multiplicity 3. So everything you need to know is now there to check if a matrix is diagonalizable.

You will find the char. poly. to be (1 + x)²(1 - x), so it clearly splits. Eigenvalues are 1 (with multiplicity 1) and -1 (with multiplicity 2). First, we want to see if:

multiplicity-of-1 = n - rank(A - 1I)
1 = 3 - rank(A - I)
rank(A - I) = 2

and it's easy to see that this is indeed the case. Next, we want to see if:

multiplicity-of-(-1) = n - rank(A - (-1)I)
2 = 3 - rank(A + I)
rank(A + I) = 1

The matrix A + I is:

0 0 0
k 2 0
-2 1 0

this has rank 1 if and only if it has 1 linearly independent row, so the bottom two rows must be scalar multiples of each other. Since 2 is double 1, then k must be double -2, so k = -4. I believe this is the number you're looking for. Hopefully giving the answer away like this but taking you through solving the problem will allow you to do similar problems on your own. However, I did this in a bit of a rush so I might have made a mindless error somewhere, so check over it yourself.
 
  • #3
An n by n matrix is diagonalizable if and only if there are n independent eigenvectors.
It's easy to see that that is true if all eigenvalues are distinct (but not "only if").
It is also true that an n by n real matrix has n independent eigenvectors if the matrix is symmetric. ( complex matrix: Hermitian)
 
Last edited by a moderator:
  • #4
I like
1. the minimal polynomial splits
2. the minimal polynomial has no repeated roots
 
  • #5
halls tests are the easiest to use in practice:
i.e. either check that

1) the amtrix is symmetric (in which case it is also ortogonally diagonalizable)

or 2) that the characteristic polynomial of degree n has n distinct real roots.

either of these is sufficient, but not necessary for diagonalizability.

the nec and suff condition is that the minimal polynomial splits into distinct linear factors, but it is not so easy to find the minimal polynomial.

It is also useful to realize that a sufficient condition for a non zero matrix NOT to be diagonalizable is that the matrix is nilpotent, i.e. some power is zero. also if it is a sum of a nilpotent and a diagonalizable matrix, I think it is not diagonalizable.

here is a simple property, essentially contained above for NON diagonalization:

if there is a root c of the characteristic polynomial such that (T-c)^2 kills some vector not killed by T-c, then T is not diagonalizable.
 
Last edited:
  • #6
A handy criterion for unitary diagonalization is:

A square matrix is unitarily diagonalizable if and only if it is a normal matrix.

(A square matrix is normal if it commutes with its hermitian conjugate).
 
  • #7
Thanks a bunch guys. Had my exam today!
 

1. What does it mean for a matrix to be diagonalizable?

For a matrix to be diagonalizable, it means that it can be written in the form of a diagonal matrix (a matrix with non-zero entries only on the main diagonal) by using a similarity transformation. In other words, it has a full set of linearly independent eigenvectors.

2. How can I tell if a matrix is diagonalizable?

A matrix is diagonalizable if and only if it has n linearly independent eigenvectors, where n is the size of the matrix. One way to check this is by diagonalizing the matrix using a similarity transformation. If the resulting diagonal matrix has n distinct eigenvalues, then the original matrix is diagonalizable.

3. What is the significance of a matrix being diagonalizable?

A diagonalizable matrix is significant because it simplifies many calculations and makes it easier to understand and analyze the behavior of linear systems. It also allows for efficient computation of powers of the matrix.

4. Can a non-square matrix be diagonalizable?

No, a non-square matrix cannot be diagonalizable because it does not have a full set of eigenvectors. A square matrix is required to have n linearly independent eigenvectors in order to be diagonalizable, where n is the size of the matrix.

5. What property should I look for to determine if a matrix is diagonalizable?

The most important property to look for is the existence of a full set of linearly independent eigenvectors. If a matrix has n linearly independent eigenvectors, then it is diagonalizable. Additionally, the matrix must have n distinct eigenvalues for it to be diagonalizable.

Similar threads

  • Linear and Abstract Algebra
2
Replies
52
Views
2K
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
462
  • Linear and Abstract Algebra
Replies
6
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
8
Views
789
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
7
Views
2K
  • Linear and Abstract Algebra
Replies
10
Views
981
Back
Top