MATLAB Alternative to MATLAB for College Algebra on *nix, Open Source

  • Thread starter Thread starter Some Guy
  • Start date Start date
  • Tags Tags
    Matlab
AI Thread Summary
A user seeking an alternative to MATLAB for symbolic math in a college algebra course finds the interface cumbersome and error-prone. Recommendations focus on Maple, praised for its powerful symbolic capabilities and user-friendly classic worksheet interface. Users can access help files easily and learn commands through tutorials. Maple can efficiently handle tasks like factoring polynomials and simplifying expressions. Additionally, many universities offer free access to Maple through computer labs or loan programs for students. For those seeking free alternatives, Scilab and Octave are suggested for numerical work, while Maxima is recommended for symbolic manipulation, though these options may lack the user-friendliness of more established software like MATLAB, Mathematica, or Maple.
Some Guy
Messages
3
Reaction score
0
I'm currently taking a college algebra course. I have been using MATLAB to check answers to problems not given in the back of the book. Although I respect the power and flexibility of the program, I've found the interface to be time consuming and error-prone. Can anyone recommend a program capable of symbolic math with an easier to use interface?

Difficulty: must run on *nix and be open-source or easily thievable.
 
Physics news on Phys.org
Mathematica is perfect but it is VERY expensive.
 
Maple rules!

Actually, I have to say that, as my job involves Maple development. But actually, it's a great program - find a copy, even Maple 11 is fine - go to the classic worksheet. Then at the prompt you can read about the commands by typing a ? with a topic or command name, i.e.
> ?DifferentialGeometry
and it will bring up the help files. The commands might seem crazy at first, but if you go through the tutorial, you'll have it all in your head in no time. It took me 2 months to become proficient enough not just to use Maple, but to write code for new Maple commands. :) And I think it is a far more powerful tool for symbolic features, while Matlab tends to do well with very large sets of data that need number crunching.

Let's see, for college algebra, Maple can factor and find roots of polynomials, simplify expressions, you can check if lhs of equation = rhs, the list just goes on and on!
 
I forgot to add: your university might have a copy that you can use. Our open-access computer labs all have Maple, and our CS department has a Maple disk that they'll loan for you to take home and put on your personal computer. So as long as you're a student, you can use the software for free, at some universities.
 
Thank you both. maple seems to be perfectly suited to my needs. I'll go see if my computer lab has a copy tomorrow.
 
That said, if you need *free* alternatives, there are matlab-like free suites, like Scilab (I like it), or Octave for numerical work, and there are free CAS systems like maxima if you need symbolic manipulation. They are not as user-friendly and powerful as matlab, mathematica or maple, but they are free, and run as well under linux as windows and mac.
 
Back
Top