diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-18 12:14:52 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-18 12:14:52 +0000 |
commit | cad64cdf202ccee70aa99a52da882a3cbdd1ae03 (patch) | |
tree | cbeb57a06a96d8a6687549bd78e3440f02ce096b /math/Scilab/pkg-descr | |
parent | Activate LPRng. (diff) |
Import of Scilab port. Scilab is a matlab-like package.
PR: 3867
Submitted by: Paulo Menezes <paulo@isr.uc.pt>
Notes
Notes:
svn path=/head/; revision=6991
Diffstat (limited to 'math/Scilab/pkg-descr')
-rw-r--r-- | math/Scilab/pkg-descr | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/math/Scilab/pkg-descr b/math/Scilab/pkg-descr new file mode 100644 index 000000000000..b90db8a2a491 --- /dev/null +++ b/math/Scilab/pkg-descr @@ -0,0 +1,27 @@ +Scilab is a scientific software package for numerical computations in a +user-friendly environment. It features: + + Elaborate data structures (polynomial, rational and string matrices, + lists, multivariable linear systems,...). + Sophisticated interpreter and programming language with Matlab-like syntax. + Hundreds of built-in math functions (new primitives can easily be added). + Stunning graphics (2d, 3d, animation). + Open structure (easy interfacing with Fortran and C via online + dynamic link). + Many built-in libraries: + Linear Algebra (including sparse matrices, Kronecker form, + ordered Schur,...). + Control (Classical, LQG, H-infinity,...). + Package for LMI (Linear Matrix Inequalities) optimization. + Signal processing. + Simulation (various ode's, dassl,...). + Optimization (differentiable and non-differentiable, LQ solver). + Metanet (network analysis and optimization). + Symbolic capabilities through Maple interface. + +Note: To configure your local printers, add their names to the PRINTERS + variable in the scilab script. + +For more information see Scilab Home Page http://www-rocq.inria.fr/scilab/. + +-- P. Menezes (paulo@isr.uc.pt) |