sage
sage 10.9
Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab
https://www.sagemath.orgGNU General Public License v2.0 or later
main program: sageprograms: sage
Platforms (25)
powerpc64le-linuxx86_64-linuxmicroblaze-linuxarmv7l-linuxi686-linuxmicroblazeel-linuxloongarch64-linuxmips64el-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ sage ];
Ad-hoc shell
nix-shell -p sage
Flake (nix run)
nix run nixpkgs#sage