This website requires JavaScript.
Explore
Help
Register
Sign In
TheAlgorithms
/
Python
Watch
1
Star
0
Fork
0
You've already forked Python
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
494fb4fb490c49d46c693933c5583ac2fb4f665b
Python
/
arithmetic_analysis
History
dimgrichr
f8a30b42ce
Addition of Secant Method (
#876
)
...
* Add files via upload * Update secant_method.py * Remove unused import * Remove unused import
2019-10-28 19:27:00 +01:00
..
image_data
in_static_equilibrium checks if a 2D static system is in equilibrium (
#1062
)
2019-07-25 20:38:24 +02:00
bisection.py
psf/black code formatting (
#1277
)
2019-10-05 10:14:13 +05:00
gaussian_elimination.py
Add gaussian_elimination.py for solving linear systems (
#1448
)
2019-10-25 05:56:56 +02:00
in_static_equilibrium.py
psf/black code formatting (
#1277
)
2019-10-05 10:14:13 +05:00
intersection.py
psf/black code formatting (
#1277
)
2019-10-05 10:14:13 +05:00
lu_decomposition.py
psf/black code formatting (
#1277
)
2019-10-05 10:14:13 +05:00
newton_forward_interpolation.py
Create newton_forward_interpolation.py (
#333
)
2019-10-22 10:01:14 +02:00
newton_method.py
psf/black code formatting (
#1277
)
2019-10-05 10:14:13 +05:00
newton_raphson_method.py
psf/black code formatting (
#1277
)
2019-10-05 10:14:13 +05:00
secant_method.py
Addition of Secant Method (
#876
)
2019-10-28 19:27:00 +01:00