Das Newton'sche Näherungsverfahren wird mithilfe des Befehls [b]Iteration [/b]bzw. [b]Iterationsliste [/b]umgesetzt.[br][br]Funktion [i]f(x) = x^2 - 2[/i][br]Rekursionsvorschrift [i] R(x) = x - f(x) / f'(x)[/i][br]Startwert [i] x[sub]0[/sub][/i][br][br]Fünfmalige Iteration [i]Iteration(R(x), x_0, 5)[/i][br] bzw. [i]Iterationsliste(R, x_0, 5)[/i][br][br][b]Aufgabe[/b][br]Wähle eine Funktion f und einen geeigneten Startwert x[sub]0[/sub].