Numerical analysis (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Numerical analysis''' is the study of [[Algorithm (nonfiction)|algorithms]] that use numerical approximation (as opposed to general symbolic manipulations) for the problems of [[Mathematical analysis (nonfiction)|mathematical analysis]] (as distinguished from [[Discrete mathematics (nonfiction)|discrete mathematics]]).
[[Babylonian_tablet_Ybc7289.jpg|thumb|Babylonian clay tablet YBC 7289 (c. 1800–1600 BC) with annotations. The approximation of the square root of 2 is four sexagesimal figures, which is about six decimal figures. 1 + 24/60 + 51/602 + 10/603 = 1.41421296...]]'''Numerical analysis''' is the study of [[Algorithm (nonfiction)|algorithms]] that use numerical approximation (as opposed to general symbolic manipulations) for the problems of [[Mathematical analysis (nonfiction)|mathematical analysis]] (as distinguished from [[Discrete mathematics (nonfiction)|discrete mathematics]]).


One of the earliest mathematical writings is a Babylonian tablet from the Yale Babylonian Collection (YBC 7289), which gives a sexagesimal numerical approximation of the square root of 2, the length of the diagonal in a unit square.
One of the earliest mathematical writings is a Babylonian tablet from the Yale Babylonian Collection (YBC 7289), which gives a sexagesimal numerical approximation of the square root of 2, the length of the diagonal in a unit square.
Line 9: Line 9:
Numerical analysis naturally finds applications in all fields of [[Engineering (nonfiction)|engineering]] and the physical sciences, but in the 21st century also the life sciences and even the arts have adopted elements of scientific computations.
Numerical analysis naturally finds applications in all fields of [[Engineering (nonfiction)|engineering]] and the physical sciences, but in the 21st century also the life sciences and even the arts have adopted elements of scientific computations.


Ordinary differential equations appear in celestial mechanics (planets, stars and galaxies); numerical linear algebra is important for data analysis; stochastic differential equations and Markov chains are essential in simulating living cells for medicine and biology.
Ordinary differential equations appear in celestial mechanics (planets, stars and galaxies); numerical linear algebra is important for data analysis; stochastic differential equations and [[Markov chain (nonfiction)|Markov chains]] are essential in simulating living cells for medicine and biology.


Before the advent of modern computers numerical methods often depended on hand interpolation in large printed tables. Since the mid 20th century, computers calculate the required functions instead. These same interpolation formulas nevertheless continue to be used as part of the software algorithms for solving differential equations.
Before the advent of modern computers numerical methods often depended on hand interpolation in large printed tables. Since the mid 20th century, computers calculate the required functions instead. These same interpolation formulas nevertheless continue to be used as part of the software [[Algorithm (nonfiction)|algorithms]] for solving [[Differential equation (nonfiction)|differential equations]].


== In the News ==
== In the News ==
Line 27: Line 27:


* [[Algorithm (nonfiction)]]
* [[Algorithm (nonfiction)]]
* [[Differential equation (nonfiction)]]
* [[Discrete mathematics (nonfiction)]]
* [[Discrete mathematics (nonfiction)]]
* [[Markov chain (nonfiction)]]
* [[Mathematical analysis (nonfiction)]]
* [[Mathematical analysis (nonfiction)]]
* [[Mathematics (nonfiction)]]
* [[Mathematics (nonfiction)]]

Revision as of 08:38, 14 January 2018

thumb|Babylonian clay tablet YBC 7289 (c. 1800–1600 BC) with annotations. The approximation of the square root of 2 is four sexagesimal figures, which is about six decimal figures. 1 + 24/60 + 51/602 + 10/603 = 1.41421296...Numerical analysis is the study of algorithms that use numerical approximation (as opposed to general symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics).

One of the earliest mathematical writings is a Babylonian tablet from the Yale Babylonian Collection (YBC 7289), which gives a sexagesimal numerical approximation of the square root of 2, the length of the diagonal in a unit square.

Being able to compute the sides of a triangle (and hence, being able to compute square roots) is extremely important, for instance, in astronomy, carpentry and construction.

Numerical analysis continues this long tradition of practical mathematical calculations. Much like the Babylonian approximation of the square root of 2, modern numerical analysis does not seek exact answers, because exact answers are often impossible to obtain in practice. Instead, much of numerical analysis is concerned with obtaining approximate solutions while maintaining reasonable bounds on errors.

Numerical analysis naturally finds applications in all fields of engineering and the physical sciences, but in the 21st century also the life sciences and even the arts have adopted elements of scientific computations.

Ordinary differential equations appear in celestial mechanics (planets, stars and galaxies); numerical linear algebra is important for data analysis; stochastic differential equations and Markov chains are essential in simulating living cells for medicine and biology.

Before the advent of modern computers numerical methods often depended on hand interpolation in large printed tables. Since the mid 20th century, computers calculate the required functions instead. These same interpolation formulas nevertheless continue to be used as part of the software algorithms for solving differential equations.

In the News

Fiction cross-reference

Nonfiction cross-reference

External links: