ERMETH
   HOME

TheInfoList



OR:

The ERMETH (Electronic Calculating Machine of the ETH) was one of the first
computers A computer is a machine that can be programmed to carry out sequences of arithmetic or logical operations (computation) automatically. Modern digital electronic computers can perform generic sets of operations known as programs. These programs ...
in Europe and was developed and built by
Eduard Stiefel Eduard L. Stiefel (21 April 1909 – 25 November 1978) was a Swiss mathematician. Together with Cornelius Lanczos and Magnus Hestenes, he invented the conjugate gradient method, and gave what is now understood to be a partial construction of the ...
and his team of the Institute for Applied Mathematics at the
ETH Zurich (colloquially) , former_name = eidgenössische polytechnische Schule , image = ETHZ.JPG , image_size = , established = , type = Public , budget = CHF 1.896 billion (2021) , rector = Günther Dissertori , president = Joël Mesot , ac ...
between 1948 and 1956. It was in use until 1963 and is now displayed at the Museum of Communication Bern (
Switzerland ). Swiss law does not designate a ''capital'' as such, but the federal parliament and government are installed in Bern, while other federal institutions, such as the federal courts, are in other cities (Bellinzona, Lausanne, Luzern, Neuchâtel ...
).


Models

Eduard Stiefel and his two senior assistants
Heinz Rutishauser Heinz Rutishauser (30 January 1918 – 10 November 1970) was a Swiss mathematician and a pioneer of modern numerical mathematics and computer science. Life Rutishauser's father died when he was 13 years old and his mother died three years lat ...
and Ambros Speiser were inspired by models in the USA and
United Kingdom The United Kingdom of Great Britain and Northern Ireland, commonly known as the United Kingdom (UK) or Britain, is a country in Europe, off the north-western coast of the continental mainland. It comprises England, Scotland, Wales and North ...
when developing the ERMETH. In 1949 Rutishauser and Speiser undertook study trips to
Howard Aiken Howard Hathaway Aiken (March 8, 1900 – March 14, 1973) was an American physicist and a pioneer in computing, being the original conceptual designer behind IBM's Harvard Mark I computer. Biography Aiken studied at the University of Wisconsi ...
(
Harvard University Harvard University is a private Ivy League research university in Cambridge, Massachusetts. Founded in 1636 as Harvard College and named for its first benefactor, the Puritan clergyman John Harvard, it is the oldest institution of higher le ...
),
John von Neumann John von Neumann (; hu, Neumann János Lajos, ; December 28, 1903 – February 8, 1957) was a Hungarian-American mathematician, physicist, computer scientist, engineer and polymath. He was regarded as having perhaps the widest cove ...
(
Princeton University Princeton University is a private university, private research university in Princeton, New Jersey. Founded in 1746 in Elizabeth, New Jersey, Elizabeth as the College of New Jersey, Princeton is the List of Colonial Colleges, fourth-oldest ins ...
) and to the
University of Cambridge , mottoeng = Literal: From here, light and sacred draughts. Non literal: From this place, we gain enlightenment and precious knowledge. , established = , other_name = The Chancellor, Masters and Schola ...
, which operated the
EDSAC The Electronic Delay Storage Automatic Calculator (EDSAC) was an early British computer. Inspired by John von Neumann's seminal ''First Draft of a Report on the EDVAC'', the machine was constructed by Maurice Wilkes and his team at the Universi ...
. In 1950, Stiefel rented for five years the only existing digital computer in continental Europe at that time, the
Zuse Z4 The Z4 was arguably the world's first commercial digital computer. It was designed, and manufactured by early computer scientist Konrad Zuse's company ''Zuse Apparatebau'', for an order placed by Henschel & Son, in 1942; though only partially a ...
, completed by
Konrad Zuse Konrad Ernst Otto Zuse (; 22 June 1910 – 18 December 1995) was a German civil engineer, pioneering computer scientist, inventor and businessman. His greatest achievement was the world's first programmable computer; the functional program-c ...
in 1945, for the ETH in order to gain experience with a calculating machine during the construction of the ERMETH.


Technical concept

