I'm porting some matlab functions to scilab. The cool thing is that there is a conversion toolbox that make things very easy.
The problem is I did not find the counter part to the syms function, and the symbolic toolbox in general. (I'd like a port of the Control System Toolbox too, i'm still searching for some functions I'd may need).
The only thing about symbolic toolbox I've found is this but it was a little trcky and not so easy (actually I was not able to set up it correctly in 30min and I gave up for now, i'm gonna trying later) and it needs Maxima to be installed. Does anyone know anything about that?
Scilab is not exactly a must. The project aims to give a more free and open source alternative to matlab. I saw there is SymPy for python and I just could use it with SciPy but I'd lost the conversion toolbox thing :\
That said, what should be better? Get SciLab and Maxima work together or move to python & co.? This is the start of the project so the early I choose this the best is.