Difference between revisions of "Predicting maximal strength"

From JSXGraph Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
<jsxgraph width=500 height=500>
 
<jsxgraph width=500 height=500>
 
var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-1,200,24,-10],axis:true});
 
var brd = JXG.JSXGraph.initBoard('jxgbox',{boundingbox:[-1,200,24,-10],axis:true});
w = 100;
+
w = 1;
 
var c = brd.createElement('functiongraph',[
 
var c = brd.createElement('functiongraph',[
 
             function(x){return w*(0.988+0.0104*x+0.00190*x*x-0.0000584*x*x*x);}
 
             function(x){return w*(0.988+0.0104*x+0.00190*x*x-0.0000584*x*x*x);}

Revision as of 15:04, 13 August 2009