Population growth models: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) (New page: <html> <form><input type="button" value="clear and run" onClick="clearturtle();run()"></form> </html> <jsxgraph height="500" width="600" board="board" box="box1"> brd = JXG.JSXGraph.init...) |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
var e = brd.createElement('functiongraph', [function(x){return s.X()*Math.exp(alpha.X()*x);}]); | var e = brd.createElement('functiongraph', [function(x){return s.X()*Math.exp(alpha.X()*x);}]); | ||
t.hideTurtle(); | |||
A = 5; | A = 5; |
Revision as of 15:56, 22 April 2009