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 | ||
+ | :<math> [0,2\pi]\to{\matbf R}^2, \quad t\mapsto {\cos(t)\choose \sin(t)}</math> | ||
+ | |||
<html> | <html> | ||
<link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" /> | <link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" /> | ||
Line 80: | Line 83: | ||
</script> | </script> | ||
</html> | </html> | ||
+ | |||
+ | [[Category:Examples]] | ||
+ | [[Category:Curves]] |
Revision as of 13:13, 29 June 2009
This is an example of a parametric curve plot. The curve is described by the function
- [math] [0,2\pi]\to{\matbf R}^2, \quad t\mapsto {\cos(t)\choose \sin(t)}[/math]