Changes between Version 2 and Version 3 of Software/Languages
- Timestamp:
- 01/19/08 13:31:28 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/Languages
v2 v3 8 8 == PerlDL == 9 9 == [wiki:awk] == 10 11 == Octave == 12 13 GNU [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 15 To launch it on a CW, simply enter: 16 {{{ 17 octave 18 }}} 19 20 The 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 10 22 == [wiki:cvs] == 11 23 == [wiki:python] ==
