Tim Daly
2018-07-14 18:13:11 UTC
You can get the sources at
http://github.com/daly/axiom
The PDFs are available at
https://en.wikipedia.org/wiki/Axiom_(computer_algebra_system)
You can get an executable on Linux with
sudo apt-get install axiom
You can get an executable on all platforms using Docker:
docker pull daly/axiom
docker run -i -t daly/axiom axiom
Tim
http://github.com/daly/axiom
The PDFs are available at
https://en.wikipedia.org/wiki/Axiom_(computer_algebra_system)
You can get an executable on Linux with
sudo apt-get install axiom
You can get an executable on all platforms using Docker:
docker pull daly/axiom
docker run -i -t daly/axiom axiom
Tim