FITIT11.EXE - Polynomal Fitting Program version 1.1 by Franois Henri Reincke.
              PUBLIC DOMAIN. Source code is included.

A Polynomal Function is a function of the following form: 
Y = c1 + c2*X + c3*X^2 + c4*X^3
where c1, c2, c3 etc. are constants, * is the multiplications simbol and ^ 
means "to the power of".
This program fits a polynomal funtion of orders 1 through 10 though a given 
set of points using the least squares method. Then the program can be used 
to enter Y-values with which it calculates the according X-values (The 
socalled "Inverted Use". 
The results can be shown and printed both in graphical as in nummerical form.

If you have any remarks, how insignificant it may be, E-mail me:
f.h.reincke@stud.chem.ruu.nl

Files needed to run the program:
FITIT11.EXE
EGAVGA.BGI  [NOT INCLUDED! See your Turbo Pascal-version for this driver]

Files needed to compile the program:
FITIT11.PAS
FHRPR10.PAS
INVUSE10.PAS
GRAPHAPP.PAS [NOT INCLUDED! See your Turbo Pascal-version for this file]
Files can only be compiled in Turbo Pascal 7.0 and higher.

I hope you will enjoy my program,
F.H.Reincke
