Wednesday, October 17, 2007

Johns Hopes FPlot 2.03

Why yet another function plotting programe? The great advantage of FPlot is flexibility and speed. Functions can be entered as C# source code, which is similar to C, and are compiled on the fly with the C#-compiler included in .NET. This way you can express any function, no matter how complicated, and your function evaluates at the full speed of any compiled .NET programm, there is no slow expression interpreter in between. Also FPlot has built in support to numerically integrate and differentiate your functions. If you want to fit your model to measurement data, you don't have to mess around with many predefined models, simply express your fitting model with C# and you are ready to fit the model to your data. So FPlot is a simple but powerful app to do curve fitting. You can also easily refer to third party libraries like dnAnalytics (freeware), NMath from CenterSpace Softare (commercial) or IMSL from Visual Numerics (commercial). As an alternative you can use functions from the book Numerical Recipes in C.


click to enlarge


FPlot also comes with a free .NET library that implements the core functionality of FPlot and that you can use in your own .NET programms. The library also implements a WebControl you can use to plot functions and data on an ASP.NET webpage.

more info @http://www.johnshope.com/fplot/
Download: | Rapidshare |

No comments:

Post a Comment