diff options
author | Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> | 2021-09-09 13:43:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 13:43:54 +0200 |
commit | cd147bc6e0f2d73f1185a2307f020bcc5c8d14a6 (patch) | |
tree | 395382ab798266e5a872309c92b98314fe69b16c | |
parent | 1612eda6a02a08c7cbcf581e47899e9dfe3d883e (diff) | |
download | lagrange-playground-cd147bc6e0f2d73f1185a2307f020bcc5c8d14a6.tar.xz |
Add controls and algorithm info
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,2 +1,12 @@ -# lagrange-playground +# Lagrange Playground Play around with lagrange interpolation online +Live Version: https://eliasfleckenstein03.github.io/lagrange-playground/ + +## Controls +- Leftclick to add a point +- 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 |