Calling Sage from Mathematica
A Mathematica notebook version of this document.
Here are a few graph theoretic examples where we call Sage from Mathematica. It should not be too hard to use this technique to incorporate specific Sage commands into Mathematica, but a full blown interface would likely require quite a lot of work.
Requirements
• Mathematica
• Sage
• Python
• pexpect
• Pythonika
Note that Sage comes with it's own copies of pexpect and Python. It should be possible to edit the Pythonika configuration file to point to these copies. You'd then need to recompile Pythonika to get things to work, though.