Extended mean value theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
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});
console.log(fg);


// Secant  
// Secant  

Revision as of 15:11, 29 January 2019

The underlying JavaScript code