HOME

TheInfoList



OR:

The following is a timeline of scientific computing, also known as computational science.


Before modern computers


18th century

* Simpson rediscovers Simpson's rule, a century after Johannes Kepler (who derived it in 1615 after seeing it used for wine barrels). * 1733 – The French naturalist Comte de Buffon poses his needle problem. * Euler comes up with a simple numerical method for integrands.


19th century

* First formulation of Gram-Schmidt orthogonalisation by Laplace, to be further improved decades later. * Babbage in 1822, began work on a machine made to compute/calculate values of polynomial functions automatically by using the method of finite differences. This was eventually called the
Difference engine A difference engine is an automatic mechanical calculator designed to tabulate polynomial functions. It was designed in the 1820s, and was first created by Charles Babbage. The name, the difference engine, is derived from the method of divided d ...
. * Lovelace's note G on the Analytical Engine (1842) describes an algorithm for generating Bernoulli numbers. It is considered the first algorithm ever specifically tailored for implementation on a computer, and thus the first-ever computer programme.Tom Stoppard’s “Arcadia,” at Twenty.
By Brad Leithauser.
The New Yorker ''The New Yorker'' is an American weekly magazine featuring journalism, commentary, criticism, essays, fiction, satire, cartoons, and poetry. Founded as a weekly in 1925, the magazine is published 47 times annually, with five of these issue ...
, August 8, 2013.
The engine was never completed, however, so her code was never tested. * Adams-Bashforth method published. * In applied mathematics, Jacobi develops technique for solving numerical equations. * Gauss Seidel first published. * To help with computing tides, Harmonic Analyser is built in 1886.


1900s (decade)

* 1900 – Runge’s work followed by Martin Kutta to invent the Runge-Kutta method for approximating integration for differential equations.


1910s (decade)

* 1910 – A-M Cholesky creates a matrix decomposition scheme. *
Richardson extrapolation In numerical analysis, Richardson extrapolation is a sequence acceleration method used to improve the rate of convergence of a sequence of estimates of some value A^\ast = \lim_ A(h). In essence, given the value of A(h) for several values of h, ...
introduced.


1920s

