Division algorithm: Difference between revisions

Content deleted Content added
GBL (talk | contribs)
Newton-Raphson division: initial value demystified
No edit summary
Line 100:
 
===Goldschmidt division===
Goldschmidt (after [[Robert E. Goldschmidt]])<ref>Robert E. Goldschmidt, Applications of Division by Convergence, MSc
dissertation, M.I.T., 1964</ref>
division uses [[series expansion]] to converge to the quotient. The strategy of Goldschmidt is repeatedly multiply the dividend and divisor by a factor ''F'' to converge the divisor to 1 as the dividend converges to the quotient ''Q'':
 
:<math>Q = \frac{N}{D} \frac{F_1}{F_1} \frac{F_2}{F_2} \frac{F_{\ldots}}{F_{\ldots}}</math>
Line 116 ⟶ 118:
 
After a sufficient number of iterations ''k'': <math>Q=N_{k}</math>
 
{{reflist}}
 
[[Category:Computer arithmetic]]