I have got one of degree 5: $x^5+x^2+1$, but I need one of degree 8.
2026-04-06 11:58:07.1775476687
How can I get a irreducible polynomial of degree 8 over $Z_2[X]$?
1.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in FINITE-FIELDS
- Covering vector space over finite field by subspaces
- Reciprocal divisibility of equally valued polynomials over a field
- Solving overdetermined linear systems in GF(2)
- Proof of normal basis theorem for finite fields
- Field $\mathbb{Q}(\alpha)$ with $\alpha=\sqrt[3]7+2i$
- Subfield of a finite field with prime characteristic
- Rank of a Polynomial function over Finite Fields
- Finite fields of order 8 and isomorphism
- Finding bases to GF($2^m$) over GF($2$)
- How to arrange $p-1$ non-zero elements into $A$ groups of $B$ where $p$ is a prime number
Related Questions in IRREDUCIBLE-POLYNOMIALS
- $x^{2}(x−1)^{2}(x^2+1)+y^2$ is irreducible over $\mathbb{C}[x,y].$
- Is the following polynomial irreductible over $\mathbb{Z}[X]$?
- Does irreducibility in $\mathbb{F}_p[x]$ imply irreducibility in $\mathbb{Q}[x]$?
- discriminant and irreducibility of $x^p - (p+1)x - 1$
- galois group of irreducible monic cubic polynomial
- When will $F[x]/\langle p(x)\rangle$ strictly contain $F$?
- On reducibility over $\mathbb{Z}$ of a special class of polynomials .
- Eisenstein's criterion over polynomials irreducible
- Optimal normal basis in Tower field construction
- If $f$ has $\deg(f)$ distince roots whose order are the same, then is $f$ irreducible?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The only way I know is trial and error. A polynomial of degree $8$ is irreducible/prime over $\mathbb Z_2$ if it divides:
$$\frac{x^{2^8}-x}{x^{2^4}-x}=\frac{x^{255}-1}{x^{15}-1} = 1+x^{15}+x^{30}+\cdots x^{225}+x^{240}$$
This polynomial is exactly the product of all the prime polynomials of degree $8$, once each.
It's probably easier to use repeated squaring to prove that $p(x)$ divides $x^{256}-x$ and not $x^{16}-x$.
This means there are $30$ such polynomials. Since we want an eighth-degree polynomial, and it is not divisible by $x$ or $x-1=x+1$, this means:
$$p(x)=1+\cdots + x^8$$ where the number of terms in $\cdots$ is odd. So there are $\frac{2^7}{2}=64$ subsets of $\{1,2,\dots,7\}$ that are odd, and therefore, if you chose your $p(x)$ at random under these conditions, you'd get approximately $50\%$ chance of finding a prime each trial.
You can remove the cases where the subset of $\{1,\dots,7\}$ are only even. For example, we know: $$1+x^4+x^6+x^8 = (1+x^2+x^3+x^4)^2$$ That process removes $4$ of the $64$ bad options, and now we have exactly a $50\%$ chance.
We can also avoid duplicate testing by not testing reflections. Assuming $a_0=a_8=1$, then $\sum_0^8 a_ix^i$ is irreducible if and only if $\sum_{0}^8 a_{8-i}x^i$ is irreducible.
So if you've eliminated $1+x+x^8$, you've eliminated $1+x^7+x^8$, for example.
That doesn't reduce our options quite in half, because some polynomials are self-reflective. (And it doesn't increase our initial odds of finding a prime on the first try.)
This still requires trial and error.
Example trial for $p(x)=1+x+x^8$. Then:
$$x^{8}\equiv 1+x\pmod{p(x)}\\ x^{16}\equiv 1+x^2\pmod{p(x)}$$ So $x^{16}-x$ is not divisible by $p(x)$. $$x^{32}\equiv 1+x^4\pmod{p(x)}\\ x^{64}\equiv 1+x^8\equiv x\pmod{p(x)}\\ x^{128}\equiv x^2\pmod{p(x)}\\ x^{256}\equiv x^4\pmod{p(x)}$$
We could actually stop at $x^{64}$, since it means that $p(x)$ divides $x^{2^6}-x$, which means it must be the product of primes of degree $1,2,3,$ and $6$. Since it is not divisible by a linear polynomial it must be divisible by the only prime of degree $2$, $q(x)=1+x+x^2$. Since $(1+x+x^2)(1+x)=x^3+1$, we get that:
$$p(x)\equiv 1+x+x^5\equiv 1+x+x^2\pmod{1+x+x^2}$$ Indeed, this gives us another way to ensure that $p(x)$ is not prime: $1+x+x^2$ divides $\sum a_ix^i$ with $\sum a_i=1$ and $a_0=a_8=1$ if $$a_3+a_6=0, a_1+a_4+a_7=1\\a_2+a_5=0$$
We get that $1+x^3+x^8$ is divisible by $1+x+x^3$.
I get that $1+x+x^2+x^4+x^8$ is prime, but I'd want to check this.
Another way to check, by the way, is to ensure that $p(x)$ is relatively prime to $x^{8}-x$ (and thus not divisible by any prime of degree $3$) and relatively prime to $x^{16}-x$, and thus not divisible by any prime of degree $1,2,4$.
I get that $1+x+x^3+x^4+x^8$ is irreducible, but I did it on paper, so I'd want to check.