The stepped reckoner or Leibniz calculator was a mechanical calculator invented by the German mathematician Gottfried Wilhelm Leibniz (started in 1673, when he presented a wooden model to the Royal Society of London [2] and completed in 1694). [1] The name comes from the translation of the German term for its operating mechanism, Staffelwalze, meaning "stepped drum". It was the first calculator that could perform all four basic arithmetic operations. [3]
Its intricate precision gearwork, however, was somewhat beyond the fabrication technology of the time; mechanical problems, in addition to a design flaw in the carry mechanism, prevented the machines from working reliably. [4] [5]
Two prototypes were built; today only one survives in the National Library of Lower Saxony (Niedersächsische Landesbibliothek) in Hanover, Germany. Several later replicas are on display, such as the one at the Deutsches Museum, Munich. [6] Despite the mechanical flaws of the stepped reckoner, it suggested possibilities to future calculator builders. The operating mechanism, invented by Leibniz, called the stepped cylinder or Leibniz wheel , was used in many calculating machines for 200 years, and into the 1970s with the Curta hand calculator.
The stepped reckoner was based on a gear mechanism that Leibniz invented and that is now called the Leibniz wheel. It is unclear how many different variants of the calculator were made. Some sources, such as the drawing to the right, show a 12-digit version. [5] This section describes the surviving 16-digit prototype in Hanover.
The machine is about 67 cm (26 inches) long, made of polished brass and steel, mounted in an oak case. [1] It consists of two attached parallel parts: an accumulator, which can be thought of as an accumulator register which is found in older processor instruction set architectures, section to the rear, which can hold 16 decimal digits, and an 8-digit input section to the front. The input section has 8 dials with knobs to set the operand number, a telephone-like dial to the right to set the multiplier digit, and a crank on the front to perform the calculation. The result appears in the 16 windows on the rear accumulator section. The input section is mounted on rails and can be moved along the accumulator section with a crank on the left end that turns a worm gear, to change the alignment of operand digits with accumulator digits. There is also a tens-carry indicator and a control to set the machine to zero. The machine can:
Addition or subtraction is performed in a single step, with a turn of the crank. Multiplication and division are performed digit by digit on the multiplier or divisor digits, in a procedure equivalent to the familiar long multiplication and long division procedures taught in school. Sequences of these operations can be performed on the number in the accumulator; for example, it can calculate roots by a series of divisions and additions.
Leibniz got the idea for a calculating machine in 1672 in Paris, from a pedometer. Later he learned about Blaise Pascal's machine when he read Pascal's Pensées . He concentrated on expanding Pascal's mechanism so it could multiply and divide. He presented a wooden model to the Royal Society of London on 1 February 1673 and received much encouragement. In a letter of 26 March 1673 to Johann Friedrich, where he mentioned the presentation in London, Leibniz described the purpose of the "arithmetic machine" as making calculations "leicht, geschwind, gewiß" [ sic ], i.e. easy, fast, and reliable. Leibniz also added that theoretically the numbers calculated might be as large as desired, if the size of the machine was adjusted; quote: "eine zahl von einer ganzen Reihe Ziphern, sie sey so lang sie wolle (nach proportion der größe der Machine)" [ sic ]. In English: "a number consisting of a whole series of figures, as long as it may be (in proportion to the size of the machine)". His first preliminary brass machine was built between 1674 and 1685. His so-called older machine was built between 1686 and 1694. The 'younger machine', the surviving machine, was built from 1690 to 1720. [2]
In 1775 the 'younger machine' was sent to the University of Göttingen for repair, and was forgotten until 1876 when a crew of workmen found it in an attic room of a university building in Göttingen. It was returned to Hanover in 1880. From 1894 to 1896 Artur Burkhardt, founder of a major German calculator company restored it, and it has been kept at the Gottfried Wilhelm Leibniz Library ever since.
The machine performs multiplication by repeated addition, and division by repeated subtraction. The basic operation performed is to add (or subtract) the operand number to the accumulator register, as many times as desired (to subtract, the operating crank is turned in the opposite direction). The number of additions (or subtractions) is controlled by the multiplier dial. It operates like a telephone dial, with ten holes in its circumference numbered 0–9. To multiply by a single digit, 0–9, a knob-shaped stylus is inserted in the appropriate hole in the dial, and the crank is turned. The multiplier dial turns clockwise, the machine performing one addition for each hole, until the stylus strikes a stop at the top of the dial. The result appears in the accumulator windows. Repeated subtractions are done similarly except the multiplier dial turns in the opposite direction, so a second set of digits, in red, are used. To perform a single addition or subtraction, the multiplier is simply set at one.
To multiply by numbers over 9:
In this way, the operand can be multiplied by as large a number as desired, although the result is limited by the capacity of the accumulator.
To divide by a multidigit divisor, this process is used:
It can be seen that these procedures are just mechanized versions of long division and multiplication.
In a computer's central processing unit (CPU), the accumulator is a register in which intermediate arithmetic logic unit results are stored.
An adding machine is a class of mechanical calculator, usually specialized for bookkeeping calculations. In the United States, the earliest adding machines were usually built to read in dollars and cents. Adding machines were ubiquitous office equipment until they were phased out in favor of electronic calculators in the 1970s and by personal computers beginning in about 1985. The older adding machines were rarely seen in American office settings by the year 2000.
A one-instruction set computer (OISC), sometimes referred to as an ultimate reduced instruction set computer (URISC), is an abstract machine that uses only one instruction – obviating the need for a machine language opcode. With a judicious choice for the single instruction and given arbitrarily many resources, an OISC is capable of being a universal computer in the same manner as traditional computers that have multiple instructions. OISCs have been recommended as aids in teaching computer architecture and have been used as computational models in structural computing research. The first carbon nanotube computer is a 1-bit one-instruction set computer.
Napier's bones is a manually operated calculating device created by John Napier of Merchiston, Scotland for the calculation of products and quotients of numbers. The method was based on lattice multiplication, and also called rabdology, a word invented by Napier. Napier published his version in 1617. It was printed in Edinburgh and dedicated to his patron Alexander Seton.
Two's complement is the most common method of representing signed integers on computers, and more generally, fixed point binary values. Two's complement uses the binary digit with the greatest value as the sign to indicate whether the binary number is positive or negative; when the most significant bit is 1 the number is signed as negative and when the most significant bit is 0 the number is signed as positive. As a result, non-negative numbers are represented as themselves: 6 is 0110, zero is 0000, and -6 is 1010. Note that while the number of binary bits is fixed throughout a computation it is otherwise arbitrary.
In arithmetic, long division is a standard division algorithm suitable for dividing multi-digit Hindu-Arabic numerals that is simple enough to perform by hand. It breaks down a division problem into a series of easier steps.
In mathematics and computing, the method of complements is a technique to encode a symmetric range of positive and negative integers in a way that they can use the same algorithm for addition throughout the whole range. For a given number of places half of the possible representations of numbers encode the positive numbers, the other half represents their respective additive inverses. The pairs of mutually additive inverse numbers are called complements. Thus subtraction of any number is implemented by adding its complement. Changing the sign of any number is encoded by generating its complement, which can be done by a very simple and efficient algorithm. This method was commonly used in mechanical calculators and is still used in modern computers. The generalized concept of the radix complement is also valuable in number theory, such as in Midy's theorem.
Wilhelm Schickard was a German professor of Hebrew and astronomy who became famous in the second part of the 20th century after Franz Hammer, a biographer of Johannes Kepler, claimed that the drawings of a calculating clock, predating the public release of Pascal's calculator by twenty years, had been discovered in two unknown letters written by Schickard to Johannes Kepler in 1623 and 1624.
The Curta is a hand-held mechanical calculator designed by Curt Herzstark. It is known for its extremely compact design: a small cylinder that fits in the palm of the hand. It was affectionately known as the "pepper grinder" or "peppermill" due to its shape and means of operation; its superficial resemblance to a certain type of hand grenade also earned it the nickname "math grenade".
A mechanical calculator, or calculating machine, is a mechanical device used to perform the basic operations of arithmetic automatically, or (historically) a simulation such as an analog computer or a slide rule. Most mechanical calculators were comparable in size to small desktop computers and have been rendered obsolete by the advent of the electronic calculator and the digital computer.
Mental calculation consists of arithmetical calculations using only the human brain, with no help from any supplies or devices such as a calculator. People may use mental calculation when computing tools are not available, when it is faster than other means of calculation, or even in a competitive context. Mental calculation often involves the use of specific techniques devised for specific types of problems. People with unusually high ability to perform mental calculations are called mental calculators or lightning calculators.
The arithmometer was the first digital mechanical calculator strong enough and reliable enough to be used daily in an office environment. This calculator could add and subtract two numbers directly and could perform long multiplications and divisions effectively by using a movable accumulator for the result.
Elementary arithmetic is a branch of mathematics involving addition, subtraction, multiplication, and division. Due to its low level of abstraction, broad range of application, and position as the foundation of all mathematics, elementary arithmetic is generally the first branch of mathematics taught in schools.
Pascal's calculator is a mechanical calculator invented by Blaise Pascal in 1642. Pascal was led to develop a calculator by the laborious arithmetical calculations required by his father's work as the supervisor of taxes in Rouen. He designed the machine to add and subtract two numbers directly and to perform multiplication and division through repeated addition or subtraction.
A pinwheel calculator is a class of mechanical calculator described as early as 1685, and popular in the 19th and 20th century, calculating via wheels whose number of teeth were adjustable. These wheels, also called pinwheels, could be set by using a side lever which could expose anywhere from 0 to 9 teeth, and therefore when coupled to a counter they could, at each rotation, add a number from 0 to 9 to the result. By linking these wheels with carry mechanisms a new kind of calculator engine was invented. Turn the wheels one way and one performs an addition, the other way a subtraction.
In elementary arithmetic, a standard algorithm or method is a specific method of computation which is conventionally taught for solving particular mathematical problems. These methods vary somewhat by nation and time, but generally include exchanging, regrouping, long division, and long multiplication using a standard notation, and standard formulas for average, area, and volume. Similar methods also exist for procedures such as square root and even more sophisticated functions, but have fallen out of the general mathematics curriculum in favor of calculators. As to standard algorithms in elementary mathematics, Fischer et al. (2019) state that advanced students use standard algorithms more effectively than peers who use these algorithms unreasoningly. That said, standard algorithms, such as addition, subtraction, as well as those mentioned above, represent central components of elementary math.
Kochanski multiplication is an algorithm that allows modular arithmetic to be performed efficiently when the modulus is large. This has particular application in number theory and in cryptography: for example, in the RSA cryptosystem and Diffie–Hellman key exchange.
A Leibniz wheel or stepped drum is a cylinder with a set of teeth of incremental lengths which, when coupled to a counting wheel, can be used in the calculating engine of a class of mechanical calculators. Invented by Leibniz in 1673, it was used for three centuries until the advent of the electronic calculator in the mid-1970s.
The Millionaire was the first commercially successful mechanical calculator that could perform a direct multiplication. It was in production from 1893 to 1935 with a total of about five thousand machines manufactured.
The Arithmaurel was a mechanical calculator that had a very intuitive user interface, especially for multiplying and dividing numbers because the result was displayed as soon as the operands were entered. It was first patented in France by Timoleon Maurel, in 1842. It received a gold medal at the French national show in Paris in 1849. Its complexity and the fragility of its design prevented it from being manufactured.