Difference between revisions of "Affine normalform of parabola"

From JSXGraph Wiki
Jump to navigationJump to search
Line 17: Line 17:
 
var y = board.create('point', [
 
var y = board.create('point', [
 
             () => a.Value() * x.X() + b.Value() * x.Y(),
 
             () => a.Value() * x.X() + b.Value() * x.Y(),
             () => c.Value() * x.X() + c.Value() * x.Y()
+
             () => c.Value() * x.X() + d.Value() * x.Y()
 
         ], {name: 'y'});
 
         ], {name: 'y'});
  

Revision as of 21:45, 6 June 2021

The underlying JavaScript code