Programs to compute simple matrix operations; free for commercial use

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
KingNothing
Messages
880
Reaction score
4
Do any such programs exist?
 
Physics news on Phys.org
I second DaleSpam, Python and http://numpy.scipy.org/" is what you want. (Maxima is good with numerics, but is more known for its symbolics)

However, if you're used to something like matlab, then have a look at http://www.gnu.org/software/octave/doc/interpreter/Introduction.html#Introduction".

Also, most programming languages have (free) libraries for array/matrix operations / linear algebra.
E.g. ATL or uBLAS are the standards for C++. Just google for more.
 
Last edited by a moderator: