maxima

maxima 5.49.0

Computer algebra system

<rendered-html><p>Maxima is a fairly complete computer algebra system written in lisp with an emphasis on symbolic computation. It is based on DOE-MACSYMA and licensed under the GPL. Its abilities include symbolic integration, 3D plotting, and an ODE solver.</p> </rendered-html>

http://maxima.sourceforge.net
GNU General Public License v2.0 or later
programs: maxima, rmaxima, xmaxima
Platforms (45)
mips64-linuxx86_64-netbsdx86_64-redoxi686-freebsdriscv32-linuxriscv64-netbsdx86_64-cygwinarmv6l-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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