Cauchy's mean value theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 16: Line 16:


var r = board.create('glider', [
var r = board.create('glider', [
                     function() { return fArray[0](board.root(g,2); },
                     function() { return fArray[0](board.root(g,2)); },
                     function() { return fArray[1](board.root(g,2); },
                     function() { return fArray[1](board.root(g,2)); },
                     graph], {name:' ',style:6,fixed:true});
                     graph], {name:' ',style:6,fixed:true});
board.create('tangent', [r], {strokeColor:'#ff0000'});
board.create('tangent', [r], {strokeColor:'#ff0000'});

Revision as of 10:43, 27 January 2010

Cauchy's mean value theorem is also known as extended mean value theorem. In Germany it is called Zweiter Mittelwertsatz.