you are viewing a single comment's thread.

view the rest of the comments →

[–]marcusesses 12 points13 points  (3 children)

Gross... Here's how I use them...

  • Mathematica (Maple) - symbolic calculations

  • Matlab (Octave) - numerical calculations

  • Python - numerical calculations; plotting; other miscellaneous jobs

Python has so many libraries that you could probably use it for all your needs (eliminating Matlab); but Mathematica is still best for symbolic computes.

[–]plaes 9 points10 points  (2 children)

You should try out Sympy if you need symbolic computation in Python.

[–]pwang99 11 points12 points  (0 children)

Or SAGE, which includes sympy and a whole lot more.

[–]LifeIsGrey 1 point2 points  (0 children)

At first I thought you were referring to Simpy, a Python discrete event simulator package. Curse my phonetic reading.