mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
5ce63b5966
* updating DIRECTORY.md * Fix mypy errors in lu_decomposition.py * Replace for-loops with comprehensions * Add explanation of LU decomposition and extra doctests Add an explanation of LU decomposition with conditions for when an LU decomposition exists Add extra doctests to handle each of the possible conditions for when a decomposition exists/doesn't exist * updating DIRECTORY.md * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> |
||
---|---|---|
.. | ||
image_data | ||
__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_new.py | ||
newton_raphson.py | ||
README.md | ||
secant_method.py |
Arithmetic analysis
Arithmetic analysis is a branch of mathematics that deals with solving linear equations.