Is there a symbolic math package for octave?

$\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.

$\endgroup$ 5

1 Answer

$\begingroup$

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.

FWIW, Sage also connects to Octave. Consult: reference/sage/interfaces/octave.

MATLAB has a symbolic toolbox where it allows defining symbolic variables via syms and manipulate them etc. It seems that Octave-symbolic is a package that allows Octave to do symbolic computations similar to MATLAB's. Link:

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like