I am trying to find a mistake in my reasoning or calculations.
I have $$f(x)= x^4 + x^3 +6x^2 +x +1 \text{ and } g(x)= x^4 + 9x^3 + 6x^2 + x +3\\ \text{over the field } \mathbb{Z}_{11}.$$
My calculations are $$ f(x)=g(x)+3x^3 +6x +9\\ g(x)=(x^3+2x+3)(x+9) + 4x^2 +2x +9\\ x^3+2x+3 = (4x^2+2x+9)(3x+4) + 0 $$ resulting into $\gcd(f(x),g(x))=4x^2+2x+9$.
Yet an online calculator gives a different result $x^2+6x+5$ and I don't know what goes wrong.