]> git.lizzy.rs Git - lagrange-playground.git/blob - README.md
478f6d55aebe9a3c8e9c405dcd567c69cc48473b
[lagrange-playground.git] / README.md
1 # Lagrange Playground
2 Play around with lagrange interpolation online 
3 Live Version: https://eliasfleckenstein03.github.io/lagrange-playground/
4
5 ## Controls
6 - Leftclick to add a point
7 - Scroll to zoom in/out
8 - Drag a point to move it
9 - Drag to move screen
10
11 ## Algorithm
12 The Lagrange Polynominal Interpolation Algorithm creates a polynomial that goes through all given points.
13 It is described here: https://en.wikipedia.org/wiki/Lagrange_polynomial