Can someone show me step by step of "Extended Euclidean Algorithm" Multiplicative inverse of polynomial
gcd of $(x^4+x+1)$ and $(x^2+1)$ over $gf(2^4)$?
what I did : $(x^4+x+1) = (x^2+1)(x^2-1)+(x+2)$
so do I remove the 2 ,since 2 mod 2 = 0?
$(x^2+1) = x(x)+1$?
Please show me the steps using the equation format, not the table that most people use..