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 printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


The JavaScript code

<source lang="xml"> <source>