maths.trapezoidal_rule¶
Numerical integration or quadrature for a smooth function f with known values at x_i
This method is the classical approach of suming ‘Equally Spaced Abscissas’
method 1: “extended trapezoidal rule”
Functions¶
|
|
|
|
|
|
|
Module Contents¶
- maths.trapezoidal_rule.f(x)¶
- maths.trapezoidal_rule.main()¶
- maths.trapezoidal_rule.make_points(a, b, h)¶
- maths.trapezoidal_rule.method_1(boundary, steps)¶