Click or drag to resize

BurdenFairesAdaptiveQuadrature Class

An adaptive quadrature numerical integration utility based on Simpson's method.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.NumericalMethods.AdvancedBurdenFairesAdaptiveQuadrature

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class BurdenFairesAdaptiveQuadrature

The BurdenFairesAdaptiveQuadrature type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIntegrate
Approximates the integral I = Int(f(x), a, b) to within a given tolerance.
Public methodStatic memberTryIntegrate
Approximates the integral I = Int(f(x), a, b) to within a given tolerance.
Top
Remarks
See section 4.6 in "Numerical Analysis" by Burden and Faires for more information.
See Also