Thread
:
Newton Raphson Formula
View Single Post
LenoxFinlay
Banned
10Jun2009,12:46
I know the formula but can't derive it from the Newton-Raphson's method of finding roots of f(x)=0.
the formula that I know is x1 = x0 - k * f(x0) / f`(x0)
where k = number of times a single root is repeating for f(x) = 0.
plz help!!