Parametric curve plotter

From JSXGraph Wiki
Revision as of 19:37, 1 July 2009 by A WASSERMANN (talk | contribs) (New page: <html> <p> <textarea cols=60 rows=4 id="eingabe">function x(t) {return Math.cos(t); }; function y(t) {return Math.sin(t); };</textarea><br /> <input type="button" value="plot" onClick=...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The JavaScript code

<source lang="xml"> <source>