GNU Octave

Free Your Numbers

Technologies
c++, hg
Topics
mathematics, scientific computing, numerical computation, numerical methods, matlab
Free Your Numbers

GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to Matlab so that most programs are easily portable.

Octave is continually being upgraded. The current version 5.1 includes a graphical user interface, support for classdef object-oriented programming, and many new and improved functions. Student projects may also involve developing or upgrading Octave Forge packages, which can be loaded to provide additional specialized functions that supplement those provided in Core Octave.

2020 Program

Successful Projects

Contributor
Abdallah Elshamy
Mentor
Kai Torben Ohlhus, Sebastian Schöps, Ankit
Organization
GNU Octave
JSON encoding/decoding
JavaScript Object Notation, in short JSON, is a very common human readable and structured data format. Unfortunately, GNU Octave still lacks builtin...