let $A\in F^{8x8}$ , $A^3=0$,$A^2\neq0$ Find its Jordan forms that possible.
solution was : characteristic polynomial $P_A(x)=x^8$and $q_8=m_A(x)=x^3,q_7=x^3,q_6=x^2,q_5=1,q_4=1,q_3=1,q_2=1,q_1=1$
so $e_1(x)=x^3,e_2(x)=x^3,e_3(x)=x^2$
I dont understand how he write $x^8$ and also writing of $q_i$. I know $m_A(x)=x^3$ and $q_1.q_2...q_8=P_A(x)$ how do we know $P_A(x)=|xI-A|$ in form of \begin{pmatrix} x & 0 & 0 & \cdots & 0 \\ a & x & 0 & \cdots & 0 \\ b & c & x & \cdots & 0 \\ \vdots & \vdots& \vdots & \ddots & \vdots \\ h & j & k & \cdots & x \end{pmatrix} thanks
similar question : $A\in F^{7x7},A^2=A $ find its Jordan which is possible
since $A^2-A=0$ $q_7=x^2-x,q_6=x^2-x,q_5=x^2-x,q_4=x,q_3=1,q_2=1,q_1=1$

The only eigenvalue for the matrix is $0$ because $A^{3}$ is the minimal polynommial. Jordan canonical form allows you to arrange the blocks starting with the largest in the upper left, and in order of descending block size. All of the blocks have $0$'s along the diagonal and $1$'s on the diagonal above the main diagonal, unless the block size is $1$. A block $B_{n}$ with $n$ $0$'s on the diagonal and $n-1$ one's one the superdiagonal has order $n$, meaning that $B_{n}^{n}=0$ but $B_{n}^{n-1} \ne 0$. The extreme case is $B_{1}^{1}=0$.
The block sizes of all blocks must sum to $8$. The largest block size is $3$, and there must be at least one such block because $A^{3}=0$, but $A^{2}\ne 0$. That leaves $5$ for the total of the remaining block sizes. So these are the possible Jordan block sizes $$ (3,3,2),(3,3,1,1), (3,2,2,1), (3,2,1,1,1), (3,1,1,1,1,1). $$