Go to file
Elias Fleckenstein a97a347c73
Add view source link
2021-10-28 22:53:10 +02:00
LICENSE Initial commit 2021-09-09 13:35:25 +02:00
README.md Update README.md 2021-09-09 13:59:53 +02:00
index.html Add view source link 2021-10-28 22:53:10 +02:00
init.js Add circles and lines 2021-09-09 19:09:43 +02:00

README.md

Lagrange Playground

Play around with lagrange interpolation online
Live Version: https://eliasfleckenstein03.github.io/lagrange-playground/

Controls

  • Leftclick to add a point
  • Scroll to zoom in/out
  • Drag a point to move it
  • Drag to move screen

Algorithm

The Lagrange Polynominal Interpolation Algorithm creates a polynomial that goes through all given points.
It is described here: https://en.wikipedia.org/wiki/Lagrange_polynomial