]> git.lizzy.rs Git - lagrange-playground.git/blob - README.md
Add view source link
[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