Using Lagrangian Polynomial Interpolation
Load the package by
using printerpolateinterpolate(x, data)interpolates data using lagrangian polynomial interpolation method given by
where
data must be type Array or String. In case of String, the function will read the file named String and read it as array of numbers. The function will take first two columns of the array as x and y values.