Python/maths/numerical_analysis
Tianyi Zheng b98312ca9f
Consolidate Newton-Raphson implementations (#10859)
* updating DIRECTORY.md

* updating DIRECTORY.md

* Consolidate Newton-Raphson duplicates

* Rename consolidated Newton-Raphson file

* updating DIRECTORY.md

* updating DIRECTORY.md

* Fix doctest precision

* Fix doctest precision again

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2023-10-23 16:37:17 -04: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.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