Polynomial Interpolation

Inputs

Show k random points, ie points, and the mouse will be an extra point, ie point 3. These 3 points will be used for the interpolation.

new random points.

Output

500 x 500 chart, origin bottom left. Click chart to toggle live update on/off

Polynomial is y = ax0 + bx1 + cx2

Points:

When x = y = 0