Extended mean value theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 13: Line 13:
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 = board.create('line', [p[0], p[3]], {strokeColor:'#ff0000', dash:1});
line = board.create('line', [p[0], p[3]], {strokeColor:'#ff0000', dash:1});
Line 20: Line 19:
var dg =  return JXG.Math.Numerics.D(fg[1]);
var dg =  return JXG.Math.Numerics.D(fg[1]);


/*


var quot = function(t) {
var quot = function(t) {

Revision as of 15:08, 29 January 2019

The underlying JavaScript code