Earlier quoted context omitted.
You are waaaay outdated. "SageMathCloud is Now CoCalc" since May 2017. Go google it. And it's not free _at all_, except for very basic stuff. Your pricing depends on what you need, from hundreds to thousands of dollars. Not a criticism, only a heads up for the guys reading the comments.
CoCalc is an open source system. It is convenient to pay for a setup, which is how they hope to get revenue to pay developers.
SageMath – Open-Source Mathematical Software System
21–30 of 87 posts
Re: SageMath – Open-Source Mathematical Software System
#22These days I'm a computational scientist, so I end up using numeric tools anyway (numpy is my life). That said, it'd be great to have access to an open source symbolic tool for the times I need them. How has Sage improved for engineer/science types in the last few years?
Re: SageMath – Open-Source Mathematical Software System
#23When I was in college, about six or so years ago, I used Sage for my physics classes. At some point I stopped using it because it didn't really stand up to Mathematica, which we got for free. My professor said, funnily enough, "sage has been taken over by mathematicians!" talking about how it has a lot of support for math uses but not as much for things like solving ODEs that is more of use for physicists and enginee…
Mathematica is optimized for giving you results you need in undergrad classes. Sage is not optimized at all, but can solve problems useful to researchers.
It's the difference between osx and linux.
Re: SageMath – Open-Source Mathematical Software System
#24The initial issue with Sage was its packaging due to its large number of dependencies. That is largely a non-issue now for the end user. Now there is also SageMathCloud, that makes it even more convenient to adopt.
You are waaaay outdated. "SageMathCloud is Now CoCalc" since May 2017. Go google it. And it's not free _at all_, except for very basic stuff. Your pricing depends on what you need, from hundreds to thousands of dollars. Not a criticism, only a heads up for the guys reading the comments.
Re: SageMath – Open-Source Mathematical Software System
#25Sage is something I keep meaning to learn. Every time I've tried it though, it just didn't feel as polished and integrated as Mathematica.
I am unfortunately forced to use Mathematica because my scientific collaborators do so. While I have become very proficient at it, I don't like the interface or the language very much. Its a functional language put into an interface suitable for iterative programming. Loading external libraries is very non-intuitive, and just being able to separate a single program over many files that you can simultaneously edit is…
Re: SageMath – Open-Source Mathematical Software System
#26When I was in college, about six or so years ago, I used Sage for my physics classes. At some point I stopped using it because it didn't really stand up to Mathematica, which we got for free. My professor said, funnily enough, "sage has been taken over by mathematicians!" talking about how it has a lot of support for math uses but not as much for things like solving ODEs that is more of use for physicists and enginee…
If you know what you're doing the axiom bindings make it the most powerful cas in terms of symbolic manipulation. Mathematica is optimized for giving you results you need in undergrad classes. Sage is not optimized at all, but can solve problems useful to researchers. It's the difference between osx and linux.
What makes you think this? Mathematica is used in all sorts research projects, technical fields, finance, and so on. I've seen Mathematica required or recommended in many, many job listings, especially for quants. I've never seen Sage there.
For evidence, here [1] is what you get for searching for Mathematica on Indeed.com. Note pretty much every one of those jobs lists several math related packages. Not one mentions Sage.
Unfortunately you cannot run the same search on Sage, since there is an ERP package that shows up instead. However, from browsing those listing again I find zero hits for the math package Sage.
Re: SageMath – Open-Source Mathematical Software System
#27Sage is something I keep meaning to learn. Every time I've tried it though, it just didn't feel as polished and integrated as Mathematica.
Mathematica has lots of drawbacks, chief among which : if you write Mathematica code, you're building on top of an expensive, closed-source bunch of opaque algorithm that are neither guaranteed to be correct (can't see what they do) nor to continue behaving the way they did when you wrote your code (you're at the mercy of Wolfram changing what the code does). As far as I'm concerned, this essentially precludes doing…
Re: SageMath – Open-Source Mathematical Software System
#28Re: SageMath – Open-Source Mathematical Software System
#29Hi - I am the guy who started Sage. If you have any questions I can try to answer them here.
Re: SageMath – Open-Source Mathematical Software System
#30Earlier quoted context omitted.
If you know what you're doing the axiom bindings make it the most powerful cas in terms of symbolic manipulation. Mathematica is optimized for giving you results you need in undergrad classes. Sage is not optimized at all, but can solve problems useful to researchers. It's the difference between osx and linux.
>Mathematica is optimized for giving you results you need in undergrad classes What makes you think this? Mathematica is used in all sorts research projects, technical fields, finance, and so on. I've seen Mathematica required or recommended in many, many job listings, especially for quants. I've never seen Sage there. For evidence, here [1] is what you get for searching for Mathematica on Indeed.com. Note pretty muc…
I'd suggest that Sage is likely less good for those uses since Sage is good at the kinds of things you're likely to find academics use Sage for (e.g. tons of discrete math and most things cryptography). Secondly, since there's very little pressure for high-end uses of commercial packages to worry about the licensing cost of a mathematics package like JMP or Mathematica.