]> git.lizzy.rs Git - lagrange-playground.git/blob - README.md
Add controls and algorithm info
[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 - Drag a point to move it
8 - Drag to move screen
9
10 ## Algorithm
11 The Lagrange Polynominal Interpolation Algorithm creates a polynomial that goes through all given points.
12 It is described here: https://en.wikipedia.org/wiki/Lagrange_polynomial