mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
47dd31f4a1
* Added 5 README files * corrected arithmetic_analysis README * Update audio_filters/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update backtracking/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update bit_manipulation/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> Co-authored-by: John Law <johnlaw.po@gmail.com> |
||
---|---|---|
.. | ||
image_data | ||
__init__.py | ||
bisection.py | ||
gaussian_elimination.py | ||
in_static_equilibrium.py | ||
intersection.py | ||
lu_decomposition.py | ||
newton_forward_interpolation.py | ||
newton_method.py | ||
newton_raphson.py | ||
README.md | ||
secant_method.py |
Arithmetic analysis
Arithmetic analysis is a branch of mathematics that deals with solving linear equations.