- #1
toni07
- 25
- 0
a) Over the field Q, compute h(x) = gcd(f(x), g(x)), and find polynomials a(x) and b(x) such that h(x) = a(x)f(x) + b(x)g(x).
(b) Same question over the field F_2 = {0, 1}.
I already computed the gcd(f(x), g(x)) to be 2, but I don't really understand how I'm supposed to find a(x) and b(x), and the difference the result is supposed to have when compared with result of part b.
(b) Same question over the field F_2 = {0, 1}.
I already computed the gcd(f(x), g(x)) to be 2, but I don't really understand how I'm supposed to find a(x) and b(x), and the difference the result is supposed to have when compared with result of part b.