* 1922 –
Lewis Fry Richardson Lewis Fry Richardson, FRS (11 October 1881 – 30 September 1953) was an English mathematician, physicist, meteorologist, psychologist, and pacifist who pioneered modern mathematical techniques of weather forecasting, and the application of s ...
introduces
numerical weather forecasting Numerical weather prediction (NWP) uses mathematical models of the atmosphere and oceans to predict the weather based on current weather conditions. Though first attempted in the 1920s, it was not until the advent of computer simulation in th ...
by manual calculation, using methods originally developed by
Vilhelm Bjerknes Vilhelm Friman Koren Bjerknes ( , ; 14 March 1862 – 9 April 1951) was a Norwegian physicist and meteorologist who did much to found the modern practice of weather forecasting. He formulated the primitive equations that are still in use in n ...
as early as 1895. * 1926 – Grete Hermann publishes foundational paper for
computer algebra In mathematics and computer science, computer algebra, also called symbolic computation or algebraic computation, is a scientific area that refers to the study and development of algorithms and software for manipulating mathematical expression ...
, which established the existence of
algorithms In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
(including complexity bounds) for many of the basic problems of
abstract algebra In mathematics, more specifically algebra, abstract algebra or modern algebra is the study of algebraic structures. Algebraic structures include groups, rings, fields, modules, vector spaces, lattices, and algebras over a field. The te ...
, such as ideal membership for
polynomial ring In mathematics, especially in the field of algebra, a polynomial ring or polynomial algebra is a ring (which is also a commutative algebra) formed from the set of polynomials in one or more indeterminates (traditionally also called variable ...
s. *1926 Adams-Moulton method. * 1927 –
Douglas Hartree Douglas Rayner Hartree (27 March 1897 – 12 February 1958) was an English mathematician and physicist most famous for the development of numerical analysis and its application to the Hartree–Fock equations of atomic physics and the ...
creates what is later known as the
Hartree–Fock method In computational physics and chemistry, the Hartree–Fock (HF) method is a method of approximation for the determination of the wave function and the energy of a quantum many-body system in a stationary state. The Hartree–Fock method ofte ...
, the first ab initio quantum chemistry methods. However, manual solutions of the Hartree–Fock equations for a medium-sized atom were laborious and small molecules required computational resources far beyond what was available before 1950.


1930s

This decade marks the first major strides to a modern computer, and hence the start of the modern era. * Fermi's Rome physics research group (informal name '' I ragazzi di Via Panisperna'') develop statistical algorithms based on Comte de Buffon's work, that would later become the foundation of the
Monte Carlo method Monte Carlo methods, or Monte Carlo experiments, are a broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. The underlying concept is to use randomness to solve problems that might be deter ...
. See also FERMIAC. * Shannon explains how to use electric circuits to do Boolean algebra in "
A Symbolic Analysis of Relay and Switching Circuits "A Symbolic Analysis of Relay and Switching Circuits" is the title of a master's thesis written by computer science pioneer Claude E. Shannon while attending the Massachusetts Institute of Technology (MIT) in 1937. In his thesis, Shannon, a dua ...
" *
John Vincent Atanasoff John Vincent Atanasoff, , (October 4, 1903 – June 15, 1995) was an American physicist and inventor from mixed Bulgarian-Irish origin, best known for being credited with inventing the first electronic digital computer. Atanasoff invented the ...
and Clifford Berry create the first electronic non-programmable, digital computing device, the Atanasoff–Berry Computer, from 1937-42. * Complex number calculator created by Stibitz.


1940s

* 1947 – Metropolis algorithm for Monte Carlo simulation (named one of the top-10
algorithm In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
s of the 20th century) invented at Los Alamos by von Neumann, Ulam and Metropolis. * George Dantzig introduces the simplex method (named one of the top 10 algorithms of the 20th century) in 1947. * Ulam and von Neumann introduce the notion of cellular automata. * Turing formulated the LU decomposition method. * A. W. H. Phillips invents the MONIAC hydraulic computer at LSE, better known as "Phillips Hydraulic Computer". * First hydro simulations occurred at Los Alamos.


1950s

* First successful weather predictions on a computer occurred. * Hestenes, Stiefel, and Lanczos, all from the Institute for Numerical Analysis at the National Bureau of Standards, initiate the development of Krylov subspace iteration methods. Named one of the top 10 algorithms of the 20th century. *
Equations of State Calculations by Fast Computing Machines "Equation of State Calculations by Fast Computing Machines" is a scholarly article published by Nicholas Metropolis, Arianna W. Rosenbluth, Marshall N. Rosenbluth, Augusta H. Teller, and Edward Teller in the Journal of Chemical Physics in 1953. ...
introduces the
Metropolis–Hastings algorithm In statistics and statistical physics, the Metropolis–Hastings algorithm is a Markov chain Monte Carlo (MCMC) method for obtaining a sequence of random samples from a probability distribution from which direct sampling is difficult. This seq ...
. *
Molecular dynamics Molecular dynamics (MD) is a computer simulation method for analyzing the physical movements of atoms and molecules. The atoms and molecules are allowed to interact for a fixed period of time, giving a view of the dynamic "evolution" of th ...
invented by Bernie Alder and Wainwright * A S Householder invents his eponymous matrices and transformation method (voted one of the top 10 algorithms of the 20th century). * 1953 –
Enrico Fermi Enrico Fermi (; 29 September 1901 – 28 November 1954) was an Italian (later naturalized American) physicist and the creator of the world's first nuclear reactor, the Chicago Pile-1. He has been called the "architect of the nuclear age" an ...
, John Pasta,
Stanislaw Ulam Stanisław Marcin Ulam (; 13 April 1909 – 13 May 1984) was a Polish-American scientist in the fields of mathematics and nuclear physics. He participated in the Manhattan Project, originated the Teller–Ulam design of thermonuclear weapo ...
, and Mary Tsingou discover the Fermi–Pasta–Ulam–Tsingou problem through computer simulations of a vibrating string. * A team led by John Backus develops the FORTRAN compiler and programming language at IBM's research centre in
San Jose, California San Jose, officially San José (; ; ), is a major city in the U.S. state of California that is the cultural, financial, and political center of Silicon Valley and largest city in Northern California by both population and area. With a 2020 popul ...
. This sped the adoption of scientific programming,National Medal of Science citation: and is one of the oldest extant programming languages, as well as one of the most popular in science and engineering.


1960s

* 1960 – First recorded use of the term "
finite element method The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat ...
" by Ray Clough to describe the earlier methods of Richard Courant, Alexander Hrennikoff and Olgierd Zienkiewicz in
structural analysis Structural analysis is a branch of Solid Mechanics which uses simplified models for solids like bars, beams and shells for engineering decision making. Its main objective is to determine the effect of loads on the physical structures and thei ...
. * 1961 – John G.F. Francis and
Vera Kublanovskaya Vera Nikolaevna Kublanovskaya (''née'' Totubalina; November 21, 1920 – February 21, 2012 ) was a Russian mathematician noted for her work on developing computational methods for solving spectral problems of algebra. She proposed the QR algorithm ...
invent QR factorization (voted one of the top 10 algorithms of the 20th century). * 1963 – Edward Lorenz discovers the butterfly effect on a computer, attracting interest in
chaos theory Chaos theory is an interdisciplinary area of scientific study and branch of mathematics focused on underlying patterns and deterministic laws of dynamical systems that are highly sensitive to initial conditions, and were once thought to have ...
. * 1961 – Using computational investigations of the 3-body problem, Michael Minovitch formulates the
gravity assist In orbital mechanics and aerospace engineering, a gravitational slingshot, gravity assist maneuver, or swing-by is the use of the relative movement (e.g. orbit around the Sun) and gravity of a planet or other astronomical object to alter the ...
method. * 1964 – Molecular dynamics invented independently by Aneesur Rahman. * 1965 –
fast Fourier transform A fast Fourier transform (FFT) is an algorithm that computes the discrete Fourier transform (DFT) of a sequence, or its inverse (IDFT). Fourier analysis converts a signal from its original domain (often time or space) to a representation in t ...
developed by
James W. Cooley James William Cooley (1926 – June 29, 2016) was an American mathematician. Cooley received a B.A. degree in 1949 from Manhattan College, Bronx, NY, an M.A. degree in 1951 from Columbia University, New York, NY, and a Ph.D. degree in 1961 in appl ...
and John W. Tukey. * 1964 – Walter Kohn, with Lu Jeu Sham and Pierre Hohenberg, instigates the development of
density functional theory Density-functional theory (DFT) is a computational quantum mechanical modelling method used in physics, chemistry and materials science to investigate the electronic structure (or nuclear structure) (principally the ground state) of many-bo ...
, for which he shares the 1998 Nobel Chemistry Prize with
John Pople Sir John Anthony Pople (31 October 1925 – 15 March 2004) was a British theoretical chemist who was awarded the Nobel Prize in Chemistry with Walter Kohn in 1998 for his development of computational methods in quantum chemistry. Early ...
. This contribution is arguably the earliest work to which Nobels were given for a computer program or computational technique. * First regression calculations in economics.


1970s

* 1975 – Benoit Mandelbrot coins the term "
fractal In mathematics, a fractal is a geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scales, as il ...
" to describe the self-similarity found in the Fatou, Julia and
Mandelbrot set The Mandelbrot set () is the set of complex numbers c for which the function f_c(z)=z^2+c does not diverge to infinity when iterated from z=0, i.e., for which the sequence f_c(0), f_c(f_c(0)), etc., remains bounded in absolute value. This ...
s. Fractals become the first mathematical visualization tool extensively explored with computing. * 1977 – Kenneth Appel and Wolfgang Haken prove the four colour theorem, the first theorem to be proved by computer.


1980s

* Fast multipole method (voted one of the top 10
algorithms In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
of the 20th century) invented by Vladimir Rokhlin and
Leslie Greengard Dr. Leslie F. Greengard is an American mathematician, physicist and computer scientist. He is co-inventor with Vladimir Rokhlin Jr. of the fast multipole method (FMM) in 1987, recognized as one of the top-ten algorithms of the 20th century. Gr ...
. * Car–Parrinello molecular dynamics developed by Roberto Car and Michele Parrinello


1990s

* 1990 – In computational genomics and sequence analysis, the
Human Genome Project The Human Genome Project (HGP) was an international scientific research project with the goal of determining the base pairs that make up human DNA, and of identifying, mapping and sequencing all of the genes of the human genome from both a ...
, an endeavour to sequence the entire
human genome The human genome is a complete set of nucleic acid sequences for humans, encoded as DNA within the 23 chromosome pairs in cell nuclei and in a small DNA molecule found within individual mitochondria. These are usually treated separately as the ...
, begins. * 1998 – Kepler conjecture is almost all but certainly proved algorithmically by Thomas Hales. * The appearance of the first research grids using volunteer computingGIMPS (1996),
distributed.net Distributed.net is a volunteer computing effort that is attempting to solve large scale problems using otherwise idle CPU or GPU time. It is governed by Distributed Computing Technologies, Incorporated (DCTI), a non-profit organization under U. ...
(1997) and Seti@Home (1999).


2000s

* 2000 – The
Human Genome Project The Human Genome Project (HGP) was an international scientific research project with the goal of determining the base pairs that make up human DNA, and of identifying, mapping and sequencing all of the genes of the human genome from both a ...
completes a rough draft of
human genome The human genome is a complete set of nucleic acid sequences for humans, encoded as DNA within the 23 chromosome pairs in cell nuclei and in a small DNA molecule found within individual mitochondria. These are usually treated separately as the ...
. * 2003 – The
Human Genome Project The Human Genome Project (HGP) was an international scientific research project with the goal of determining the base pairs that make up human DNA, and of identifying, mapping and sequencing all of the genes of the human genome from both a ...
completed. * 2002 – The BOINC architecture is launched in 2002.


2010s

* Foldit players solve virus structure, one of the first cases of a game solving a scientific question. ----


See also

* Computational science * History of computing * History of mathematics * Timeline of mathematics *
Timeline of algorithms The following timeline of algorithms outlines the development of algorithms (mainly "mathematical recipes") since their inception. Medieval Period * Before – writing about "recipes" (on cooking, rituals, agriculture and other themes) * c. 1700� ...
*
Timeline of computational physics The following timeline starts with the invention of the modern computer in the late interwar period. 1930s * John Vincent Atanasoff and Clifford Berry create the first electronic non-programmable, digital computing device, the Atanasoff–Ber ...
* Timeline of computational mathematics * Timeline of numerical analysis after 1945 *
History of computing hardware The history of computing hardware covers the developments from early simple devices to aid calculation to modern day computers. Before the 20th century, most calculations were done by humans. The first aids to computation were purely mechan ...


References


External links

* SIAM (Society for Industrial and Applied Mathematics) News
Top 10 Algorithms of the 20th Century

The History of Numerical Analysis and Scientific Computing @ SIAM (Society for Industrial and Applied Mathematics)
* * *IEEE Milestones {{Subject bar, portal1=Science, portal3=Mathematics Computational science s s