I am trying to find an irreducible polynomial of degree 3 in Z5 and then use that polynomial to construct a finite field.
I found that the polynomial $x^3 + x^2 + 1$ is irreducible in Z5 (since none of 0, 1, 2, 3,4 are roots). But I'm stuck on how to use that polynomial to construct a finite field.