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