Difference between revisions of "Extended mean value theorem"
From JSXGraph Wiki
A WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 21: | Line 21: | ||
var quot = function(t) { | var quot = function(t) { | ||
//console.log("t=", t, df(t), dg(t), df(t)/dg(t)); | //console.log("t=", t, df(t), dg(t), df(t)/dg(t)); | ||
− | return | + | return dg(t) / df(t) - (p[3].Y() - p[0].Y()) / (p[3].X() - p[0].X()); |
}; | }; | ||
Revision as of 16:48, 29 January 2019
The underlying JavaScript code