The ERMETH had (in contrast to the Z4) a classical
von Neumann architecture The von Neumann architecture — also known as the von Neumann model or Princeton architecture — is a computer architecture based on a 1945 description by John von Neumann, and by others, in the ''First Draft of a Report on the EDVAC''. The ...
, i.e. it was a calculating machine in which program and processed data were stored in the same main memory; thus, numbers, as well as program parts, could be processed automatically. The ERMETH was designed for numerical calculations and worked in true decimal (not dual or hexadecimal) and had instructions for all four basic arithmetic operations with floating-point and fixed-point numbers, but not for processing letters. At the start of operation (1956), it consisted of devices ( hardware) and stored user programs (
software Software is a set of computer programs and associated documentation and data. This is in contrast to hardware, from which the system is built and which actually performs the work. At the lowest programming level, executable code consists ...
), but had no
operating system An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs. Time-sharing operating systems schedule tasks for efficient use of the system and may also in ...
, so that each user had to first read in his program, which had already been prepared on punch cards in machine language and then start it by setting the program counter to the first command. Under program control, user data was then read in (from punch cards) and parameter values were requested (via the keyboard) from the user. Already in 1952, Heinz Rutishauser had presented the concept of the
compiler In computing, a compiler is a computer program that translates computer code written in one programming language (the ''source'' language) into another language (the ''target'' language). The name "compiler" is primarily used for programs that ...
for the use of machine-independent computer languages in his habilitation thesis on "automatic computation plan production". Thanks to the development of the higher programming language
Algol ALGOL (; short for "Algorithmic Language") is a family of imperative computer programming languages originally developed in 1958. ALGOL heavily influenced many other languages and was the standard method for algorithm description used by the ...
(Algol 58 and Algol 60), machine-independent programming later became possible; for the input of letters, the ERMETH 1958 had to be supplemented with a paper tape reader. The ERMETH had an arithmetic unit with 1,500 electron tubes. A 1.5-ton
magnetic drum Drum memory was a magnetic data storage device invented by Gustav Tauschek in 1932 in Austria. Drums were widely used in the 1950s and into the 1960s as computer memory. For many early computers, drum memory formed the main working memory ...
with space for 10,000 words to 16 decimal places (14 digits, sign, check digit), which rotated at 100 revolutions per second, served as the main memory. This also determined the operating speed of the ERMETH per command step, because the average access time to the commands and numbers stored on the drum was 5 milliseconds; the much higher operating speed of the electron tubes did not change this. The use of the 10'000 words of the working memory was very flexible. For each word (with 16 decimal places), either a floating-point number (11 valid digits, 3-digit exponent, sign and check digit), a fixed point number (14 digits, sign, check digit) or two instructions (2 digits for instruction type, 1 digit for index register, 4 digits for memory address) could be stored. An example: The
compiler In computing, a compiler is a computer program that translates computer code written in one programming language (the ''source'' language) into another language (the ''target'' language). The name "compiler" is primarily used for programs that ...
developed by Hans Rudolf Schwarz for Algol 60 programs occupied 4,000 memory cells with double instructions so that 6,000 cells remained available for an application program and its user data. If this was not enough, all 10,000 cells could be used, but only after overwriting the compiler. In this case, however, the compiler had to be reloaded before the next Algol program from punch cards, which alone took almost an hour. For numerical data input, mainly
punch card A punched card (also punch card or punched-card) is a piece of stiff paper that holds digital data represented by the presence or absence of holes in predefined positions. Punched cards were once common in data processing applications or to di ...
s of the type Remington-edge with 90 columns were used, later on also 5-channel
punch tape Five- and eight-hole punched paper tape Paper tape reader on the Harwell computer with a small piece of five-hole tape connected in a circle – creating a physical program loop Punched tape or perforated paper tape is a form of data storage ...
for Algol program input. Data output was either on punched cards or on an IBM-
typewriter A typewriter is a mechanical or electromechanical machine for typing characters. Typically, a typewriter has an array of keys, and each one causes a different single character to be produced on paper by striking an inked ribbon selectivel ...
, which, however, also output only digits. Thus, punched cards could also be used for intermediate storage of large amounts of data as secondary storage. The electrical power consumption of the ERMETH was 30 kW. It reacted sensitively to fluctuations in the mains voltage, for example when the tram went into operation in the morning. In 1955, Heinz Rutishauser became an associate professor at the ETH Zurich and Ambros Speiser left to the industry, becoming the founding director of the
IBM Zurich Research Laboratory IBM Research is the research and development division for IBM, an American multinational information technology company headquartered in Armonk, New York, with operations in over 170 countries. IBM Research is the largest industrial research or ...
in
Rüschlikon Rüschlikon is a municipality in the district of Horgen in the canton of Zürich in Switzerland. It is located on the west shore of Lake Zürich. Coat of arms Its coat of arms features a white shield showing a red rose with a yellow center an ...
. From there on, the completion of the ERMETH was supervised by and Alfred Schai. With various technical and financial setbacks, the ERMETH was built up as a one-off unit from 1955 onwards and gradually put into operation from 1956 onwards; it performed its task until October 1963, when it was dismantled and packed. A planned licensed version of ERMETH by a private company did not come about. After spatial alterations a CDC 1604A of
Control Data Corporation Control Data Corporation (CDC) was a mainframe and supercomputer firm. CDC was one of the nine major United States computer companies through most of the 1960s; the others were IBM, Burroughs Corporation, DEC, NCR, General Electric, Honeywel ...
took its place from April 1964. The available computing power at ETH increased by a factor of 100 with the transition from the electromechanical Z4 to the ERMETH, but by a factor of 400 with the transition from the ERMETH with its time-critical magnetic drum memory to the fully electronic CDC 1604A.


