Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > GNU Octave


Octave is a free computer program for performing numerical computations, which is mostly compatible with MATLAB. It is part of the GNU project. Note that Octave is NOT a computer algebra system. Octave is rather,

a tool for scientific computation.

The project was conceived around 1988. At first it was intended to be a companion to a chemical reactor design course. Real development only started by John W. Eaton in 1992. The first alpha release dates back to January 4, 1993 and on February 17, 1994 version 1.0 was released.

The name has nothing to do with music. It was the name of a former professor of one of the authors of Octave who was known for his ability to quickly come up with good approximations to numerical problems.

1 Technical Details

2 Octave, the language

  1. Octave language is interpreted.
  2. It is simply structured programming as in C language
  3. Octave does not support call by reference. Only call by value is supported.
  4. Octave program exists as a group of functions called from a script.
  5. Octave language has supports for many common standard library constructs.
  6. Octave language can be extended to support UNIX system calls and functions.
  7. Octave language is matrix based and provides various functions for matrix operation.
  8. It does not have classes or objects, but it supports structures as in the C language.

Because Octave is made available under the GNU General Public License, it may be freely copied and used. The program runs under most Unix and Unix-like operating systems, as well as Microsoft WindowsImage use policy. Microsoft Windows is a range of commercial operating environments for personal computers. The range was first introduced by Microsoft in 1985 and eventually has come to dominate the world personal computer market. All recent versions of.

3 See also

4 References and External links

Domain-specific programming languages Numerical programming systems



Non User