Content deleted Content added
→Newton-Raphson division: initial value demystified |
Softtest123 (talk | contribs) 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]]
|