Deployment

The ERMETH has been used in research and development for very different tasks. The employees of the Institute of Applied Mathematics used it for their own scientific topics to develop numerical algorithms and working aids in the sense of first operating system components. But they were also active as consultants and helpers for computing work of other ERMETH users. They came from the ETH and other universities as well as from industry and from civil and military federal agencies. The ERMETH was also used in teaching. Optional programming lectures were held from the 1950s onwards, and there were also exercises (in groups) on the computer system. If students had written a program and transferred it to punched cards, they could hand in their punched card package and, depending on the program quality, received the expected or a wrong result or even a program abort printed out the next day.


ERMETH today

After its dismantling in 1963, the ERMETH was stored for the time being as an important exhibit for the planned Technorama in
Winterthur , neighboring_municipalities = Brütten, Dinhard, Elsau, Hettlingen, Illnau-Effretikon, Kyburg, Lindau, Neftenbach, Oberembrach, Pfungen, Rickenbach, Schlatt, Seuzach, Wiesendangen, Zell , twintowns = Hall in Tirol (Austria), La ...
and then exhibited there from 1982-2004. Since the end of 2006, it has been on permanent loan from ETH Zurich to the Museum of Communication in
Bern german: Berner(in)french: Bernois(e) it, bernese , neighboring_municipalities = Bremgarten bei Bern, Frauenkappelen, Ittigen, Kirchlindach, Köniz, Mühleberg, Muri bei Bern, Neuenegg, Ostermundigen, Wohlen bei Bern, Zollikofen , website ...
.


External links


''ERMETH - Elektronische Rechenmaschine der ETH.''
* ETH Zürich
Kulturgüterkatalog: ERMETH.
* Zehnder, Carl August
''ERMETH und Lilith im MTW.''



See also

* Heinz Rutishauser. ''Automatische Rechenplanfertigung bei programmgesteuerten Rechenmaschinen'', Mitteilungen aus dem Institut für angewandte Mathematik an der Eidgenössischen Technischen Hochschule in Zürich; Birkhäuser, Basel 1952. * Ambros P. Speiser. ''ERMETH : Projekt einer elektronischen Rechenmaschine an der Eidgenössischen Technischen Hochschule in Zürich und bisherige Entwicklungsergebnisse''. Verlag NZZ, Zürich 1954. * Heinz Waldburger. ''Gebrauchsanleitung für die ERMETH (elektronische Rechenmaschine der ETH)''. Institut für angewandte Mathematik der ETH Zürich, 1960. * Trueb, Lucien F. ''Ermeth - der selbstgebaute Computer der ETH Zürich.'' NZZ am Sonntag, 22./23. Dezember 2007, S. e17. * Tobler, Beatrice. ''Z4 und ERMETH: Maschinen im Dienste des wissenschaftlichen Rechnens. Interview mit Ambros Speiser und Carl August Zehnder.'' In: Kommunikation, Museum für (Hg.): Loading History - Computergeschichte(n) aus der Schweiz. Bern 2001, S. 12–21.


References

{{DEFAULTSORT:Ermeth ETH Zurich Computers designed in Europe One-of-a-kind computers