mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
added defination (#1244)
This commit is contained in:
parent
0e2d6b2963
commit
03aba96c0a
@ -1,6 +1,7 @@
|
||||
# Implementing Newton Raphson method in Python
|
||||
# Author: Syed Haseeb Shah (github.com/QuantumNovice)
|
||||
|
||||
#The Newton-Raphson method (also known as Newton's method) is a way to
|
||||
#quickly find a good approximation for the root of a real-valued function
|
||||
from sympy import diff
|
||||
from decimal import Decimal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user