Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ newton_raphson.py
File
newton_raphson.py
maths/newton_raphson.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
''
&
#x27;
2
Author: P Shreyas Shetty
3
Implementation of Newton-Raphson method
for
solving equations of kind
4
f(x) = 0. It is an iterative method where solution is found by the expression
Callers
nothing calls this directly
Calls
3
newton_raphson
Function · 0.85
f
Function · 0.70
show
Method · 0.45
Tested by
no test coverage detected