logoalt Hacker News

markgalltoday at 2:51 AM1 replyview on HN

Probably the most general-purpose one is SageMath, which is open-source and basically Python with a ton of sophisticated math stuff built into it. Everything I used to do in Mathematica I now do in sage, and I don't think I'm the only one. Probably field-dependent though.

Of course there is a whole constellation of more specialized things in certain fields, that has come a long way in the last 15 years. So people needing things like that no longer kludge things together in Mathematica.


Replies

bloaftoday at 6:20 AM

Does SageMath use Sympy, or is there some other integrator built in? Last I heard Sympy was one of the worst performers, even among other open source CASs.

https://www.12000.org/my_notes/CAS_integration_tests/reports...

show 1 reply