rmaxima
Computer algebra system -- base system
Install
- All systems
-
curl cmd.cat/rmaxima.sh
- Debian
-
apt-get install maxima
- Ubuntu
-
apt-get install maxima
- Arch Linux
-
pacman -S maxima
- Kali Linux
-
apt-get install maxima
- Fedora
-
dnf install maxima
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install maxima
- OS X
-
brew install maxima
- Raspbian
-
apt-get install maxima
- Dockerfile
- dockerfile.run/rmaxima
maxima
Computer algebra system -- base system
Maxima is a fully symbolic computation program. It is full featured doing symbolic manipulation of polynomials, matrices, rational functions, integration, Todd-coxeter methods for finite group analysis, graphing, multiple precision floating point computation. It has a symbolic source level debugger for maxima code. Maxima is based on the original Macsyma developed at MIT in the 1970s. It is quite reliable, and has good garbage collection, and no memory leaks. It comes with hundreds of self tests. This package contains the main executables and base system files.