Scilab Symbolic Toolbox
Steps to install scimax toolbox on ScilabScilab Version: 5.5.0OS: Ubuntu 14.04
- Install Maxima. On terminal type sudo apt-get install maxima
- Download overload-1.3.3.tar
- Extract overload-1.3.3
- On Scilab console, navigate to overload-1.3.3 folder
- Type exec loader.sce in Scilab console
- Download scilab-scimax-2.1.4.tar
- Extract scilab-scimax-2.1.4
- Open scilab-scimax-2.1.4/builder.sce on an editor. Change line 14 to indicate the path of overload.1.3.3. For example, the path could look like this- %otb_path='/home/xyz/overload-1.3.3'
- On Scilab console, navigate to scilab-scimax-2.1.4
- Type exec builder.sce in Scilab console
- Type exec loader.sce in Scilab console
- Type maxinit in Scilab console
- To test the toolbox has been loaded properly, type the following in Scilab console Syms x Syms y e=(x+y)^5 f=expand(e)
If the expanded expression is correct, scimax has been loaded properly on Scilab. Certain functions like ilaplace do not exist in this toolbox.