Change Equation of a Graph: Difference between revisions
From JSXGraph Wiki
(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...') |
No edit summary |
||
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. | ||
<input type="text" id="eingabe" value="Math.sin(x)*Math.cos(x)"> | |||
Revision as of 09: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)">