MCPcopy 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'''
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_raphsonFunction · 0.85
fFunction · 0.70
showMethod · 0.45

Tested by

no test coverage detected