Plot data with slider: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
this.dataY = []; | this.dataY = []; | ||
for (i = 0; i < len; i++) { | for (i = 0; i < len; i++) { | ||
this.dataY[i] = plotData[1][i] * Math. | this.dataY[i] = plotData[1][i] * Math.asin(mu.Value()); | ||
} | } | ||
}; | }; | ||
Line 32: | Line 32: | ||
} | } | ||
return Math.sqrt(s); }], | return Math.sqrt(s) / 5; }], | ||
{trace: true, name:'||u||_2'}); | {trace: true, name:'||u||_2'}); | ||