Steffensen's method: Difference between revisions

Content deleted Content added
m If we replace the variables p1 and p2 in the last formula this would not give the steffensen iterate. Now it is fixed.
coding error
Line 126:
fx = f(x)
gx = g(f, x, fx)(x)
if abs(gxfx) <= tol:
break
else: