GCD of polynomials in $\mathbb{F}_2[x]$

34 Views Asked by At

How can one show that $\gcd(x^4+x+1,x^4-x)=1$ in $\mathbb{F}_2[x]$?

Is it because the polynomials do not share any irreducible monic polynomials i.e. $1, x, x+1$ as factors?

2

There are 2 best solutions below

0
On

You have $(x^ 4+x+1)-(x^ 4-x)=2x+1=1$.

0
On

Don't forget $x^2+x+1$, $x^3+x+1$, $x^3+x^2+1$, $x^4 + x + 1$, $x^4 + x^3 + 1$, and $x^4 + x^3 + x^2 + x + 1$ are monic irreducible polynomials that could be relevant too!

But really, the easiest way in this case is just to compute the GCD with the Euclidean algorithm or some variant thereof.