Monday, 20 March 2017

Euclids Algorithm for polynomials and a greatest common divisor




I have question about a problem I've encountered while attempting to solve an exercise (it's from an exercise in a homework series).



Suppose we have two polynomials f and g (presumably over the reals, although the field over which these polynomials are defined isn't mentioned explicitly). Assume that deg(g) > 1. Then there exist polynomals q1,r1 such that f=q1g+r1. We can now repeat the polynomial divison, which gives g=q2r1+r2 for polynomials q3,r3 and r1=q4r2+r4 for polynomials q4,r4, etcetera. At some point we get rp2=qprp1+rp and rp1=qp+1rp. I now want to show that rp is the greatest common divisor of f and g.



I have already showed (I think) that rp divides both f and g by writing the equations in matrixform, giving (fg)=Πp+2i=1(qi110)(rp0) But now I want to show that rp is the greatest divisor. I think the best way to do it is to assume that there is some ˜rp which also divides f and g but which has a degree larger than rp. At this moment I'm not sure how to proceed (I'm a bit rusty on my abstract algebra). I feel that the solution is obvious but I'm not seeing it. How is this sort of problem best handled?


Answer



Those matrices are all invertible, which means that rp is a combination of f and g. Hence every divisor of f and g also divides rp.


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find lim without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...