Changeset 934 in t29-www
- Timestamp:
- Mar 28, 2016, 3:02:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
en/computer/tabulating-machine.php
r933 r934 15 15 16 16 <p>The tabulating machine BULL BS-PR was constructed in October 1956, thus it 17 is the oldest pi ce of EDP in the museum. At these days you could buy it18 for about 260 .000 German marks (about 62.000 US$).17 is the oldest piece of EDP in the museum. At these days you could buy it 18 for about 260,000 German marks (about 62,000 US$). 19 19 Nevertheless even medium-sized businesses (especially banks) had to buy 20 20 these punch card machines to work economically.</p> … … 28 28 that is, devices for creation, sorting, mixing, etc. the cards.</p> 29 29 30 <p> Our tabluating machine is now even capable of calculating and printing bank31 statements as well as multiplying and dividing.32 <!-- <LOL> -->33 <br/>In the year 1959 some BULL engineer asked himself why there was not some34 algorithm for the tabulating machine somewhere outside to compute square roots.35 Since he was bored, he knew already dozens of simple algorithms he learned36 in his study of computer science and he wanted to gouge his friends, he37 bet them that you could compute square roots of any real number with a38 tabulating machine. Since his friends have not studied computer science,39 they bet against it. The engineer made some programming efforts and won40 the bet. We came across that program, so we are currently trying to get41 it back running, so we can relive that historical moment. This is the <b>only tabulating machine on this earth that can calculate square roots</b>.<br>42 If you want to know how this is possible without memory can look here:<br> 43 <a class="go" href="/shared/pdf/wurzelprogramm.pdf">Root program of tabulating,</a> bilinguar French/German. It is based on the so-called Toepler algorithm. 44 <!-- </LOL> --> 30 <p>We have digged out programs in order to enable our tabulating machine to calculate 31 bank statements as well as multiplying and dividing. However, advanced 32 arithmetic operations are not implemented in the computer. Anyway it is possible 33 to implement a good deal of operations with lengthy algorithms borrowed from 34 computer science. 35 36 <p>And so it came to pass that some BULL engineer asked himself why there was not yet a 37 way to compute square roots on the tabulating machine back then in 1959. 38 Since he was bored, he started to bet against his friends whether he is able to 39 implement the <em>Toepler algorithm</em> on this machine. It turned out it was 40 possible and he won the bet. We came across that program and restored it back 41 to operation. We happily relieved the historical moment having the <b>world's only tabulating 42 machine that can calculate square roots</b>. The algorithm works without any memory. 43 There is a <a class="go" href="/shared/pdf/wurzelprogramm.pdf">program guide (PDF)</a> 44 in German and French. 45 45 </p> 46 46
Note: See TracChangeset
for help on using the changeset viewer.