请输入您要查询的字词:

 

单词 numerical integration
释义
numerical integration

Mathematics
  • The methods of numerical integration are used to find approximate values for definite integrals and are useful when there is no analytical method of finding an antiderivative of the integrand. Among the elementary methods of numerical integration are the midpoint rule, trapezium rule, Simpson’s rule, and Gaussian quadrature.


Chemical Engineering
  • A mathematical procedure used to calculate the approximate value of an integral. It is often used when a function is known only as a set of variables for corresponding values of a variable and not as a general formula that can be integrated. Simpson’s rule and the trapezium rule are examples of numerical integration. These are used to estimate the area under a curve and involve dividing the area into vertical columns of equal width with each column representing two values for x for which f(x) is known.


Computer
  • The problem of finding the numerical value for a definite integral. The underlying approximation behind most methods is the replacement of a function f(x) by an interpolation polynomial, based on a set of points x1, x2,…,xn. This leads to integration rules of the form

    abw(x)f(x)dxw1f(x)+w2f(x2)++wnf(xn)
    in which the wi are called weights.

    The standard problem has a,b finite and w(x) ≡ 1. For this case the rules with equally spaced points xi are called Newton–Cotes rules. Well-known examples are the trapezium rule and Simpson’s rule. Most program libraries implement the more powerful Gaussian rules in which the points xi are chosen to maximize the degree of precision. This is achieved by choosing the xi as the zeros of the Legendre polynomials that are orthogonal polynomials with respect to w(x) ≡ 1 on the interval [−1, 1]. Another important idea is the extrapolation method due to Romberg, based on the trapezium rule.

    For infinite range problems Gaussian rules can also be defined in terms of suitable orthogonal polynomials. A useful case is where

    w(x)=ex,a=0,b=
    where the appropriate orthogonal polynomials determining the xi are the Laguerre polynomials.

    In practice the interval of integration is subdivided and the chosen rule applied to each subinterval, together with a companion rule to provide an error estimate (see error analysis). By then subdividing the interval where the error is largest, a greater concentration of effort is placed where the integrand is most difficult. This is known as adaptive quadrature. Such nonuniform distribution of effort, adapted to the particular problem, is essential for the efficient solution of all practical problems.

    Multiple integrals over a large number of dimensions may be treated by Monte Carlo methods, involving the use of randomly generated evaluation points.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/29 22:13:09