Difference between revisions of "Extended mean value theorem"

From JSXGraph Wiki
Jump to navigationJump to search
Line 24: Line 24:
 
};
 
};
 
var r = board.create('glider', [
 
var r = board.create('glider', [
                     function() { console.log(fg[3](), fg[2]); return fg[0](JXG.Math.Numerics.root(quot, [fg[3]() - fg[2]])); },
+
                     function() { console.log(fg[3](), fg[2]); return fg[0](JXG.Math.Numerics.root(quot, [fg[3](), fg[2]])); },
                     function() { return fg[1](JXG.Math.Numerics.root(quot, [fg[3]() - fg[2]])); },
+
                     function() { return fg[1](JXG.Math.Numerics.root(quot, [fg[3](), fg[2]])); },
 
                     graph], {name:'',size:4,fixed:true});
 
                     graph], {name:'',size:4,fixed:true});
  

Revision as of 17:20, 29 January 2019

The underlying JavaScript code