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 y = board.create('point', [
            () => x.X() + 2* x.Y() + 1,
            () => x.X() -    x.Y()
        ], {name: 'y');


</jsxgraph>
</jsxgraph>

Revision as of 19:42, 6 June 2021

The underlying JavaScript code