Difference between revisions of "Extended mean value theorem"

From JSXGraph Wiki
Jump to navigationJump to search
Line 26: Line 26:
 
                     function() {  
 
                     function() {  
 
var t0 = JXG.Math.Numerics.root(quot, [fg[3](), fg[2]]);
 
var t0 = JXG.Math.Numerics.root(quot, [fg[3](), fg[2]]);
console.log(t0, fg[0](t0), fg[1](t0));
+
console.log(t0, quot(t0), fg[0](t0), fg[1](t0));
 
return fg[0](JXG.Math.Numerics.root(quot, [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]])); },

Revision as of 17:24, 29 January 2019

The underlying JavaScript code