Suppose I want to find all irreducible polynomials in $P_3(\mathbb{F_3})$.
From what I understand, a polynomial is not irreducible if it can be written as a product of two simpler polynomials where those degrees are smaller than the one I started with.
$P_3=a_3x^3+a_2x^2+a_1x+a_0$
$\mathbb{F_3}=\{1,2,3\}$
Now I'm a bit confused as to how I'm suppose to do this. There are quite a bit of polynomials, and even if I do find all possible polynomials, I'm not sure how to test if they are irreducible or not.
Any help would be appreciated. I believe there may be a trick to this to speed things up.
Thanks.