Changes between Version 2 and Version 3 of Software/Languages


Ignore:
Timestamp:
01/19/08 13:31:28 (18 years ago)
Author:
secrest@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Languages

    v2 v3  
    88== PerlDL ==
    99== [wiki:awk] ==
     10
     11== Octave ==
     12
     13GNU [http://www.octave.org/ 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.
     14
     15To launch it on a CW, simply enter:
     16{{{
     17octave
     18}}}
     19
     20The full [http://www.gnu.org/software/octave/doc/interpreter/ documentation] is available online. Information on [http://www.gnu.org/software/octave/FAQ.html#MATLAB-compatibility Matlab compatibility] is available in the online [http://www.gnu.org/software/octave/FAQ.html FAQ].
     21
    1022== [wiki:cvs] ==
    1123== [wiki:python] ==