Difference between revisions of "Differentiability"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 27: | Line 27: | ||
function() { return x.X(); }, | function() { return x.X(); }, | ||
function() { return (fx.Y()-fx0.Y())/(fx.X()-fx0.X() + 0.0000001); }], | function() { return (fx.Y()-fx0.Y())/(fx.X()-fx0.X() + 0.0000001); }], | ||
− | { size: 1, name: 'f_1', color: 'black', fixed: true, trace: true, label : { | + | { size: 1, name: 'f_1', color: 'black', fixed: true, trace: true, label : {display: 'html'}}); |
var txt = board.create('text', [2, 7, function() { | var txt = board.create('text', [2, 7, function() { |
Revision as of 20:17, 22 January 2019