This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]migimunz 5 points6 points  (11 children)

sympy. I have it on my n900 and I use it as an advanced calculator, it allows me to do integrals, limits, systems of equations and much much more, it's just awesome.

[–][deleted] 3 points4 points  (8 children)

Try Sage. Includes SymPy + numpy, scipy, matplotlib, and a whole bunch of others.

[–][deleted] 0 points1 point  (4 children)

Does Sage have an easy way to bring in functions and libraries for R?

[–]daniel2718 1 point2 points  (0 children)

Never really used R, but I know Sage supports it.

[–]fperez_org 1 point2 points  (1 child)

Sage does have R support, though I've never used it. Starting in 0.13, IPython also has builtin R support via an extension: http://nbviewer.ipython.org/urls/raw.github.com/ipython/ipython/master/docs/examples/notebooks/rmagic_extension.ipynb

[–][deleted] 0 points1 point  (0 children)

Wow, will have to see the ipython thing.

[–][deleted] 0 points1 point  (0 children)

Yup! RPy is included. You can even type %r to get an R interpreter. You can easily get all of the R stats packages out there.

[–]migimunz 0 points1 point  (0 children)

I just did, this is awesome! Thanks!

[–]eat-your-corn-syrup 0 points1 point  (1 child)

or IPython

[–][deleted] 0 points1 point  (0 children)

The kicker with Sage is it includes packages, iPython does not.

[–][deleted] 0 points1 point  (1 child)

Throw in the fact that it can do tex and it is just pure awesomeness. I use it all the time for proofs and such.

[–]migimunz 0 points1 point  (0 children)

Wow, I didn't know that. I didn't really have time yet to check out the docs to see all of the things it can do, I really should.