Newton's root finding method: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 8: Line 8:
<td>
<td>
<form>
<form>
<input style="border:none; background-color:#efefef;padding:5px;margin-left:2px;" type="text" id="graphterm" value="x*x"  onChange="newGraph(this.value)" size="40"/>
<input style="border:none; background-color:#efefef;padding:5px;margin-left:2px;" type="text" id="graphterm" value="x*x" size="40"/>
<input type="button" value="set function term" onClick="newGraph(document.getElementById('graphterm').value)">;
<input type="button" value="set function term" onClick="newGraph(document.getElementById('graphterm').value);">
</form>
</form>
</td>
</td>

Revision as of 14:11, 3 February 2010

xo is the start value. Drag it.

You may change the function term here:
f(x) =