Rolle's Theorem: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 36: | Line 36: | ||
graph = board.createElement('curve', ['x', f, 'x', -10, 10], {curveType:'graph'}); | graph = board.createElement('curve', ['x', f, 'x', -10, 10], {curveType:'graph'}); | ||
r = board.createElement('point', [function() { board.root(board.D(f),(p[0].X()+p[1].X())*0.5); },2], {style:6}); | var r = board.createElement('point', [function() { return board.root(board.D(f),(p[0].X()+p[1].X())*0.5); },2], {style:6}); | ||
/* | /* |
Revision as of 18:26, 21 January 2009