Let F9 be a finite field of size 9 obtained via the irreducible polynomial x2+1 over the base field F3.
- How can you find a primitive element?
- Make a list of the elements of F9 together with a primitive element and all the powers of the primitive element.
Answer
I assume that you are looking for a generator of F∗. You can just go through all the 8 elements of F∗={1,−1,x,x+1,x−1,−x,−x+1,−x−1} and compute their multiplicative orders. But with a little bit of thought you can avoid most of these computations. The following method is also applicable in other finite fields. We have the Frobenius automorphism a↦a3. Remark that a is a generator iff the order is 8 iff a4=−1. This already excludes 1,−1,x,−x. So we should try a=x+1, and compute a3=x3+1=x(−1)+1, and a4=(−x+1)(x+1)=1−x2=−1. This shows that x+1 is a generator. The other generators are x−1,−x+1,−x−1.
Again you can do this easily with the help of the Frobenius.
No comments:
Post a Comment