"FARKAS, Illes" <[email protected]> writes: >> As a last thought, C and GSL probably aren't the best tools if you're >> exploring algorithms. > > What tools would you or other readers of this list recommend?
You might also try out "GSL Shell", which is basically GSL integrated with Lua (a very nice language), plotting functionality, etc, in a way that's intended to make this sort of exploration easy. [GSL Shell actually uses the LuaJIT2 implementation of Lua, which is a very fast JIT compiler, and has some extensions over the standard language, e.g. a terse lambda syntax for use with formulas, etc.] Here's the homepage: http://www.nongnu.org/gsl-shell/ And some examples: http://www.nongnu.org/gsl-shell/doc/examples.html -Miles -- 永日の 澄んだ紺から 永遠へ
