mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
444dfb0a0f
* added runge kutta gills method * added adams-bashforth method of order 2, 3, 4, 5 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update adams_bashforth.py * Deleted extraneous file, maths/numerical_analysis/runge_kutta_gills.py * Added doctests to each function adams_bashforth.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update adams_bashforth.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com> |
||
---|---|---|
.. | ||
adams_bashforth.py | ||
bisection_2.py | ||
bisection.py | ||
integration_by_simpson_approx.py | ||
intersection.py | ||
nevilles_method.py | ||
newton_forward_interpolation.py | ||
newton_raphson.py | ||
numerical_integration.py | ||
runge_kutta_fehlberg_45.py | ||
runge_kutta_gills.py | ||
runge_kutta.py | ||
secant_method.py | ||
simpson_rule.py | ||
square_root.py |