mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-22 01:02:04 +00:00
Update maths/trapezoidal_rule.py
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
This commit is contained in:
parent
79ed4e77f9
commit
bda4d82da1
|
@ -1,7 +1,7 @@
|
||||||
"""
|
"""
|
||||||
Numerical integration or quadrature for a smooth function f with known values at x_i
|
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:
|
Method 1:
|
||||||
"Extended Trapezoidal Rule"
|
"Extended Trapezoidal Rule"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user