micromass Staff Emeritus Science Advisor Homework Helper Insights Author Messages 22,170 Reaction score 3,335 Aug 26, 2011 #2 You mean you're looking for a free program that can work with matrices?? Sure, that exists. Here is one: http://maxima.sourceforge.net/
You mean you're looking for a free program that can work with matrices?? Sure, that exists. Here is one: http://maxima.sourceforge.net/
Simon_Tyler Messages 312 Reaction score 1 Aug 27, 2011 #4 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: May 5, 2017
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.