Difference between revisions of "Population growth models"

From JSXGraph Wiki
Jump to navigationJump to search
(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...)
 
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();
+
t.hideTurtle();
 
              
 
              
 
A = 5;
 
A = 5;

Revision as of 17:56, 22 April 2009