Python/maths/numerical_analysis
Ravi Kumar 444dfb0a0f
Added adams-bashforth method of order 2, 3, 4, 5 (#10969)
* 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>
2023-10-29 00:12:17 +02:00
..
adams_bashforth.py Added adams-bashforth method of order 2, 3, 4, 5 (#10969) 2023-10-29 00:12:17 +02:00
bisection_2.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
bisection.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
integration_by_simpson_approx.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
intersection.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
nevilles_method.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
newton_forward_interpolation.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
newton_raphson.py Consolidate Newton-Raphson implementations (#10859) 2023-10-23 16:37:17 -04:00
numerical_integration.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
runge_kutta_fehlberg_45.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
runge_kutta_gills.py added runge kutta gills method to maths/ numerical_analysis (#10967) 2023-10-26 03:20:28 -04:00
runge_kutta.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
secant_method.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
simpson_rule.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00
square_root.py Delete arithmetic_analysis/ directory and relocate its contents (#10824) 2023-10-23 09:31:30 +02:00