Elliptic curves: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 21: Line 21:




var g1 = brd.createElement('glider',[0,1,c1]);
var g1 = brd.createElement('glider',[3,1,c1],{name:'S'});
var g2 = brd.createElement('glider',[0,-1,c2]);


brd.unsuspendUpdate();
brd.unsuspendUpdate();

Revision as of 18:16, 30 January 2009

An elliptic curve can be written as a plane algebraic curve defined by an equation of the form

[math]\displaystyle{ y^2=x^3+ax+b\,. }[/math]

<link rel="stylesheet" type="text/css" href="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css" />
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/prototype.js"></script>
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>
<div id="jxgbox" class="jxgbox" style="width:600px; height:400px;"></div>