NumeRe
Framework for numerical computations, data analysis and visualisation
Curve fitting | Data analysis | Plotting | Matrix operations | FFT | Extensible framework | Multiple file formats | Programmable | Open source | Free for everyone
NumeRe: Framework for Numerical Computation is a numerical framework written for Microsoft Windows(R) and released under the GNU GPL v3 for solving and visualizing mathematical and physical problems numerically.
Keep simple things simple:
You want to plot a sine function? Just enter 'plot sin(x)'.
You want to load some data? Enter 'load "path/to/your/file"' or drag the file into the terminal.
You need to fit a function to the data? Enter 'fit data() -with=YOURFUNCTION(x)'
Need assistance? Enter 'help topic' into the terminal or simply press [F1].
...