From: Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:43:54 +0000 (+0200) Subject: Add controls and algorithm info X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=cd147bc6e0f2d73f1185a2307f020bcc5c8d14a6;p=lagrange-playground.git Add controls and algorithm info --- diff --git a/README.md b/README.md index 2fb7c85..7b838eb 100644 --- a/README.md +++ b/README.md @@ -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