Extended mean value theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 11: Line 11:
// Curve
// Curve
var fg = board.create('curve', JXG.Math.Numerics.Neville(p),{strokeWidth:5,strokeOpacity:0.5});
var fg = board.create('curve', JXG.Math.Numerics.Neville(p),{strokeWidth:5,strokeOpacity:0.5});
var graph = board.create('curve', [fg]);
var graph = board.create('curve', fg);


// Secant  
// Secant  

Revision as of 15:06, 29 January 2019

The underlying JavaScript code