mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
885580b3a1
* pyupgrade --py310-plus and run mypy in precommit, not build * pyupgrade --py310-plus web_programming/fetch_well_rx_price.py * pyupgrade --py310-plus web_programming/fetch_well_rx_price.py * Fix arithmetic_analysis/in_static_equilibrium.py * Fix arithmetic_analysis/in_static_equilibrium.py |
||
---|---|---|
.. | ||
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.py | ||
README.md | ||
secant_method.py |
Arithmetic analysis
Arithmetic analysis is a branch of mathematics that deals with solving linear equations.