Let $$A = \begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix}$$
$$B = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}$$
Do these matrices have the same Jordan form?
My confusion arises because a jordan block has the form
$$J = \begin{bmatrix} \lambda_i & 1 \\ 0 & \ddots & 1\\ 0& 0& \lambda_i \end{bmatrix}$$
But I don't know what exactly dictates the size of our $J$ i.e. how many elements there are on the diagonals.
Is there a fundamental difference between $A$ and $B$ reflected in their jordan blocks?
The first is a classical Jordan form of $2\times2$, and the second diagonal, both with $0$ as the eigenvalue. For $A$ eigenvalue multiplicity is $2$. For $B$ multiplicity $1$.
Consider also, both the characteristic and minimal polynomials of them: $$\chi_A(x)=\mu_A(x)=x^2$$ and $$\chi_B(x)=x^2\quad,\quad \mu_B(x)=x$$