Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What is the best open-source equivalent for Mathematica? My requirements are:

  1. (most important) Must be a real computer algebra system (CAS). Notably, I don't want Matlab clones -- I want something that can, at least, symbolically differentiate and integrate.
  2. Must be programmable. A functional-programming view of the world, like Mathematica's, would be awesome. The basic datatype of M'ica is the list, which is very convenient!
  3. (least important) Similar syntax would be nice.

The ability to deal with objects such as groups or graphs would be a great bonus, but my primary emphasis is on the main things Mathematica and Maple do: algebra and calculus, both symbolic and numeric. Also, plotting is not high on my list of requirements, as I'm mostly a terminal and not GUI user.

share|improve this question
3  
It's worth reading William Stein's (the lead developer of Sage) thoughts on open source CAS. See wstein.org/mathsoftbio/history.pdf and sagemath.blogspot.com/2008/05/… – Simon Nov 6 '10 at 5:57
1  
A somewhat related question on the mathematica.SE site: Is there an open source implementation of Mathematica-the-language? – Simon Jan 12 at 1:21

15 Answers

up vote 47 down vote accepted

SAGE is definitely one you should consider since it actually includes the full version of Maxima within it (along with interfaces to various other mathematical packages). To answer your questions:

1) SAGE can symbolically differentiate and integrate.

2) Programming in SAGE is done via Python.

3) The syntax is rather different to Mathematica's (which is essentially LISP-like) but here is a blog post written by a heavy user of Mathematica so you can see what he thinks: Walking Randomly: Interacting with SAGE

share|improve this answer
2  
the documentation has changed and so the link: sagemath.org/doc – Harald Schilly Aug 26 '09 at 21:48
Just installed it, I really enjoy the web interface part with user management. It could be great for math/science teachers. – enedene Oct 18 '11 at 14:48

Try Maxima. It is a "real CAS" (can do symbolic stuff). Programmability emphasizes imperative, but you can do functional too. Not fast, however. Precompiled Windows version is available.

share|improve this answer
7  
+1, I especialy like wxMaxima which provides a more Mathematica-like GUI for Maxima. I believe it's the default GUI on windows but you can install it in other OS's too. – catchmeifyoutry Sep 15 '10 at 11:53

Mathics is essentially an open-source mathematica clone, with back-end SymPy and Sage !

Moreover, you can try it online, with a mathematica-like Notebook interface (although it doesn't have all mathematica's capabilities yet, but already feels like it). It supports saving and loading notebooks from the Browser as well.

Interestingly, it doesn't have mathematica's Function problem !

share|improve this answer

SymPy

Open source, Python


SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries.

share|improve this answer
It should probably be noted that SymPy is included in Sage too, though I don't think it's used for anything by default. – VPeric Apr 19 '12 at 9:25
@VPeric: On that note, many of the other packages mentioned in this thread are also in Sage: e.g., Maxima, R, NumPy/SciPy, Pari/GP and GiNaC (pynac). It also has interfaces to many other systems. Most of these packages are not necessary, as the Purple Sage project shows. – Simon Apr 19 '12 at 11:39

There's also a C++ library CAS called GiNaC. This isn't exactly what you were looking for but it's certainly very programmable.

share|improve this answer
[Moving my comment out of an answer, which predated the commenting system.] Although I indeed was asking for something with an interface, I was curious if such libraries existed. – A. Rex Jan 19 '09 at 17:16
1  
Sage uses pynac, which is a litte fork of ginac for deep python integration. – Harald Schilly Aug 26 '09 at 21:49

Specifically, Maxima:

http://en.wikipedia.org/wiki/Maxima_%28software%29

share|improve this answer

Have you seen Sage?

It provides a great terminal/gui interface and is extend able to tons of application's. It also has great support for programming, utilizing python.

I would be very surprised if it didn't do what you needed.

Brian

share|improve this answer

Hm, I may be a bit late, but Sage uses Maxima for symbolic calculation. Sage is far bigger than Maxima then :) So if your tasks are simple, you can choose Maxima, it has good GUIs (xMaxima/wxMaxima) and CLI (iMaxima mode for Emacs is cool!), and it can do plotting with Gnuplot.

share|improve this answer
1  
Sage no longer uses Maxima for its symbolics (and hasn't for a while). Most of the basic symbolics are now handled by GiNaC/PyNaC. Although it does still call Maxima for a variety of higher level operations. – Simon Jun 15 '11 at 4:57

My Symja project implements similar functions in Java.

share|improve this answer

http://en.wikipedia.org/wiki/Comparison_of_computer_algebra_systems

share|improve this answer
1  
[Moving my comment out of an answer, which predated the commenting system.] I forgot to mention that I was aware of that page. Indeed, part of the reason I was asking was because there were so many options there! I was wondering if people had any opinions. – A. Rex Jan 19 '09 at 17:16

If you decide to use Maxima (recommended!), you might find the following introduction and collection of resources helpful:

Resources: Maxima for Symbolic Computation: ( http://mathscitech.org/articles/maxima ),

which includes among its listings a nifty Mathematics / Maxima Syntax Conversion sheet.

share|improve this answer

after SAGE try PARI/GP and then MAGMA

share|improve this answer
4  
MAGMA is not open source. The lead developer of Sage actually worked on Magma for a few years. – Simon Nov 6 '10 at 5:55

Notice that I'm way late to this party- by a few years- but do look at NumPy/SciPy

http://numpy.scipy.org/

As it's likely obvious, it all depends on the sort of things you want to do- lots of stats/data analysis, look at R. Matlabby- stuff- Num/SciPy, symbolic things- sage.

Enthought has a nice packaging of Python that includes several UI enhancements, making it less obnoxious than the alternative- they too are worth looking at also (I don't have enough reputation points to put a second link here, but www enthought com should get you there fine)

share|improve this answer
-1 "Must be a real computer algebra system (CAS). Notably, I don't want Matlab clones" – endolith Mar 11 at 23:44

you may want to check out this online CAS:

http://www.vroomlab.com

a quick reference is at:

http://www.vroomlab.com/nhome/qr.jsp

share|improve this answer
1  
This seems to be "just" a web based frontend for Maxima and doesn't seem to be an open-source one, either. However, it is interesting. Thanks! – Simon Jan 12 at 8:14

The SAS guys at work have mentioned R.

share|improve this answer
4  
SAS is statistical analysis. R can't handle (to my knowledge, anyway) algebraic functionality (unless there is a module for it). – Thomas Owens Nov 23 '08 at 1:14

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.