I want to find all irreducible polynomials over $\mathbb{Z}_3$ field which have the form $x^3 + a_2 x^2 +a_1 x + a_0$.
My thought process:
- Third degree polynomial is irreducible if it has no roots within $\mathbb{Z}_3$.
- $a_0 \neq 0$, otherwise $0 \in \mathbb{Z}_3$ is a root of the polynomial in question.
However this leaves me with 18 polynomials and 54 substitutions for $x$ to check - though definitely possible not exactly what I'm looking for on a little sheet of paper. How can I further simplify this work?
Apparently the answer is $$ \begin{align*} & x^3+ 2*x^2+ 1 \\ & x^3+ 2*x^2+ x+ 1 \\ & x^3+ 2*x+ 1 \\ & x^3+ x^2+ 2*x+ 1 \\ & x^3+ x^2+ 2 \\ & x^3+ x^2+ x+ 2 \\ & x^3+ 2*x+ 2 \\ & x^3+ 2*x^2+ 2*x+ 2 \end{align*} $$ but I still fail to see any inherent regularities.