Next: Arithmetic of polynomials
Up: Arithmetic
Previous: Numeric vs symbolic arithmetic
- algorithms for addition, subtraction and multiplication of integers
are analogous to procedures used by humans for hand calculations;
the difference is that with hand calculations, we calculate in
the decimal number system while these algorithms use the number
system with base
- there exists more effective algorithms for multiplication of integers
- the standard procedure for division of integers requires an initial
estimate--there exist algorithms that do this estimate with reasonable
precision
Richard Liska