Difference between revisions of "Newton's root finding method"

From JSXGraph Wiki
Jump to navigationJump to search
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 16:11, 3 February 2010

xo is the start value. Drag it.

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