Octave


About Octave  :

GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab. It may also be used as a batch-oriented language.

Octave has extensive tools for solving common numerical linear algebra problems, finding the roots of nonlinear equations, integrating ordinary functions, manipulating polynomials, and integrating ordinary differential and differential-algebraic equations. It is easily extensible and customizable via user-defined functions written in Octave's own language, or using dynamically loaded modules written in C++, C, Fortran, or other languages.

How to run Octave in ENEA-GRID
Octave is available on ENEA-GRID linux systems and can be invoked with the command "octave".

Documentation:-

The documentation info can be obtained at
http://www.gnu.org/software/octave/docs.html


Features unique to octave:-
1) command and variable name completion
2) command history
3) Data structures
4) Short-circuit boolean operators
5) Increment and decrement operators
6) Unwind-protect
7) Variable-length argument lists
8) Variable-length return lists
9) Built-in ODE and DAE solvers

What platforms are supported?

The Octave source code can be compiled on many systems, including Windows, Linux, and MacOS X.


Intallation info :-
The installation info about Octave can be obtained at http://www.afs.enea.it/software/octave/Installation-info.html
Download  Octave :-

Octave can be downloaded from  http://www.gnu.org/software/octave/download.html