Question

Find the greatest common divisor of the given polynomials over the given field. Then write the...

Find the greatest common divisor of the given polynomials over the given field. Then write the greatest common divisor as a linear combination of the given polynomials. That is, given f(x) and g(x), find a(x) and b(x) so that d(x) = a(x)f(x) + b(x)g(x), where d(x) is the greatest common divisor of f(x) and g(x).

(a) x^10 − x^7 − x^5 + x^3 + x^2 − 1 and x^8 − x^5 − x^3 + 1 over Q.

(b) x^5 + x^4 + 2x^2 − x − 1 and x^3 + x^2 − x over Q.

(c) x^3 − 2x^2 + 3x + 1 and x^3 + 2x + 1 over Z5.

(d) x^5 + x^4 + 2x^2 + 4x + 4 and x^3 + x^2 + 4x over Z5

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
find greatest common divisor of x^5 + x^4 +1 and x^5+x+1, viewed as elements in the...
find greatest common divisor of x^5 + x^4 +1 and x^5+x+1, viewed as elements in the ring F2[x] of polynomials over the finite field F2 with 2 elements
Find the least upper bound and the greatest lower bound for the two polynomials: a) p(x)...
Find the least upper bound and the greatest lower bound for the two polynomials: a) p(x) = x4 - 3x2 - 2x + 5 b) p(x) = -2x5 + 5x4 + x3 - 3x + 4
Q7) Factorise the polynomial f(x) = x3 − 2x2 + 2x − 1 into irreducible polynomials...
Q7) Factorise the polynomial f(x) = x3 − 2x2 + 2x − 1 into irreducible polynomials in Z5[x], i.e. represent f(x) as a product of irreducible polynomials in Z5[x]. Demonstrate that the polynomials you obtained are irreducible. I think i manged to factorise this polynomial. I found a factor to be 1 so i divided the polynomial by (x-1) as its a linear factor. So i get the form (x3 − 2x2 + 2x − 1) = (x2-x+1)*(x-1) which is...
ARM assembly Code The Euclidean algorithm is a way to find the greatest common divisor of...
ARM assembly Code The Euclidean algorithm is a way to find the greatest common divisor of two positive integers, a and b. First let me show the computations for a=210 and b=45. Divide 210 by 45, and get the result 4 with remainder 30, so 210=4·45+30. Divide 45 by 30, and get the result 1 with remainder 15, so 45=1·30+15. Divide 30 by 15, and get the result 2 with remainder 0, so 30=2·15+0. The greatest common divisor of 210...
The greatest common divisor c, of a and b, denoted as c = gcd(a, b), is...
The greatest common divisor c, of a and b, denoted as c = gcd(a, b), is the largest number that divides both a and b. One way to write c is as a linear combination of a and b. Then c is the smallest natural number such that c = ax+by for x, y ∈ N. We say that a and b are relatively prime iff gcd(a, b) = 1. Prove that a and n are relatively prime if and...
16. Compute greatest common divisor of ?5 − 1 and ?3 + 2? − 3 in...
16. Compute greatest common divisor of ?5 − 1 and ?3 + 2? − 3 in modulus 13. 17. Check whether the polynomial is ?5 − 4?3 + 3?2 − ? + 2 is reducible or irreducible in modulus 3, 5 and 13
3) If A =     3   1     and   B =    1    7                   0 -2  &
3) If A =     3   1     and   B =    1    7                   0 -2                     5    -1 Find a)      BA            b) determinant B         c) Adjoint A                d) A-1                     4) Using matrix method solve the following simultaneous equations                           5x – 3y = 1                         2x – 2y = -2    5) Given that f(x) = 6x - 5 g(x) = 3x + 4 and h(x) = 4x – 6                                                                                          2     Find:- i)...
1. Let f(x)=−x^2+13x+4 a.Find the derivative f '(x) b. Find f '(−3) 2. Let f(x)=2x^2−4x+7/5x^2+5x−9, evaluate...
1. Let f(x)=−x^2+13x+4 a.Find the derivative f '(x) b. Find f '(−3) 2. Let f(x)=2x^2−4x+7/5x^2+5x−9, evaluate f '(x) at x=3 rounded to 2 decimal places. f '(3)= 3. Let f(x)=(x^3+4x+2)(160−5x) find f ′(x). f '(x)= 4. Find the derivative of the function f(x)=√x−5/x^4 f '(x)= 5. Find the derivative of the function f(x)=2x−5/3x−3 f '(x)= 6. Find the derivative of the function g(x)=(x^4−5x^2+5x+4)(x^3−4x^2−1). You do not have to simplify your answer. g '(x)= 7. Let f(x)=(−x^2+x+3)^5 a. Find the derivative....
Find the absolute maximum and minimum values of the following function over the indicated​ interval, and...
Find the absolute maximum and minimum values of the following function over the indicated​ interval, and indicate the​ x-values at which they occur. f(x)=1/3x^3+3/2x^2-4x+4 [-5,3]
Recursion in Java Write a recursive method that will find the greatest common divisor of two...
Recursion in Java Write a recursive method that will find the greatest common divisor of two numbers. Use %. Example of the math: Finding GCD for 14 and 48: 14 / 48 = 3 42 ----- 6 Remainder Remainder is not yet zero, so we will now divide 14 by 6 6 / 14 = 2 12 ----- 2 Remainder Remainder is not yet zero, so we will now divide 6 by 2 2 / 6 = 3 answer 6...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT