Polynomial interpolation solver


The polynomial interpolation solver computes the interpolation polynomial and draws the shape of the interpolation in a small graph. By default 6 supporting points are set to the same values I use in my C# sample project.

Pressing the “solve” button computes the interpolation polynomial and displays it at the bottom. The polynomial has its highest power on the right side. For the sample values this is:

Iterpolation



For the detailed description of the algorithm see Polynomial interpolation

Polynomial interpolation

Order:




Demo polynomial interpolation solver in Java script

  • Interpolation_JavaScipt