How to check if matrix is diagonalizable?

565 Views Asked by At

Is there any exact ways to check if a matrix is diagonalizable? For instance, I have an $m\times n$ matrix $A$ and I need to show that $AA^T$ is diagonalizable.

3

There are 3 best solutions below

2
On

$AA^T$ is a symmetric matrix so it is diagonalizable.

2
On

$AA^T$ is symmetrical, hence it is diagonalizable.

For a general square matrix, compute the algebraic multiplicity and the geometric multiplicity for each eigenvalue. They have to be equal for it to be diagonalizable.

Edit: thanks to Robert Israel's comment, I am assuming $A$ is real.

0
On

Assuming $A$ is a real matrix, note that

$(AA^T)^T = (A^T)^T A^T = AA^T; \tag{1}$

thus $AA^T$ is symmetric. But symmetric matrices are always diagonalizable . . .