Approximation table function (parabola)

A small program implementing the numerical approximation table function least squares method.

The program performs search for the quadratic coefficients of the parabola y = ax ^ 2 + bx + c.

To solve the resulting system of linear equations using the method of Jordan (a modified version of the method of Gauss).
The program is implemented in an environment Visual Basic 6.x