[Scilab-users] Symbolic computation in Scilab

John Gliksberg john.gliksberg at scilab-enterprises.com
Thu Aug 13 14:12:22 CEST 2015


On 13/08/2015 13:41, duce wrote:
> Thank you for your reply. Currently, I am trying to figure my way through
> Maxima to get it to do what i need for my project.
> Anyway, there is a toolbox for that, and it's called Scimax. Here is the
> link http://forge.scilab.org/index.php/p/scimax/
> It's for Linux only. Problem is, I really can't install it properly, since
> it requires some other toolbox called Overload and i really can't manage to
> install it since I'm not too skilled with Ubuntu. If someone could explain
> on how to install this on on Ubuntu, it would be a perfect solution for the
> problem.
> Thank you again
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/Symbolic-computation-in-Scilab-tp4032673p4032678.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

Hi duce,

This toolbox isn't available on Atoms.
To use it from the sources on the forge, you need to download it using
one of the following methods :

  * http://forge.scilab.org/index.php/p/scimax/source/download/master/
    then unpack the .zip
  * $ git clone git at git.forge.scilab.org:scimax.git

then, in scilab, use cd or the GUI to move to the source folder of the 
toolbox.
 From here you can build the toolbox by executing the builder :

  * --> exec builder.sce

If it built successfully, you can load it :

  * --> exec loader.sce

And then use it, load help files, etc.

!!! This depends on the toolbox Overload, which is also not available on 
Atoms,
and must therefore also be built from source :

  * http://forge.scilab.org/index.php/p/overload/source/download/master/
    then unpack the .zip
  * $ git clone git at git.forge.scilab.org:overload.git

etc.

You should, in the same Scilab session, run Overload's loader before 
Scimax's loader.

Of course, Atoms exists to avoid all this - hopefully these toolboxes 
could be added
to Atoms in the near future.

Hope this helps,

-- 

John Gliksberg
Scilab Enterprises
tel: +33.6.40.60.76.95

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20150813/2f347b35/attachment.htm>


More information about the users mailing list