Skip to content

Files

Latest commit

95aa5bc · Jun 5, 2024

History

History
34 lines (23 loc) · 992 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 992 Bytes

app-octave

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.

Usage

https://octave.org/doc/interpreter/

Change Log

2023-06-23

  • Update to latest version (8.2.0)
  • Added ability to remember configuration between sessions
  • Added ability to remember command histories between sessions
  • Added ability to have users download their own packages and have them be preserved across sessions

2023-08-10

  • Update to latest version (8.3.0)
  • Makefile now handles all version control via variables

2023-11-09

  • Update to latest version (8.4.0)

2024-06-05

  • Update to latest version (9.2.0)
  • Moved OS to Rocky Linux 8
  • Reduced thumbnail size