- Notifications
You must be signed in to change notification settings - Fork0
rdbyk/bosons
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- is anexperimental ATOMS repository forBalisc /Scilab 6.x
- provides someprecompiled Toolboxes forLinux 64bit only
atomsRepositoryList()
will return a list of available repositoriesatomsRepositoryAdd('https://raw.githubusercontent.com/rdbyk/bosons/master')
will add theBosons to the list of available repositories
(Hint: In case of ATOMS related problems, make sure that your that yourEdit | Preferences | Web | Proxy settings are correct.)
- use the commands
atomsList
/atomsInstall
/atomsRemove
, - or theApplications | Modules Manager - ATOMS with GUI
SYMSCI - Symbolic Math Toolbox for Scilab (Version 0.5)
TheSYMSCI Toolbox provides (currently) very basic capabilities forsymbolic arithmetic anddifferentiation,andarbitrary precision floating point calculations (cf.Help Pages)
Under the hood works the MIT/BSD licensed C++ libarySymEngine.SymEngine itself needs the following LGPL licensed GNU libraries:GMP,MPFR, andMPC.
You have to install these shared librariesa priori to theinstallation of theSYMSCI Toolbox itself, e.g. via
sudo apt-get install libgmp10 libmpfr4 libmpc3
under Ubuntu.
Followed by
atomsInstall("symsci")
underBalisc/Scilab 6.x, whichdownloads andinstallsSYMSCI Toolbox from theBosons repository.