aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 478f6d55aebe9a3c8e9c405dcd567c69cc48473b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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