Differentiability: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
var graph = board.create('functiongraph', [pol, -10, 10]); | var graph = board.create('functiongraph', [pol, -10, 10]); | ||
var | var x0 = board.create('glider', [1, 0, board.defaultAxes.x], {name: 'x_0', size:4}); | ||
var fx_0 = board.create('point', [function() { return x0.X(); }, function() { return pol(x0.X()); }], {name: '', color: 'grey', fixed: true, size:4}); | var fx_0 = board.create('point', [function() { return x0.X(); }, function() { return pol(x0.X()); }], {name: '', color: 'grey', fixed: true, size:4}); | ||