Analytical Engine: the Orig- Inal Computer

Total Page:16

File Type:pdf, Size:1020Kb

Analytical Engine: the Orig- Inal Computer Chapter 2 Analytical Engine: The Orig- inal Computer As we learned in the fourth grade science course, back in 1801, a French man, Joseph Marie Jacquard, invented a power loom that could weave textiles, which had been done for a long time by hand. More interestingly, this machine can weave tex- tiles with patterns such as brocade, damask, and matelasse by controlling the operation with punched wooden cards, held together in a long row by rope. 1 How do these cards work? Each wooden card comes with punched holes, each row of which corresponds to one row of the design. In each position, if the needle needs to go through, there is a hole; other- wise, there is no hole. Multiple rows of holes are punched on each card and all the cards that compose the design of the textile are hooked together in order. 2 What do we get? With the control of such cards, needs go back and forth, moving from left to the right, row by row, and come up with something like the following: Although the punched card concept was based on some even earlier invention by Basile Bou- chon around 1725, “the Jacquard loom was the first machine to use punch cards to con- trol a sequence of operations”. Let’s check out a little demo as how Jacquard’s machine worked. 3 Why do we talk about a loom? With Jacquard loom, if you want to switch to a different pattern, you simply change the punched cards. By the same token, with a modern computer, if you want it to run a different application, you simply load it with a different program, which used to keep on a deck of paper based punched cards. That is why Jacquard’s machine is considered to be an important step towards the creation of the modern computer as we know it. 4 How did the AE get started? On June, 14, 1822, the English mathematician Charles Babbage proposed a steam driven cal- culating machine based on the decimal num- ber system, which he called the “Difference Engine”. This machine would be able to compute tables of numbers, such as logarithm tables. He ob- tained government funding for this project due to the importance of numeric tables in ocean navigation. Let’s check out Charles Babbage’s life and his machines. 5 Who was the sponsor and why? As we all know that, by promoting their com- mercial and military navies, the British gov- ernment had managed to become the earth’s greatest empire in the late 16th and early 17th centuries. Around the time frame of Babbage’s proposal, the British government was publishing a seven volume set of navigation tables which came with a companion volume of corrections, show- ing that the set had over 1,000 numerical er- rors, due to perhaps the complicated and bor- ing nature of the calculation. On the other hand, such calculations are all governed by rules, thus “mechanical”. It was hoped that Babbage’s machine could help to eliminate errors in these types of tables. 6 It did not work out.... Unfortunately, construction of Babbage’s Dif- ference Engine proved exceedingly difficult and the project soon became the most expensive government funded project ever. (More ex- pensive than the “big dig”?) Ten years later the device was still nowhere near its completion, when the funding became thin. This project on the Difference Engine was never completed.... 7 ...until now Nevertheless, based on Babbage’s original plans, the London Science Museum did construct a working Difference Engine No. 2 during the pe- riod of 1989 and 1991. It later secured further funding to build another machine. This machine, as shown below has been on display, since May 10, 2008, in the Computer History Museum in Mountain View, CA. Let’s have a look at how Babbage’s Difference Engine No. 2 should have worked, as it sits in the Computer History Museum. 8 AE came into the scene Babbage did not give up. Instead, he proposed the next machine, the famous Analytical En- gine, which is an important step in the history of computers. It was first suggested in 1837, but Babbage continued to work on the design until his death in 1871. Below shows a “renovated version” of the ma- chine. 9 It goes again.... Because of financial, political, mechanical and legal issues, the engine was never completely built. Some also believed that the technological lim- itations of the time were a further obstacle to the construction of the machine; others be- lieved that the machine could have been built successfully with the technology of the era if funding and political support had been stronger. Moreover, Charles Babbage was notoriously hard to work with and alienated a great number of people who had at first supported him, includ- ing his engineer Joseph Clement. Thus, his personality might also have played a part in the failure of this project. 10 Analytic Engine and Computer The design of the Analytical Engine was quite similar to that of the general-purpose comput- ers, completed about 100 years later in the 1940’s, in sense that it can execute many dif- ferent programs to serve varying purposes. This device, large as a house and powered by six steam engines, would be general purpose in nature because it would be programmable, thanks to the punched card technology of Jacquard. Moreover, Babbage made an important intel- lectual leap regarding the punched cards. 11 Babbage’s idea In the Jacquard loom, the presence, or the ab- sence, of each hole in the card physically al- lows a colored thread to pass or stop. Bab- bage saw that the pattern of holes could be used to represent either an abstract idea such as a problem, i.e., instruction as how to solve a problem, and/or the raw data required for that problem’s solution. Babbage actually realized that, at the very bot- tom, a program can be represented the same way as a piece of data. This is exactly the same idea as we have been using with modern computers, when “coding” anything, including both programs and data, with two digits, ‘0’ and ‘1’, i.e., doing math in a binary system. 12 Here is more.... Furthermore, Babbage realized that punched paper could be employed as a storage mech- anism, holding computed numbers for future reference. Because of the connection to the Jacquard loom, Babbage called the two main parts of his Analytic Engine the ”Store” and the ”Mill”, as both terms are used in the weaving industry. The “Store” was where numbers were held and the “Mill” was where they were ”woven” into new results. In a modern computer these same parts are called the memory unit and the central pro- cessing unit (CPU). 13 What could they do? A “Store” can hold 1,000 numbers of 50 deci- mal digits each, while an arithmetical unit (the “Mill”) would be able to perform all four arith- metic operations, plus comparisons and op- tionally square roots. The input (programs and data) was to be pro- vided to the machine via punched cards, a method being used at the time to direct me- chanical looms such as the Jacquard loom. For output, the machine would have a printer, a curve plotter(drawing pictures?) and a bell (ringing for attention?). The machine would also be able to punch num- bers onto cards to be read in later, using the ordinary base-10 fixed-point arithmetic. Did I tell you the truth? Let’s check it out. 14 What else? The Analytic Engine also had a key function that distinguishes itself from calculators: the conditional statement. When we use a calculator to crunch on num- bers, we can only carry out a sequence of cal- culations. We often follow such a pattern in our life: Get up; Have breakfast; Have a class; Have the next class; Have lunch; Have another class; Have dinner; Watch TV; Go to bed; You just start at the beginning, do one thing at a time, until the end. 15 Conditional structure On the other hand, a conditional structure allows a program to achieve different results each time it is run, depending on certain con- ditions. We also make such a judgment in our lives: If it feels cold, put on a jacket, otherwise, a T-shirt. It can be represented as follows: if (if feels cold) then put on a jacket else just wear a T-shirt 16 A real example A modern traffic light at an intersection be- tween a busy street and a less busier street will leave the green light on the busy street until a car approaches on the less busier street. This type of street lights is controlled by a computer program that can sense the approach of cars on the less busier street. Whether the light changes from green to red is not fixed in the program but rather depends on the real-time traffic situation. 17 The code A control structure for the above case can look like the following: If a car approaches on the less busier street and the light for the busy street is green for at least a minute Then Switch the green light in favor of the less busier street. The conditional statement also allows a pro- gram to react to the results of its own calcu- lations. Another example would be the program that the IRS uses to detect tax fraud. This program first computes a person’s tax liability and then decides whether to alert the IRS agents based upon how that person’s tax payments compare to his obligations, thus whether sends him an auditing notice.
Recommended publications
  • Analytical Engine, 1838 ALLAN G
    Charles Babbage’s Analytical Engine, 1838 ALLAN G. BROMLEY Charles Babbage commenced work on the design of the Analytical Engine in 1834 following the collapse of the project to build the Difference Engine. His ideas evolved rapidly, and by 1838 most of the important concepts used in his later designs were established. This paper introduces the design of the Analytical Engine as it stood in early 1838, concentrating on the overall functional organization of the mill (or central processing portion) and the methods generally used for the basic arithmetic operations of multiplication, division, and signed addition. The paper describes the working of the mechanisms that Babbage devised for storing, transferring, and adding numbers and how they were organized together by the “microprogrammed” control system; the paper also introduces the facilities provided for user- level programming. The intention of the paper is to show that an automatic computing machine could be built using mechanical devices, and that Babbage’s designs provide both an effective set of basic mechanisms and a workable organization of a complete machine. Categories and Subject Descriptors: K.2 [History of Computing]- C. Babbage, hardware, software General Terms: Design Additional Key Words and Phrases: Analytical Engine 1. Introduction 1838. During this period Babbage appears to have made no attempt to construct the Analytical Engine, Charles Babbage commenced work on the design of but preferred the unfettered intellectual exploration of the Analytical Engine shortly after the collapse in 1833 the concepts he was evolving. of the lo-year project to build the Difference Engine. After 1849 Babbage ceased designing calculating He was at the time 42 years o1d.l devices.
    [Show full text]
  • A Bibliography of Publications By, and About, Charles Babbage
    A Bibliography of Publications by, and about, Charles Babbage Nelson H. F. Beebe University of Utah Department of Mathematics, 110 LCB 155 S 1400 E RM 233 Salt Lake City, UT 84112-0090 USA Tel: +1 801 581 5254 FAX: +1 801 581 4148 E-mail: [email protected], [email protected], [email protected] (Internet) WWW URL: http://www.math.utah.edu/~beebe/ 08 March 2021 Version 1.24 Abstract -analogs [And99b, And99a]. This bibliography records publications of 0 [Bar96, CK01b]. 0-201-50814-1 [Ano91c]. Charles Babbage. 0-262-01121-2 [Ano91c]. 0-262-12146-8 [Ano91c, Twe91]. 0-262-13278-8 [Twe93]. 0-262-14046-2 [Twe92]. 0-262-16123-0 [Ano91c]. 0-316-64847-7 [Cro04b, CK01b]. Title word cross-reference 0-571-17242-3 [Bar96]. 1 [Bab97, BRG+87, Mar25, Mar86, Rob87a, #3 [Her99]. Rob87b, Tur91]. 1-85196-005-8 [Twe89b]. 100th [Sen71]. 108-bit [Bar00]. 1784 0 [Tee94]. 1 [Bab27d, Bab31c, Bab15]. [MB89]. 1792/1871 [Ynt77]. 17th [Hun96]. 108 000 [Bab31c, Bab15]. 108000 [Bab27d]. 1800s [Mar08]. 1800s-Style [Mar08]. 1828 1791 + 200 = 1991 [Sti91]. $19.95 [Dis91]. [Bab29a]. 1835 [Van83]. 1851 $ $ $21.50 [Mad86]. 25 [O’H82]. 26.50 [Bab51a, CK89d, CK89i, She54, She60]. $ [Enr80a, Enr80b]. $27.95 [L.90]. 28 1852 [Bab69]. 1853 [She54, She60]. 1871 $ [Hun96]. $35.00 [Ano91c]. 37.50 [Ano91c]. [Ano71b, Ano91a]. 1873 [Dod00]. 18th $45.00 [Ano91c]. q [And99a, And99b]. 1 2 [Bab29a]. 1947 [Ano48]. 1961 Adam [O’B93]. Added [Bab16b, Byr38]. [Pan63, Wil64]. 1990 [CW91]. 1991 Addison [Ano91c]. Addison-Wesley [Ano90, GG92a]. 19th [Ano91c]. Addition [Bab43a]. Additions [Gre06, Gre01, GST01].
    [Show full text]
  • Ada Lovelace the first Computer Programmer 1815 - 1852
    Ada Lovelace The first computer programmer 1815 - 1852 Biography Ada Lovelace Day I Born on December 10th, 1815 in London as Augusta Ada Byron Each second Tuesday in October is Ada Lovelace Day. A day to raise the I Parents separated when she was a baby profile of women in science, technology, engineering, and maths to create new role models for girls and women in these fields. During this day the I Father Lord Byron was a poet and died when she was 8 years old accomplishments of those women are celebrated. I Mother Lady Wentworth was a social reformer I Descended from a wealthy family I Early interest in mathematics and science, encouraged by her mother Portrait I Obtained private classes and got in touch with intellectuals, e.g. Mary Sommerville who tutored her and later introduced Lovelace to Charles Babbage at the age of 17 I Married in 1835 William King at the age of 19, shortly after becoming the Countess of Lovelace I By 1839, she had given birth to 3 children I Continued studying maths, supported among others by Augustus De Morgan, a math professor in London who taught her via correspondence I In 1843, she published a translation of an Italian academic paper about Babbage's Analytical Engine and added her famous note section (see Contributions) I Died on November 27th, 1852 at the age of 36 Contributions I First computer programmer, roughly a century before the electronic computer I A two decade lasting correspondence with Babbage about his idea of an Analytical Engine I Developed an algorithm that would enable the Analytical Engine to calculate a sequence of Bernoulli numbers, unfortunately, the machine was never built I First person to realize the power of computer programs: Not only used for calculations with numbers I Combined arts and logic, calling it poetical science Figure 3:Ada Lovelace I First reflections about artificial intelligence, but she rejected the idea Bernoulli Numbers Quotes I Play an important role in several domains of mathematics, e.g.
    [Show full text]
  • Ada and the First Computer
    Ada and the First Computer The collaboration between Ada, countess of Lovelace, and computer pioneer Charles Babbage resulted in a landmark publication that described how to program the world’s first computer by Eugene Eric Kim and Betty Alexandra Toole eople called Augusta Ada King’s father “mad and bad” for his wild ways, but he was better known as Lord Byron, the poet. Ada inherited her famous father’s P way with words and his zest for life. She was a beautiful, flirtatious woman who hobnobbed with England’s elite and who died at the youthful age of 36, the same age at which her father died. And like Byron, Ada is best known for something she wrote. In 1843 she published an influential set of notes that described Charles Babbage’s An- alytical Engine, the first automatic, general-purpose computing machine ever designed. Although the Analytical Engine was never built—largely because Babbage could not raise the funds for its construction—Ada’s notes included a program for using it to com- pute a series of figures called Bernoulli numbers [see box on page 78]. Ada’s notes established her importance in computer science, but her fascinating life and lineage—and her role as a female pioneer in a field in which women have always been notoriously underrepresented—have lately turned her into an icon. In addition to numerous biographies, she has inspired plays and novels written by the likes of such lu- minaries as Tom Stoppard and Arthur C. Clarke. Conceiving Ada, a movie loosely based on her life, was released by Fox Lorber in February.
    [Show full text]
  • A Short History of Computing
    A Short History of Computing 01/15/15 1 Jacques de Vaucanson 1709-1782 • Gifted French artist and inventor • Son of a glove-maker, aspired to be a clock- maker • 1727-1743 – Created a series of mechanical automations that simulated life. • Best remembered is the “Digesting Duck”, which had over 400 parts. • Also worked to automate looms, creating the first automated loom in 1745. 01/15/15 2 1805 - Jacquard Loom • First fully automated and programmable loom • Used punch cards to “program” the pattern to be woven into cloth 01/15/15 3 Charles Babbage 1791-1871 • English mathematician, engineer, philosopher and inventor. • Originated the concept of the programmable computer, and designed one. • Could also be a Jerk. 01/15/15 4 1822 – Difference Engine Numerical tables were constructed by hand using large numbers of human “computers” (one who computes). Annoyed by the many human errors this produced, Charles Babbage designed a “difference engine” that could calculate values of polynomial functions. It was never completed, although much work was done and money spent. Book Recommendation: The Difference Engine: Charles Babbage and the Quest to Build the First Computer by Doron Swade 01/15/15 5 1837 – Analytical Engine Charles Babbage first described a general purpose analytical engine in 1837, but worked on the design until his death in 1871. It was never built due to lack of manufacturing precision. As designed, it would have been programmed using punch-cards and would have included features such as sequential control, loops, conditionals and branching. If constructed, it would have been the first “computer” as we think of them today.
    [Show full text]
  • Intro to Computers Where Did They Come From? Part 1 - Pre-1940S Define Computer
    Intro to Computers Where did they come from? Part 1 - Pre-1940s Define Computer Man vs. Machine Define Computer 1600’s Definition: -Someone who makes calculations. Late 1800’s Definition: -A machine that makes calculations. Modern Definition: -An electronic device used for storing and processing data Lets go back to the beginning! Computers exist because of math. One of the earliest “calculators” is called the Abacus. -Been around for 1000s of years Online Abacus https://www.online-calculator.com/full-screen-abacus/ The Next Big Step! Gottfried Wilhelm Leibniz invented the Stepped Reckoner in 1672. Stepped Reckoner -Made calculations using a gear mechanism called the Leibniz Wheel. -The first machine that could add, subtract, multiply, and divide Leibniz Wheel -or stepped drum is a cylinder with a set of teeth of incremental lengths -Was used for over 200 years in calculating Machines. -Even into the 1970s And then came this guy... Charles Babbage -Babbage saw a better way of crunching numbers -In 1823 he began construction on the Difference Engine -A machine able to do complex calculations and output tables of numbers. Difference Engine -Babbage used a loan from the British government to make the Difference Engine -Due to the inability to make precise metal parts for cheap, Babbage never fully constructed the Difference Engine and the project was abandoned. -In 2000, a Difference Engine was fully built to celebrate Babbage’s 200th birthday. The machine actually worked! This settled the debate on whether his idea would really operate. Difference Engine Analytical Engine -While attempting to construct the Difference Engine, Babbage designed an even more complex machine called the Analytical Engine -This machine was never built, but was the first design of a machine that had memory and could be programmed, thus, making it the first computer as we think of them today.
    [Show full text]
  • History in the Computing Curriculum 6000 BC to 1899 AD
    History in the Computing Curriculum Appendix A1 6000 BC to 1899 AD 6000 B.C. [ca]: Ishango bone type of tally stick in use. (w) 4000-1200 B.C.: Inhabitants of the first known civilization in Sumer keep records of commercial transactions on clay tablets. (e) 3000 B.C.: The abacus is invented in Babylonia. (e) 1800 B.C.: Well-developed additive number system in use in Egypt. (w) 1300 B.C.: Direct evidence exists as to the Chinese using a positional number system. (w) 600 B.C. [ca.]: Major developments start to take place in Chinese arithmetic. (w) 250-230 B.C.: The Sieve of Eratosthenes is used to determine prime numbers. (e) 213 B.C.: Chi-Hwang-ti orders all books in China to be burned and scholars to be put to death. (w) 79 A.D. [ca.]: "Antikythera Device," when set correctly according to latitude and day of the week, gives alternating 29- and 30-day lunar months. (e) 800 [ca.]: Chinese start to use a zero, probably introduced from India. (w) 850 [ca.]: Al-Khowarizmi publishes his "Arithmetic." (w) 1000 [ca.]: Gerbert describes an abacus using apices. (w) 1120: Adelard of Bath publishes "Dixit Algorismi," his translation of Al-Khowarizmi's "Arithmetic." (w) 1200: First minted jetons appear in Italy. (w) 1202: Fibonacci publishes his "Liber Abaci." (w) 1220: Alexander De Villa Dei publishes "Carmen de Algorismo." (w) 1250: Sacrobosco publishes his "Algorismus Vulgaris." (w) 1300 [ca.]: Modern wire-and-bead abacus replaces the older Chinese calculating rods. (e,w) 1392: Geoffrey Chaucer publishes the first English-language description on the uses of an astrolabe.
    [Show full text]
  • NVS 3-1-2 P-Jagoda
    Clacking Control Societies: Steampunk, History, and the Difference Engine of Escape Patrick Jagoda (University of Chicago, Illinois, USA) Abstract: Steampunk fiction uses strategic anachronism, counterfactual scenarios, and historical contingency in order to explore the interconnections between nineteenth-century and contemporary techno-scientific culture. William Gibson and Bruce Sterling’s novel The Difference Engine (1990), a prominent exemplar of this contemporary genre, depicts a neo- Victorian setting in which the inventor Charles Babbage builds a proto-computer based on the “Analytical Engine” design that he proposed but never actually constructed in our own nineteenth century. The alternative chronology of the novel re-imagines Victorian texts and historical events, including Benjamin Disraeli’s Sybil (1845) and the industrial revolution, in order to examine literary history and investigate historiography. This essay analyses The Difference Engine ’s commentary on the history of power relations. It contends that the novel’s alternative genealogy helps us examine the evolution of control systems and think about the shape of history. Keywords : biopolitics, control, The Difference Engine , William Gibson, historiography, power, self-reflexivity, steampunk, Bruce Sterling, technology. ***** Verily it was another world then…. Another world, truly: and this present poor distressed world might get some profit by looking wisely into it, instead of foolishly. (Thomas Carlyle, Past and Present [1843], 2009: 53-54) “But then Stephen does
    [Show full text]
  • Speculations on Percy Ludgate's Difference Engine
    1 Speculations on Percy Ludgate’s Difference Engine Brian Coghlan Abstract In Percy Ludgate’s 1914 paper for the Napier Tercentenary Exhibition he briefly mentioned that he had designed a simplified difference engine. This paper speculates on how that might have worked. This paper is a work in progress . Index Terms —Percy Ludgate, Analytical Machine, Difference Engine I. INTRODUCTION 1 ERCY Edwin Ludgate (1883-1922) is notable as the second person to publish a design for an Analytical Machine [1][2], P the first after Charles Babbage’s “Analytical Engine” [4]. An analytical machine is equivalent to a general-purpose computer, and in theory can be programmed to solve any solvable problem. It is “Turing complete”, a term invented to reflect Alan Turing’s contribution to the theory of computing. There were only two mechanical designs before the electronic computer era: in 1843 Babbage’s “analytical engine”, then in 1909 Ludgate’s very different “analytical machine”. Babbage only started work on his Analytical Engine in c.1834 when his intensive efforts to design and make a difference engine faltered. This machine was intended to evaluate polynomials using Newton's method of divided differences in order to produce mathematical and nautical tables. In 1914 Ludgate published a paper for the Napier Tercentenary Exhibition [3] (hereafter called “Ludgate 1914”) in which he briefly mentioned that he had designed a simplified difference engine. This paper speculates on how that might have worked. II. DIFFERENCE ENGINES II.1. Babbage’s Difference Engine Charles Babbage is shown in Figure 2(a), drawn late in his life.
    [Show full text]
  • Introduction to Computing: Explorations in Language, Logic, And
    6 Machines It is unworthy of excellent people to lose hours like slaves in the labor of calculation which could safely be relegated to anyone else if machines were used. Gottfried Wilhelm von Leibniz, 1685 The first five chapters focused on ways to use language to describe procedures. Although finding ways to describe procedures succinctly and precisely would be worthwhile even if we did not have machines to carry out those procedures, the tremendous practical value we gain from being able to describe procedures comes from the ability of computers to carry out those procedures astoundingly quickly, reliably, and inexpensively. As a very rough approximation, a typical laptop gives an individual computing power comparable to having every living human on the planet working for you without ever making a mistake or needing a break. This chapter introduces computing machines. Computers are different from other machines in two key ways: 1. Whereas other machines amplify or extend our physical abilities, comput- ers amplify and extend our mental abilities. 2. Whereas other machines are designed for a few specific tasks, computers can be programmed to perform many tasks. The simple computer model introduced in this chapter can perform all possible computations. The next section gives a brief history of computing machines, from prehistoric calculating aids to the design of the first universal computers. Section 6.2 ex- plains how machines can implement logic. Section 6.3 introduces a simple ab- stract model of a computing machine that is powerful enough to carry out any algorithm. We provide only a very shallow introduction to how machines can implement computations.
    [Show full text]
  • History of ENIAC
    A Short History of the Second American Revolution by Dilys Winegrad and Atsushi Akera (1) Today, the northeast corner of the old Moore School building at the University of Pennsylvania houses a bank of advanced computing workstations maintained by the professional staff of the Computing and Educational Technology Service of Penn's School of Engineering and Applied Science. There, fifty years ago, in a larger room with drab- colored walls and open rafters, stood the first general purpose electronic computer, the Electronic Numerical Integrator And Computer, or ENIAC. It spanned 150 feet in width with twenty banks of flashing lights indicating the results of its computations. ENIAC could add 5,000 numbers or do fourteen 10-digit multiplications in a second-- dead slow by present-day standards, but fast compared with the same task performed on a hand calculator. The fastest mechanical relay computers being operated experimentally at Harvard, Bell Laboratories, and elsewhere could do no more than 15 to 50 additions per second, a full two orders of magnitude slower. By showing that electronic computing circuitry could actually work, ENIAC paved the way for the modern computing industry that stands as its great legacy. ENIAC was by no means the first computer. In 1839, an Englishman Charles Babbage designed and developed the first true mechanical digital computer, which he described as a "difference engine," for solving mathematical problems including simple differential equations. He was assisted in his work by a woman mathematician, Ada Countess Lovelace, a member of the aristocracy and the daughter of Lord Byron. They worked out the mathematics of mechanical computation, which, in turn, led Babbage to design the more ambitious analytical engine.
    [Show full text]
  • CBC-Index.Pdf
    257 Index A AARAcomputer, 220 Aiken, Howard, viii, 96,203, Abacus, 7 213-219,224 contest of speed, 7 first proposals, 214 counters, 12 IBM, 215 demise, 7 influence of, 219 English, 12 Amsler, Jacob, 168 European, 8 Amsler planimeter. See Planimeters Gerbert’s, 35 Analog calculation, 156 Greek, 8-9 accuracy of, 157 Inca, 8 addition, 160,162 origins, 7,lO Analog computers Roman, 10 electrical, 191-194 Russian, 13 Analog computing devices, 156-204. soroban, 7, 15 See also Differential analyzer spread of, 14-15 accuracy, 157,160,162,195-196 swanpan, 7,14 approximating complex table, 10-11 functions, 166 ABC, 226-230 electrical, 177-178 components, 228 harmonic analyzer, 158,172-176, control, 228 180 failure, 230 harmonic synthesizer, 172, 177 genesis of, 227 integrators, 167-174, 179- 185, Mauchly’s visit to, 238 187 operation, 229 isograph, 177 use, 228 multipliers, 160 Abel computer, 220 network analyzer, 178 Accounting and Tabulating Machine noise in, 162, 195 Corporation, 137 resolver, 158-159, 172, 194 Accounting machines, 122-155 tide predictors, 162, 172-176 Accumulator, 215. See also ENLAC Analogue, word origin, 247 Addition, analog, 160,162 Analog versus digital techniques, 1% Additive number system, 5 Analytical engine, 59-60,67,75-9 1, Computing Before Computers 258 Analytical engine (cont.) Automata, 100-101 200,203. See also Babbage, Automata theory, 119 Charles; Ludgate, Percy; Torres y Automatic Sequence Controlled Quevedo, Leonard0 Calculator. See ASCC arithmetic operations, 82-83 barrel control, 85 construction, 90 B Babbage, Benjamin, 60 control mechanism, 85-86 Babbage, Charles, viii, 3,60-62,66, design, 8 1,90 75-91,200.
    [Show full text]