show that ${ x^4+x+1 \in GF(2^2)[x] }$ is the product of tow quadratic polynomials .
"i tried to factor ${ x^4+x+1 }$ but don't know "
show that ${ x^4+x+1 \in GF(2^2)[x] }$ is the product of tow quadratic polynomials .
"i tried to factor ${ x^4+x+1 }$ but don't know "
In this case, it isn't too hard to do this by direct computation. Since $x^4+x+1$ is monic, suppose that $a,b,c,d\in\mathrm{GF}(4)$ with $$x^4+x+1=(x^2+ax+b)(x^2+cx+d).$$ Expand the RHS, compare coefficients and solve for $a,b,c,d$. It will be helpful to remind yourself of what the elements of $\mathrm{GF}(4)$ look like.
i tried to solve it like ${ (x^2+bx+1)(x^2+dx+1)=x^4+x+1 }$
x-terms→b+d=1
x³-terms→b+d=0
contradiction !
not factorisable !