Finding Jordan Forms of 8x8 Matrices

  • Thread starter Thread starter chuckles1176
  • Start date Start date
  • Tags Tags
    Forms Matrices
chuckles1176
Messages
3
Reaction score
0

Homework Statement


find all Jordan forms of 8x8 matrices given the minimal polynomial x^2*(x-1)^3


Homework Equations





The Attempt at a Solution



The roots are clearly 0,1 and 0 has degree 2 while 1 has degree 3. The forms would be made up of the blocks [0,0;1,0] corresponding to 0 and [1,0,0;1,1,0;0,1,1] corresponding to 1.

So all possible 8x8 forms would be different combinations of the blocks such that they are always both included at least once and dimension 1 blocks being either of the roots such that the overall dimension of the blocks is 8.

-I am not convinced this is the solution because of the geometric multiplicities of 1 and 0 would affect the entries next to the main diagonals...I'm just not sure how if at all.
 
Physics news on Phys.org
Every such 8 by 8 matrix will have 2 "0"s and 3 "1"s on the diagonal. The "Jordan" form may or may not have "1" above each number on the diagonal. For the "0"s, then, you can have either
\begin{array}{cc}0 & 0 \\ 0 & 0\end{array}
or
\begin{array}{cc}0 & 1 \\ 0 & 0\end{array}

For the "1"s there are 4 possiblilties.
 
sorry I should have made this a bit more clear in the question, but can there exist a Jordan block (given the minimal polynomial above) with 1's on the main diagonal of dimension 2 such that it satisfies the 8x8 dimension req? i.e. assuming we have the dim=3 blocks obtained from 1 and the dim=2 blocks obtained from 0, can we have a dim=2 block with 1's on the main diagonal, and an appropriate number of dim=1 blocks being either 0,1 to satisfy the 8x8 dim?
 
Yes, it is possible, that "1" be an eigenvalue of algebraic multiplicity 3 and geometric multiplicity 2 (or any positive integer less than or equal to 3). One possiblity would be
\begin{bmatrix}1 & 1 & 0 \\ 0 & 1 & 1 \\0 & 0 & 1\end{bmatrix}
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top