mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
* Newton raphson better implementation * flake8 test passed * Update arithmetic_analysis/newton_raphson_new.py Co-authored-by: Christian Clauss <cclauss@me.com> * added multiline suggestions Co-authored-by: Christian Clauss <cclauss@me.com>
Arithmetic analysis
Arithmetic analysis is a branch of mathematics that deals with solving linear equations.