forked from YovM/Algorithms
* chore: Fix failing tests (ignore S307 "possibly insecure function") * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: Move noqa back to right line --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| 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.