Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

IN a comment to Qiaochu's answer here it is mentioned that two commuting matrices can be simultaneously Jordanized (sorry that this sounds less appealing then "diagonalized" :P ), i.e. can be brought to a Jordan normal form by the same similarity transformation. I was wondering about the converse - when can two linear operators acting on a finite-dimensional vector space (over an algebraically closed field) be simultaneously Jordanized? Unlike the case of simultaneous diagonalization, I don't think commutativity is forced on the transformations in this case, and I'm interested in other natural conditions which guarantee that this is possible.

EDIT: as Georges pointed out, the statements that two commuting matrices are simultaneously Jordanizable is in fact wrong. Nevertheless, I am still interested in interesting conditions on a pair of operators which ensures a simultaneous Jordanization (of course, there are some obvious sufficient conditions, i.e. that the two matrices are actually diagonalizable and commute, but this is not very appealing...)

share|improve this question
I have to wonder if anybody's ever seen the Kronecker canonical form... – J. M. Sep 25 '11 at 22:18
What we see here is that certain definitions of the Jordan normal form are inherently "flawed". The suggestion "upper triangularizable" probably inherits the same "flaws", because why should we prefer "upper triangularizable" over "lower triangularizable"? The "correct" way would probably just be a rank condition ($N_k^k=0$, $rank(N_k)=k-1$). Would be interesting to see what this means for the "Kronecker canonical form", which actually has important practical applications for "differential algebraic equations", whereas I'm not aware of any important applications of the Jordan normal form. – Thomas Klimpel Sep 26 '11 at 7:37

2 Answers

up vote 2 down vote accepted
+100

There are many theorems about symmetric matrices in Prasolov's book if you are interested. But also, there are results such as

Theorem 20.2.4

Let $A$ and $B$ be arbitrary complex square matrices and there is no nonzero column $x$ such that $x^*Ax = x^*Bx = 0$. Then there exists an invertible matrix $T$ such that $T^*AT$ and $T^*BT$ are triangular matrices.

I hope that counts as the closest next to Jordanization. Since the triangular hermitian matrices are the diagonal ones, many Hermitian matrix related results follow. You can find most of them classified in Horn and Johnson's book.

share|improve this answer

The comment you mention does not seem to be correct: in reality, over any field there exist commuting matrices which cannot be simultaneously Jordanized. Here is an example.

Let $n\geq 3$ and let $J_n$ be the $n$-th Jordan block, the $n\times n$ matrix whose entries are all $0$ except just above the diagonal where the $n-1$ entries equal 1.
I claim that although $J_n$ obviously commute with its square $J_n^2$, these matrices cannot be simultaneously Jordanized.
Indeed any matrix $P$ Jordanizing $J_n$ will satisfy $P^{-1}J_nP=J_n$ because of the uniqueness of Jordan forms. But this will force $P^{-1}J_n^2P=J_n^2$, which is not in Jordan form. Hence no matrix $P$ can simultaneously Jordanize both $J_n$ and $J_n^2$.

share|improve this answer
+1. A nice argument. I dare guess that the comment was meant to say that a set of commuting matrices is simultaneously upper triangularizable (over an algebraically closed base field). IIRC this follows from the Lie-Kolchin theorem. – Jyrki Lahtonen Jul 4 '11 at 12:40
Thanks! A very nice and clean argument, I might add. However, part of my question remains (I edited it accordingly). – Mark Schwarzmann Jul 5 '11 at 2:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.