Could anyone explain the example below? Why is F4= {0,1,x,x+1}? (I was learning that it should be F4= {0,1,2,3}). And how do we get the two tables?
Answer
F4 is the finite field of order 4. It is not the same as Z4, the integers modulo 4. In fact, Z4 is not a field. F4 is the splitting field over F2=Z2 of the polynomial X4−X. You get the addition table by observing that F4 is a 2-dimensional vector space over F2 with basis 1 and x where x is either of the roots of X4−X=X(X−1)(X2+X+1) that is not in F2. You get the multiplication table by using x2+x+1=0 to simplify the expressions for the products of x and x+1.
No comments:
Post a Comment