GNU Octave version 9.2.0 has been released and is now available for download. An official Windows binary installer is available. For macOS see the installation instructions in the wiki.
Scientific Programming Language
The Octave syntax is largely compatible with Matlab. The Octave interpreter can be run in GUI mode, as a console, or invoked as part of a shell script. More Octave examples can be found in the Octave wiki.
Solve systems of equations with linear algebra operations on vectors and matrices.
Visualize data with high-level plot commands in 2D and 3D.
GNU Octave can be extended by packages. Find them at:
Octave is free software licensed under the GNU General Public License (GPL). Assuming you have Mercurial installed on your machine you may obtain the latest development version of Octave sources with the following command:
hg clone https://hg.octave.org/octave
GNU Octave 9.2.0 Released – Jun 7, 2024
GNU Octave version 9.2.0 has been released and is now available for download. An official Windows binary installer is available. For macOS see the installation instructions in the wiki.