Hello!
(Newton-Raphson Method)
Can anyone describe how this code work?
What is depth, and how is solve working?
The function derivative only give us the derivative of a function:
for example:
Code:
>>> derivative(math.sin, math.pi, 0.0001) -0.9999999983354435
solve use derivative function....
Leave a comment: