Affine normalform of parabola: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 15: Line 15:
var x = board.create('glider', [2, 4, Q3], {name:'x'});
var x = board.create('glider', [2, 4, Q3], {name:'x'});
var t = board.create('point', [1, 0], {name:'t'});
var t = board.create('point', [1, 0], {name:'t'});
board.create('vector', [0,0], t]);
board.create('arrow', [[0,0], t]);


var y = board.create('point', [
var y = board.create('point', [

Revision as of 19:47, 6 June 2021

The underlying JavaScript code