Update maths/trapezoidal_rule.py

Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
This commit is contained in:
Julien Richard 2024-10-06 14:21:58 +02:00 committed by GitHub
parent 79ed4e77f9
commit bda4d82da1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"