Saturday, April 21, 2018

galois theory - Construction of non-prime finite fields

I am new to Galois field theory and I am struggling with some definitions. To construct any non-prime finite field GF(pn) with p prime and nN, one has to find an irreducible polynomial g(x) in GF(p) and eventually calculate GF(pn)=G(p)[x]/g(x).



Assuming I want to construct GF(9)=GF(32). Why do I have to do the stuff above? Doesn't GF(32) simply contains elements ranging from 0 to 8? What is the upper construction rule about?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...