Math, asked by rahulchhoker3712, 11 months ago

condition for apply division algorithm theorm​

Answers

Answered by Anonymous
1

Answer:

Division algorithms fall into two main categories: slow division and fast division. Slow division algorithms produce one digit of the final quotient per iteration. Examples of slow division include restoring, non-performing restoring, non-restoring, and SRT division. Fast division methods start with a close approximation to the final quotient and produce twice as many digits of the final quotient on each iteration. Newton–Raphson and Goldschmidt algorithms fall into this category.

Variants of these algorithms allow using fast multiplication algorithms. It results that, for large integers, the computer time needed for a division is the same, up to a constant factor, as the time needed for a multiplication, whichever multiplication algorithm is used.

Discussion will refer to the form {\displaystyle N/D=(Q,R)} N/D=(Q,R), where

N = Numerator (dividend)

D = Denominator (divisor)❤

Similar questions