Numerical Integration Techniques
Numerical Integration Techniques#
In this chapter we shall discuss three numerical methods that can be used to solve one dimensional integrals of the form
\[
\int_a^b f(x)~ dx
\]
These methods are the midpoint, trapezoidal and Simpson’s rule.