forked from YovM/Algorithms
* Replacing the generator with numpy vector operations from lu_decomposition. * Revert "Replacing the generator with numpy vector operations from lu_decomposition." This reverts commit ad217c66165898d62b76cc89ba09c2d7049b6448. * Replacing the generator with numpy vector operations from lu_decomposition. |
||
|---|---|---|
| .. | ||
| image_data | ||
| README.md | ||
| __init__.py | ||
| bisection.py | ||
| gaussian_elimination.py | ||
| in_static_equilibrium.py | ||
| intersection.py | ||
| jacobi_iteration_method.py | ||
| lu_decomposition.py | ||
| newton_forward_interpolation.py | ||
| newton_method.py | ||
| newton_raphson.py | ||
| newton_raphson_new.py | ||
| secant_method.py | ||
README.md
Arithmetic analysis
Arithmetic analysis is a branch of mathematics that deals with solving linear equations.