Extended mean value theorem: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 27: | Line 27: | ||
var r = board.create('glider', [ | var r = board.create('glider', [ | ||
function() { | function() { return fg[0](JXG.Math.Numerics.root(quot, [fg[3](), fg[2]])); }, | ||
return fg[0](JXG.Math.Numerics.root(quot, [fg[3](), fg[2]])); }, | |||
function() { return fg[1](JXG.Math.Numerics.root(quot, [fg[3](), fg[2]])); }, | function() { return fg[1](JXG.Math.Numerics.root(quot, [fg[3](), fg[2]])); }, | ||
graph], {name:'',size:4,fixed:true}); | graph], {name: '', size: 4, fixed:true}); | ||
board.create('tangent', [r], {strokeColor:'#ff0000'}); | board.create('tangent', [r], {strokeColor:'#ff0000'}); |