|
|
|
|
|
by qsort
848 days ago
|
|
Stephen Wolfram notwithstanding, Mathematica is still far ahead of most alternatives as a CAS. Maple is good on some integrals. Their downsides are that their languages are not very well suited as general purpose languages, many times the algebraic manipulations you have to perform aren't that complicated and you'd rather work in a "real" language. Yet another case where python isn't the best in class but still workable and able to benefit from its vast general-purpose ecosystem. |
|
That said sympy is quite a cool little library for learning.