0

I'm working on the problem:

Suppose $V$ is a $123$ dimensional vector space:

$i)$ How many linear maps $T:V \rightarrow V $ are diagonalizable and have $T^2 =0$?

$ii)$ How many linear maps $T:V \rightarrow V $ are not diagonalizable and have $T^2 =0$?

First of all, I reasoned that for part $i)$ we know that there are no diagonalizable nilpotents, hence the answer to part $i)$ is $0$. As for part $ii)$, I know that $T$ must have a Jordan normal form (I don't know to how type up matrices on this) that has Jordan blocks with 1's on the superdiagonal and everything else zero.How can I count how many such arrangements there are?

Mel
  • 303

2 Answers2

2

Hints:

1) There is one linear nilpotent map that is diagonalizable...

2) You need all the maps for which their characteristic polynomial is $\,x^{123}\,$ and his minimal polynomial is $\,x^2\,$ ...What's the maximal size a Jordan block can have for such a map/matrix? How many such blocks can you have in a $\,123\times 123\,$ matrix?...

DonAntonio
  • 214,715
  • I forgot that the zero matrix is the exception. 2) Is the maximal size a Jordan block can have $123X123$? If so, you can only get one such block.
  • – Mel May 08 '13 at 12:27
  • No, that's not the maximal size of Jordan Block, but rather $,2,$...the power to which each eigenvalue appears in the minimal polynomial (i.e., the eigenvalue's algebraic multiplicity in the min. pol.) is the maximal size a J.B. has in the block corresponding to that eigenvalue. – DonAntonio May 08 '13 at 12:36
  • Ah right. The only eigenvalues of a nilpotent linear map are $0$, so does this imply that the number of different arrangements of the Jordan blocks is 1 (when all the blocks are 2X2, the arrangements are identical) + 123 choose n (summed from n = 1 up to 123. This represents the arrangments of the n 1X1 Jordan blocks in this matrix). – Mel May 08 '13 at 13:23