Difference between revisions of "Mean Value Theorem"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 15: | Line 15: | ||
p[1] = board.createElement('point', [6,5], {style:4}); | p[1] = board.createElement('point', [6,5], {style:4}); | ||
p[2] = board.createElement('point', [-0.5,1], {style:4}); | p[2] = board.createElement('point', [-0.5,1], {style:4}); | ||
− | p[3] = board.createElement('point', [2, | + | p[3] = board.createElement('point', [2,3], {style:4}); |
var f = function(x) { | var f = function(x) { | ||
var i; | var i; |
Revision as of 20:38, 21 January 2009