mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-30 18:36:43 +00:00
Update maths/trapezoidal_rule.py
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
This commit is contained in:
parent
bda4d82da1
commit
9190304498
@ -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"
|
||||
|
||||
"""
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user