Update maths/trapezoidal_rule.py

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

View File

@ -3,9 +3,6 @@ Numerical integration or quadrature for a smooth function f with known values at
The trapezoidal rule is the classical approach of summing 'Equally Spaced Abscissas'
Method 1:
"Extended Trapezoidal Rule"
"""