/Lagrange-Interpolation

A script to calculate a Polynomial from a given amount of points using Lagrange Interpolation

Primary LanguagePythonThe UnlicenseUnlicense

Lagrange-Interpolation

A script to calculate a Polynomial from a given amount of points using Lagrange Interpolation, created for educational purposes.

Getting started

Start lagrangeInterpolation.py and it will ask you to input your points in the format (x1, y1), (x2, y2)... Afterwards it show you the calculated Polynomial along with the points you set.