Difference between revisions of "Circles on circles"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 1: | Line 1: | ||
This is an example of a parametric curve plot. The curve is described by the function | This is an example of a parametric curve plot. The curve is described by the function | ||
:<math> [0,2\pi]\to{\mathbf R}^2, \quad t\mapsto {\cos(t)\choose \sin(t)}+c_1{\cos(f_1t)\choose \sin(f_1t)}+c_2{\cos(f_2t)\choose \sin(f_2t)}</math> | :<math> [0,2\pi]\to{\mathbf R}^2, \quad t\mapsto {\cos(t)\choose \sin(t)}+c_1{\cos(f_1t)\choose \sin(f_1t)}+c_2{\cos(f_2t)\choose \sin(f_2t)}</math> | ||
+ | The sliders to adjust the parameters of this curve are from the jQuery UI package, see [http://jqueryui.com http://jqueryui.com]. This example shows the seamless integration of JSXGraph into the web page. | ||
<html> | <html> |
Revision as of 13:16, 29 June 2009
This is an example of a parametric curve plot. The curve is described by the function
- [math] [0,2\pi]\to{\mathbf R}^2, \quad t\mapsto {\cos(t)\choose \sin(t)}+c_1{\cos(f_1t)\choose \sin(f_1t)}+c_2{\cos(f_2t)\choose \sin(f_2t)}[/math]
The sliders to adjust the parameters of this curve are from the jQuery UI package, see http://jqueryui.com. This example shows the seamless integration of JSXGraph into the web page.