/LeastSquareMethod

This program plots(gives the points to be plotted) the best fitting linear graph from a set of readings.

Primary LanguageC

This program helps in plotting data that follows linear variation using least square method. It gives the most closely fitting graph. Scale of each axes can be given as inputs. The program will output the number of lines to be left after each 10 divisions on the graph. A maximum of 100 points may be plotted using this program.

To do:

  1. Convert code to python.
  2. Introduce matplotlib to plot the graph