steelphantom said:
I'm going to get a CAS for next semester, since I'll be taking Differential Equations as well as a Matrices course. The price for the student version of each is about the same, so which one do you think I should get? I've tried Mathematica, and it's not bad, but after checking out the demos on the Maplesoft web site, I was very impressed with Maple. I am a second-year math major, so I'll (hopefully) be using whichever software I buy for more than these two classes.
I've tried both. In fact, I've tried Mathematica 5.2, and Maple 10. Those exact versions.
My only opinion is that I found the coding on Maple to be a hell of a lot easier than Mathematica. That's key.
Think about it for a second. Maple works like Microsoft Word practically.
Simply type in...
int(x^2,x);
And, push enter and then it integrates for you. The coding is practically natural...
integrate
x^2 with respect to
x.
For Mathematica, I don't even remember. I'm sure it's not that different, but I do remember annoying square brackets for everything, like as if it would be like...
[int][x^2,[x]]
Whatever it was, something was annoying about it.
Otherwise, they both can probably solve just about anything you throw at it, which can be done numerically.
Not sure which is more powerful, but I would have to guess Maple is because I remember having Maple 8 and Mathematica 5.2 on my computer, where Maple 8 was faster. Mathematica took like an extra second or two. Also, if you're thing had an error, Mathematica seemed like it took much longer to detect than Maple would have.