Newton-Verfahren zur Bestimmung von Nullstellen

agraph height=700; xscl=1; Bsp=1; stroke="red"; if (Bsp == 1) { plot(1/8*x^3-x-0.5); text([-5,5.5],"`f(x)=1/8x^3-x-1/2`", "right", "id1"); } if (Bsp == 2) { plot(x^3-2); text([-5,5.5],"`f(x)=x^3-2`", "right", "id1"); } stroke="blue"; xn = [0, 1]; text([0.0, -3.5],"move mouse here", "right"); endagraph Näherungswerte für die
Nullstelle(n):

`x_1=` x
`x_2=` x
`x_3=` x
`x_4=` x
`x_5=` x
`x_6=` x
`x_7=` x
`x_8=` x
`x_9=` x

Doppelklick, dann Bsp=1 oder Bsp=2, Update, Doppelklick

extrahiert aus:
http://math.chapman.edu/cgi-bin/math.pl?Newton%27s_method