I have $GF(2^3)$ field defined by $\Pi(x)=x^3+x+1$. From literature they say those are the minimal polynomial, but I can't understand the operative method to find them. Any explanation for a general method?
$$\begin{array}{lll} \textbf{Elem.} & \textbf{Polyn.} & \color{red}{\textbf{Minimal Polyn.}} \\ 0 & 0 & \color{red}{x} \\ \alpha^0 & 1 & \color{red}{x+1} \\ \alpha^1 & \alpha & \color{red}{x^3+x+1} \\ \alpha^2 & \alpha^2 & \color{red}{x^3+x+1} \\ \alpha^3 & \alpha+1 & \color{red}{x^3+x^2+1} \\ \alpha^4 & \alpha^2+\alpha & \color{red}{x^3+x+1} \\ \alpha^5 & \alpha^2+\alpha+1 & \color{red}{x^3 + x^2 + 1} \\ \alpha^6 & \alpha^2+1 & \color{red}{x^3 + x^2 + 1} \\ \end{array}$$
Note: I saw another post about minimal polynomial but there was no such method explained
"
At this point we can set up a linear system for the unknowns $c_0,c_1,\cdots,c_5$ and find a solution of the system $$ c_0+c_1\beta+c_2\beta^2+c_3\beta^3+c_4\beta^4+c_5\beta^5=0 $$ by plugging in the values of the powers $\beta^i$ and then set the coefficients of all the powers of $\alpha$ to zero (the powers $1,\alpha,\cdots,\alpha^4$ are linearly independent (because $4<m=5$) so this is valid."
– Alessar Dec 21 '18 at 12:44