Difference between revisions of "Extended mean value theorem"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 7: | Line 7: | ||
p[1] = board.create('point', [-1.5, 5], {size:2}); | p[1] = board.create('point', [-1.5, 5], {size:2}); | ||
p[2] = board.create('point', [1,4], {size:2}); | p[2] = board.create('point', [1,4], {size:2}); | ||
− | p[3] = board.create('point', [3,- | + | p[3] = board.create('point', [3,-1], {size:2}); |
// Curve | // Curve |