Quantum redactiones paginae "Arithmetica" differant

Content deleted Content added
Linea 403:
 
=== Algorithmus radicum extrahendarum ===
Algorithmus radicum quadratarum extrahendarum similis est algorithmo divisionis.
 
<!-- Ab :en:Methods of computing square roots, ubi sunt exempla:
Write the original number in decimal form. The numbers are written similar to the long division algorithm, and, as in long division, the root will be written on the line above. Now separate the digits into pairs, starting from the decimal point and going both left and right. The decimal point of the root will be above the decimal point of the square. One digit of the root will appear above each pair of digits of the square.
 
Beginning with the left-most pair of digits, do the following procedure for each pair:
 
1. Starting on the left, bring down the most significant (leftmost) pair of digits not yet used (if all the digits have been used, write "00") and write them to the right of the remainder from the previous step (on the first step, there will be no remainder). In other words, multiply the remainder by 100 and add the two digits. This will be the current value c.
2. Find p, y and x, as follows:
* Let p be the part of the root found so far, ignoring any decimal point. (For the first step, p = 0).
* Determine the greatest digit x such that x(20p + x) \le c. We will use a new variable y = x(20p + x).
o Note: 20p + x is simply twice p, with the digit x appended to the right).
o Note: You can find x by guessing what c/(20·p) is and doing a trial calculation of y, then adjusting x upward or downward as necessary.
* Place the digit x as the next digit of the root, i.e., above the two digits of the square you just brought down. Thus the next p will be the old p times 10 plus x.
3. Subtract y from c to form a new remainder.
4. If the remainder is zero and there are no more digits to bring down, then the algorithm has terminated. Otherwise go back to step 1 for another iteration.
-->
 
== De machinis arithmeticis ==