Similar Matrices and Jordan Form

June 15, 2019

The eigenvalues of the inverse matrix is its inverses, because:

And from determinant’s property, we know the determinant of is the inverses of the determinant of

What comes from this is if I know the matrix is positive definite then will also be positive definite.

Another useful property is if are positive definite, then $$A+B$$ is also positive definite. We can use the property learned last note to prove this , we have:

Then clearly

Now redefine as arbitrary rectangular matrix. Then is square and symmetric. It is a positive semidefinite matrix because:

If we want it to be positive definite, to get rid of the possibility that the length of vector is zero, we just need to get rid of the possibility that except is length zero ( has length zero only if x in null space, we exclude the 0 vector in the definition of this test, what’s left is to exclude others with free variables). So we need full column rank fo . That’s the requirement how is invertible.

Similar Matrices

Note we’re no longer expecting symmetric matrices here. But still use square matrices. Square matrices and are similar if and only if there exists an invertible matrix s.t.

One example is

What's special about similar matrices? They have same eigenvalues. Why?

This finishes the proof. And of course, the eigenvectors do not stay the same. The new eigenvectors are times the eigenvectors of .

Bad Cases

There’re two cases if we have two eigenvalues same. One is we have a diagonal matrix, i.e., some number times the identity matrix, this matrix won’t be changed at all for . So this kind of matrix has a small family. The other is just the rest.

Similar Matrices and Jordan Form - June 15, 2019 - Ruizhen Mai