Problems with finding minimum polynomial of each element in Galois Field

33 Views Asked by At

The field GF(4) is obtained by extending the field F2 by the root of the polynomical x^2+x+1. I found that field elements are {0,1,x,x+1}. Now I'm struggling with finding the order and minimum polynomial of each element. Could you help me a little? I tried to find order of each element. |0| = 1 |1| = 1 |x| = 3 |x+1| = 3 Are these answers correct? And what is the minimum polynomial for each element? How to find?