MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / newton_raphson.py

File newton_raphson.py

maths/numerical_analysis/newton_raphson.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2The Newton-Raphson method (aka the Newton method) is a root-finding algorithm that
3approximates a root of a given real-valued function f(x). It is an iterative method
4given by the formula

Callers

nothing calls this directly

Calls 1

newton_raphsonFunction · 0.85

Tested by

no test coverage detected