<p>Hello everybody,<br>I wrote a program that takes a series of points, a generic curve, and tries to give a best fit. I called it Kartesio, it works using maxima to solve functions and KDE libraries for the UI.<br>For example, if you give it (1;0) (2;3) (3;7) (4;8) (5;11) and the function y=a*x+b, it will return y=3*x -3, and plot it to show differences between the best fit curve and the original points. It can also export the results into an svg image, a latex document (using pstricks).<br>Give it a look, and tell me what do you think:<br><a title="http://quickgit.kde.org/?p=scratch%2Flucatringali%2Fkartesio.git&amp;a=summary" mce_href="http://quickgit.kde.org/?p=scratch%2Flucatringali%2Fkartesio.git&amp;a=summary" href="http://quickgit.kde.org/?p=scratch%2Flucatringali%2Fkartesio.git&amp;a=summary">http://quickgit.kde.org/?p=scratch%2Flucatringali%2Fkartesio.git&amp;a=summary</a><br>Here's a screenshot:<br><a title="https://docs.google.com/leaf?id=0B6K8rmHlVyTFZTliYzIwMmEtODZlOS00NjhkLThiYjItNWM1YTIzMzBmNDc2&amp;hl=en" mce_href="https://docs.google.com/leaf?id=0B6K8rmHlVyTFZTliYzIwMmEtODZlOS00NjhkLThiYjItNWM1YTIzMzBmNDc2&amp;hl=en" href="https://docs.google.com/leaf?id=0B6K8rmHlVyTFZTliYzIwMmEtODZlOS00NjhkLThiYjItNWM1YTIzMzBmNDc2&amp;hl=en">https://docs.google.com/leaf?id=0B6K8rmHlVyTFZTliYzIwMmEtODZlOS00NjhkLThiYjItNWM1YTIzMzBmNDc2&amp;hl=en</a><br>Could it be included into kde-edu collection? What does it miss?<br><br>Luca Tringali</p>