Thursday, September 24, 2015

abstract algebra - Constructing finite fields of order 8 and 27 or any non-prime

I want to construct a field with 8 elements and a field with 27 elements for an ungraded exercise.



For 8 elements: So we can't just have Z/8Z since this is not even an integral domain. But rather we can construct F2F2F2F2={0,1,α,α+1,β,β+1,γ,γ+1}.



This line of thinking seems to break from what I tried. Is there a better way to construct these things?


I saw this answer: Construct a finite field of order 27


We pick a polynomial irreducible polynomial and take the quotient of Z3[x] but this wasn't helpful in me understanding the general ideal/method.

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...