Imagine that I'm writing the Jordan form of a matrix and I know that the eigenvalue needs to appear 4 times in the diagonal (algebraic multiplicity is 4) and we need 2 Jordan blocks (geometric multiplicity is 2). Now how do I know the size of the blocks? It could be a 1x1 and 3x3 block ou two 2x2 blocks, right?
2026-03-31 20:53:39.1774990419
Size of Jordan block
6.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Yes, the two options you give are the only ones. To decide between the two you can consider $(A-\lambda I)^2$ where $A$ is the matrix and $\lambda$ the eigenvalue.
If the dimension of the kernel is $3$ then you are in the $(1,3)$ situation, if it is $4$ then you are in the $(2,2)$ situation.
More generally, the increase in dimension between the kernel of $(A-\lambda I)^{r-1}$ and $(A-\lambda I)^{r}$ is the number of blocks of size $r$ or more.