Please advise if somebody knows:
The polynomial x^2+x+2 ∈ F3^2is irreducible and i am looking for the generator polynomial, the length and dimension.
What i did its: Find the vector-exponent equivalence for each element 0-> (0,0) a->(0,1) a^2->(1,2) a^3->(2,2) a^4->(2,0) a^5->(0,2) a^6->(2,1) a^7->(1,1) a^8->(1,0)
the generator g(x) can be obtained assuming that a, a^2,a^3 are within its roots, so the g(x)=(x-a)(x-a^2)(x-a^3). And when i multiply (x-a)(x-a^2)(x-a^3), i get few elements but i am not sure if the generator polynomial is the result or i need to do something more.
thanks