wxmaxima

wxmaxima 26.08.0

Cross platform GUI for the computer algebra system Maxima

https://wxmaxima-developers.github.io/wxmaxima/
GNU General Public License v2.0
main program: wxmaximaprograms: wxmxdiff, wxmaxima
Platforms (24)
powerpc-linuxloongarch64-linuxmicroblazeel-linuxarmv5tel-linuxs390-linuxmips-linuxarmv6l-linuxarc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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