Lissajous curves: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 1: Line 1:
<jsxgraph board="brd" width="500" height="500">
Lissajous curve (Lissajous figure or Bowditch curve) is the graph of the system of parametric equations
var brd = JXG.JSXGraph.initBoard('jxgbox',{axis:true,originX:250,originY:250});
 
:<math>x=A\sin(at+\delta),\quad y=B\sin(bt),</math>
 
<jsxgraph board="brd" width="600" height="500">
var brd = JXG.JSXGraph.initBoard('jxgbox',{axis:true,originX:300,originY:250,unitX:10,unitY:10});
var a = brd.createElement('slider',[[2,4],[6,4],[0,1,4]]);
</jsxgraph>
</jsxgraph>
[[Category:Examples]]
[[Category:Examples]]
[[Category:Curves]]
[[Category:Curves]]

Revision as of 10:11, 6 March 2009

Lissajous curve (Lissajous figure or Bowditch curve) is the graph of the system of parametric equations

[math]\displaystyle{ x=A\sin(at+\delta),\quad y=B\sin(bt), }[/math]