4
$\begingroup$

I am using Octave (3.6) on Ubuntu 10.0.4 LTS. I want to do some research involving symbolic math. I was thinking of downloading sage (I just found about it today) - but thought I'd better ask in here - at least, I'm already familiar with Octave.

  • 0
    maxima is pretty good at symbolic math it is available in ubuntu. maple is also a very good option, but it is not free. octave is similar to matlab, and you can do symbolic math in matlab, but it's more complicated, because you have to define the symbolic variables and use them in a certan way.2012-04-06
  • 0
    maxima is what Sage uses to do symbolic math2012-04-06
  • 0
    Sage uses *many* symbolic computation packages: Maxima, Singular, etc. For each functionality, it picks the most suitable algorithm from all the packages. It also allows direct interface to all packages. And it also connects to Octave: [reference/sage/interfaces/octave](http://www.sagemath.org/doc/reference/sage/interfaces/octave.html)2012-04-06
  • 0
    That's the answer to the question then J.D. Do it.2012-04-06
  • 2
    I did but OP should wait for more definitive answer from someone who has a first hand experience with `octave-symbolic` or Sage's `octave.eval`.2012-04-06

1 Answers 1