Tabla de contenidos
Existe multitud de software de cáculo.
Octave es un programa orientado al análisis numérico.
Octave se puede entender como una implementación libre de Mathlab, por describirlo de una forma sencilla.
Octave se puede ejecutar:
En línea de comando.
[jadebustos@dedalo ~]$
octave
GNU Octave, version 2.1.73 (i486-pc-linux-gnu). Copyright (C) 2006 John W. Eaton. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'. Additional information about Octave is available at http://www.octave.org. Please contribute if you find this software useful. For more information, visit http://www.octave.org/help-wanted.html Report bugs to <bug@octave.org> (but first, please read http://www.octave.org/bugs.html to learn how to write a helpful report). octave:1>
[jadebustos@dedalo ~]$
Ejecución en modo batch.
Octave no realiza representaciones gráficas. Para ello utiliza programas externos.
Normalmente se utiliza Gnuplot pero se puede configurar el programa a utilizar mediante la variable gnuplot_binary.