Discussion:
[Axiom-developer] Obtaining Axiom
Tim Daly
2018-07-14 18:13:11 UTC
Permalink
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

Loading...