9 ms·
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
by markgall 3mo ago
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.
- bloaf 3mo agoDoes 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/summer_2024/indexchapter1.htm#x2-10001 https://www.12000.org/my_notes/CAS_integration_tests/reports...
- pmarin 3mo agoIt used Maxima many years ago.