Solved
Implementation of Lagrange Interpolation
Hello, I am trying to implement a program where I can find out the "y" value for a given "x" value using Lagrange Interpolation with data points (x,y) like the ones shown below:



The program should use these expressions:


