I have two polynomials: f:x3+2x2−2x−1 and g:x3−4x2+x+2. I have to do two things: find gcd(f,g) and find polynomials a,b such as: gcd(f,g)=a⋅f+b⋅v. I have guessed their greatest common divisor: (x−1), but I did it by looking for roots of both polynomials, and now I am stuck. How do I find the greatest common divisor using the Euclid algorithm? I started with f(x)=g(x)+3(2x2−x−1), but then things go nuts, and I can't use Bézout's identity to bring it all back to gcd(f,g)=a⋅f+b⋅v.
Subscribe to:
Post Comments (Atom)
analysis - Injection, making bijection
I have injection f:A→B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...
-
Recently I took a test where I was given these two limits to evaluate: lim and $\lim_\limi...
-
So if I have a matrix and I put it into RREF and keep track of the row operations, I can then write it as a product of elementary matrices. ...
-
I need to give an explicit bijection between (0, 1] and [0,1] and I'm wondering if my bijection/proof is correct. Using the hint tha...
No comments:
Post a Comment