Extended mean value theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
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,-2], {size:2});
p[3] = board.create('point', [3,-1], {size:2});


// Curve
// Curve

Revision as of 15:29, 29 January 2019

The underlying JavaScript code