Difference between revisions of "Numerical integration"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
 
Line 1: Line 1:
In [[numerical analysis]], '''numerical integration''' constitutes a broad family of algorithms for calculating the numerical value of a definite integral, and by extension, the term is also sometimes used to describe the numerical solution of differential equations.
+
In [[numerical analysis]], '''numerical integration''' constitutes a broad family of algorithms for calculating the numerical value of a definite [[integral]], and by extension, the term is also sometimes used to describe the [[Numerical methods for ordinary differential equations|numerical solution of differential equations]].
  
 
This article focuses on calculation of definite integrals.
 
This article focuses on calculation of definite integrals.
Line 5: Line 5:
 
== Description ==
 
== Description ==
  
The term numerical quadrature (often abbreviated to quadrature) is more or less a synonym for numerical integration, especially as applied to one-dimensional integrals.
+
The term numerical [[Quadrature (mathematics)|quadrature]] (often abbreviated to quadrature) is more or less a synonym for numerical integration, especially as applied to one-dimensional integrals.
  
 
Some authors refer to numerical integration over more than one dimension as cubature; others take quadrature to include higher-dimensional integration.
 
Some authors refer to numerical integration over more than one dimension as cubature; others take quadrature to include higher-dimensional integration.
Line 13: Line 13:
 
* [[Clenshaw–Curtis quadrature]]
 
* [[Clenshaw–Curtis quadrature]]
 
* [[Gauss-Kronrod quadrature]]
 
* [[Gauss-Kronrod quadrature]]
 +
* [[Numerical methods for ordinary differential equations]]
 
* [[Numerical ordinary differential equations]]
 
* [[Numerical ordinary differential equations]]
 +
* [[Quadrature (mathematics)]]
 
* [[Riemann Sum or Riemann Integral]]
 
* [[Riemann Sum or Riemann Integral]]
 
* [[Trapezoidal Rule]]
 
* [[Trapezoidal Rule]]

Latest revision as of 11:45, 21 September 2016

In numerical analysis, numerical integration constitutes a broad family of algorithms for calculating the numerical value of a definite integral, and by extension, the term is also sometimes used to describe the numerical solution of differential equations.

This article focuses on calculation of definite integrals.

Description

The term numerical quadrature (often abbreviated to quadrature) is more or less a synonym for numerical integration, especially as applied to one-dimensional integrals.

Some authors refer to numerical integration over more than one dimension as cubature; others take quadrature to include higher-dimensional integration.

See also

External links