Differentiability: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
var line = board.create('line',[fx0, fx],{strokeColor:'#ff0000',dash:2}); | var line = board.create('line',[fx0, fx],{strokeColor:'#ff0000',dash:2}); | ||
var f1 = board.create('point', [ | |||
function() { return x.X(); }, | |||
function() { return (fx.Y()-fx0.Y())/(fx.X()-fx0.X() + 0.0000001); }], | |||
{ size: 1, color: black; fixed: true, trace: true}); | |||
var txt = board.create('text', [2, 7, function() { | var txt = board.create('text', [2, 7, function() { | ||
return '\\[ \\frac{' + | return '\\[ \\frac{' + | ||
Line 32: | Line 37: | ||
}]); | }]); | ||
</jsxgraph> | </jsxgraph> | ||
Revision as of 17:58, 21 January 2019