GNU Octave is a high-level programming language software, 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.
Octave has extensive tools for solving common numerical linear algebra problems, finding the roots of nonlinear equations, integrating ordinary functions, manipulating polynomials, and integrating ordinary differential and differential-algebraic equations. It is easily extensible and customizable via user-defined functions written in Octave's own language, or using dynamically loaded modules written in C++, C, Fortran, or other languages. Octave is one of the major free alternatives to MATLAB.[2]
GNU Octave is also freely redistributable software. You may redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation.
History
- The program is named after Octave Levenspiel, a former professor of the principal author.
- Octave was originally conceived in 1988 to be companion software for an undergraduate-level textbook on chemical reactor design being written by James B. Rawlings of the University of Wisconsin-Madison and John G. Ekerdt of the University of Texas.
- Full-time development began in the Spring of 1992 by John W. Eaton.
- The first alpha release was January 4, 1993, and version 1.0 was released February 17, 1994. [3]
- Octave versions 3.8.0 and later featured a Graphical User Interface (GUI) in addition to the traditional Command Line Interface (CLI).
- July 2, 2016, Octave 4.0.3 the latest version was released.
Featured Videos
Technical Specifications
- Octave is written in C++ using the C++ standard library.
- Octave uses an interpreter to execute the Octave scripting language.
- Octave is extensible using dynamically loadable modules.
- Octave interpreter has an OpenGL-based graphics engine to create plots, graphs and charts and to save or print them. Alternatively, gnuplot can be used for the same purpose.
- Octave versions 3.8.0 and later include a Graphical User Interface (GUI) in addition to the traditional Command Line Interface (CLI)
Date | Author | Comment |
---|
April 15, 2023 | lucas_a_meyer | All those SVMs I trained using GNU Octave in 2015 (?) were not for nothing https://t.co/h7JfsMjVkk |
April 11, 2023 | MartinovYuriy | @notSuspic0us would be GNU Octave (MATLAB) much laconic for this task solving ? |
April 11, 2023 | alorandi | GNU Octave version 8.1.0 has been released and is now available for download. https://t.co/HcmME7544T |
January 11, 2023 | ProjectJupyter | A Jupyter kernel for GNU Octave!
Check out the article by Giulio Girardi and Antoine Prouvost (@AntoineProuvost).… https://t.co/1qif2UVG0p |
Top 5 Lifetime News Headlines
- ↑ http://hg.savannah.gnu.org/hgweb/octave/file/tip/doc/interpreter/contributors.in
- ↑ https://www.gnu.org/software/octave/index.html
- ↑ https://www.gnu.org/software/octave/about.html