Derivative of polynomial in GF(16)

180 Views Asked by At

how can I find the derivative of the following polynomial in $GF(2^4)$: $\alpha x^4+x^3+\alpha x^2+\alpha^2 x+1$ ?

1

There are 1 best solutions below

0
On BEST ANSWER

The derivative of the following polynomial: $\alpha x^4+x^3+\alpha x^2+\alpha^2 x+1$ in $GF(2^4)$ is:
$x^2+\alpha^2$.