- #1
auru
- 10
- 0
Homework Statement
Find the monic greatest common divisor of two polynomials a = 6x6 + 12x5 - 6x4 -12x +12 and b = 3x4 - 3.
Homework Equations
The Euclidean Algorithm.
The Attempt at a Solution
Applying the Euclidean Algorithm, I have
a = 6x6 + 12x5 - 6x4 -12x +12 = (3x4 - 3)(2x2 + 4x -2) + (6x2 + 6)
b = 3x4 - 3 = (6x2 + 6)(##\frac {1}{2}##x2 - ##\frac {1}{2}##)
Now a monic polynomial has a leading coefficient of degree 1. Here, we have a common divisor of 6x2 + 6 which is not monic. How would I go about finding the monic greatest common divisor.
Last edited: