Difference between revisions of "Extended mean value theorem"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 4: | Line 4: | ||
board.suspendUpdate(); | board.suspendUpdate(); | ||
− | p[0] = board.create('point', [- | + | p[0] = board.create('point', [-2,-2], {size:2}); |
p[1] = board.create('point', [-3, 5], {size:2}); | p[1] = board.create('point', [-3, 5], {size:2}); | ||
− | p[2] = board.create('point', [ | + | p[2] = board.create('point', [1,4], {size:2}); |
p[3] = board.create('point', [3,-2], {size:2}); | p[3] = board.create('point', [3,-2], {size:2}); | ||
var x = JXG.Math.Numerics.lagrangePolynomial(p); | var x = JXG.Math.Numerics.lagrangePolynomial(p); |