$f(x)=-x^3-2x^2-4x-25$ this is the function, and I found the derivative $f' (x)=-3x^2-4x-4$, and put it into Newton's method. I let the first term to be -4, and i got
$x_(n+1)=-4+ 23/36 = -3.63....$
but from the website it sats the first term is -4.06...... it cant be. Everything is right. what is the problem?
from wolframalpha the actual answer is about 3.19
