Difference between revisions of "Extended mean value theorem"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 20: | Line 20: | ||
var quot = function(t) { | var quot = function(t) { | ||
− | + | //var slope = (p[3].Y() - p[0].Y()) / (p[3].X() - p[0].X()); | |
− | + | return df(t) * (p[3].Y() - p[0].Y()) - dg(t) * (p[3].X() - p[0].X()); | |
}; | }; | ||