Cauchy's mean value theorem: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) (New page: ''Cauchy's mean value theorem'' is also known as ''extended mean value theorem''. In Germany it is called ''Zweiter Mittelwertsatz''. <jsxgraph width="600" height="400"> var board = JXG.JS...) |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
p[3] = board.create('point', [3,3], {style:4}); | p[3] = board.create('point', [3,3], {style:4}); | ||
p[4] = board.create('point', [1,5], {style:4}); | p[4] = board.create('point', [1,5], {style:4}); | ||
var graph = board.create('curve', | var graph = board.create('curve', board.neville(p),{strokeWidth:3,strokeOpacity:0.5}); | ||
/* | /* | ||
var g = function(x) { | var g = function(x) { |
Revision as of 10:31, 27 January 2010
Cauchy's mean value theorem is also known as extended mean value theorem. In Germany it is called Zweiter Mittelwertsatz.