4,816
edits
Changes
Octave
,no edit summary
[[Category:Mathematics]][[Category:Software]]
; Short Description: 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.
; Version: 3.2.4
; LocationModulefile: <code>/usr/local/octave</code> ; UsageOctave requires an updated version of Gnuplot. Please add the following lines into your [[User Guide#Unix Shell | dot profiles]] for your default login shell. If you don't know what your shell is, it is <code>bash</code>. * for <code>.bashrc</code> export PATH=/usr/local/octave/bin:/usr/local/gnuplot/bin:$PATH * for <code>.cshrc</code> setenv PATH /usr/local/octave/bin:/usr/local/gnuplot/bin:$PATH
; Documentation
:[http://wiki.octave.org/ Octave Wiki]
:[http://www.gnu.org/software/octave/doc/interpreter/ User Guide]