TheAlgorithms-Python/arithmetic_analysis
Saksham1970 f42b2b8dff
Newton raphson complex (#6545)
* 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>
2022-10-02 19:51:04 +02:00
..
2021-11-04 18:49:36 +08:00

Arithmetic analysis

Arithmetic analysis is a branch of mathematics that deals with solving linear equations.