diff --git a/maths/trapezoidal_rule.py b/maths/trapezoidal_rule.py index 9c62bd4bb..ebb1ebe40 100644 --- a/maths/trapezoidal_rule.py +++ b/maths/trapezoidal_rule.py @@ -1,7 +1,7 @@ """ Numerical integration or quadrature for a smooth function f with known values at x_i -This method is the classical approach of summing 'Equally Spaced Abscissas' +The trapezoidal rule is the classical approach of summing 'Equally Spaced Abscissas' Method 1: "Extended Trapezoidal Rule"