octave

octave 11.3.0

Scientific Programming Language

https://www.gnu.org/software/octave/
GNU General Public License v3.0 or later
programs: mkoctfile, octave, octave-config-11.3.0, octave-config, octave-cli-11.3.0, octave-cli, octave-11.3.0, mkoctfile-11.3.0
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  octave
];
Ad-hoc shell
nix-shell -p octave
Flake (nix run)
nix run nixpkgs#octave