Difference between revisions of "Change Equation of a Graph"

From JSXGraph Wiki
Jump to navigationJump to search
(Replacing page with 'This example shows how you can change the equation of a graph without creating the whole construction again. <nowiki><input type="text" id="eingabe" value="Math.sin(x)*Math.cos...')
Line 1: Line 1:
 
This example shows how you can change the equation of a graph without creating the whole construction again.
 
This example shows how you can change the equation of a graph without creating the whole construction again.
<nowiki><input type="text" id="eingabe" value="Math.sin(x)*Math.cos(x)">
+
<input type="text" id="eingabe" value="Math.sin(x)*Math.cos(x)">
</nowiki>
 

Revision as of 11:36, 15 September 2008

This example shows how you can change the equation of a graph without creating the whole construction again. <input type="text" id="eingabe" value="Math.sin(x)*Math.cos(x)">