Let b=r0, r1, r2... be the successive remainders in the Euclidean Algorithm applied to a and b. Show that every two steps reduces the remainder by at least one half. That is, r_i+2 <= ( 1/2)*r_i for all i.
2007-04-01
14:24:09
·
2 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics
Also, show that it terminates in 2*log_2(b) steps and that, in particular, show that the number of steps is at most seven times the number of digits in b.
2007-04-01
14:41:21 ·
update #1