I want to know what is the general rule for factorization of the generator polynomial which is based on Galois Field, GF2?
Fact is, a generator of degree m must divide 1+x^n
where remainder is zero. for example 1+x^7
ca be written as
(1+x+x3)(1+x2+x3)(1+x)
So either 1+x+x3
or 1+x2+x3
can be used.
What is the systematic rule for decomposing 1+x7
?
1+xn
is written asp.q.r
wherep=1+x
. But I don't understand the rest. So,1+x7
will be(1+x)(1+x2+x3+x4+x5+x6)
. I don't understand the rest then... – mahmood May 13 '20 at 15:23