diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-11 19:43:42 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:43:42 +0200 |
commit | 6d8e5b7e0735fd8c51805386c4963d8afa0a8c83 (patch) | |
tree | 4b769e02f648b190aaa06e168763271b32f561c8 /academic/octave/README | |
parent | fdbe73fe3b2671605ac757e0f6385d959294a1ca (diff) | |
download | slackbuilds-6d8e5b7e0735fd8c51805386c4963d8afa0a8c83.tar.gz |
academic/octave: Updated for version 3.0.0
Diffstat (limited to 'academic/octave/README')
-rw-r--r-- | academic/octave/README | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/academic/octave/README b/academic/octave/README index 2a828f506c..180066d913 100644 --- a/academic/octave/README +++ b/academic/octave/README @@ -1,5 +1,7 @@ -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. +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. + +FFTW is an optional dependency; it will be used if it is found. |