mgb
Compute Groebner bases (command line tool)
Install
- All systems
-
curl cmd.cat/mgb.sh
- Debian
-
apt-get install mathicgb
- Ubuntu
-
apt-get install mathicgb
- Fedora
-
dnf install mathicgb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mathicgb
- Raspbian
-
apt-get install mathicgb
- Dockerfile
- dockerfile.run/mgb
mathicgb
Compute Groebner bases (command line tool)
Mathicgb is a program for computing Groebner basis and signature Groebner bases. Mathicgb is based on the fast data structures from mathic. The paper "Practical Groebner Basis Computation" describes the algorithms in Mathicgb from a high level. It was presented at ISSAC 2012 and is available at http://arxiv.org/abs/1206.6940 This package contains the command line tool.