Difference between revisions of "Extended mean value theorem"
From JSXGraph Wiki
A WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 12: | Line 12: | ||
var fg = JXG.Math.Numerics.Neville(p); | var fg = JXG.Math.Numerics.Neville(p); | ||
var graph = board.create('curve', fg, {strokeWidth:3, strokeOpacity:0.5}); | var graph = board.create('curve', fg, {strokeWidth:3, strokeOpacity:0.5}); | ||
− | |||
// Secant | // Secant | ||
Line 25: | Line 24: | ||
}; | }; | ||
+ | console.log(quot(1.2)); | ||
var r = board.create('glider', [ | var r = board.create('glider', [ | ||
function() { | function() { |
Revision as of 16:43, 29 January 2019
The underlying JavaScript code