Hacker News new | ask | show | jobs
by daly 2646 days ago
The last Axiom update was just this week (March 21, 2019). In general, Axiom is updated about once a month.

The current Axiom effort is directed toward proving the algorithms. The research combines computer algebra with proof theory. A survey done last year shows that there is almost no overlap between these two fields of computational mathematics.

Computer algebra IS mathematics. The present state of the art is "works-for-my-case" implementations. That is fine for the short term but Axiom focuses on the "30 Year Horizon". Early computer algebra systems did integration "by heuristics". Systems like Axiom use the Risch algorithm.

The next generation systems should use proven algorithms. At this time this is still an open research area. Axiom was originally a research platform (at IBM Research) and, as open source, still retains its research focus. Research takes time.

This is a difficult research problem. Not everyone agrees it can or should be done. "Works-for-my-case" implementation is easier.

Axiom and Fricas are not in competition. We simply have different goals. The Fricas people are doing excellent work. I would encourage you to try the software.

Tim Daly (Axiom Lead Developer)

1 comments

> The last Axiom update was just this week (March 21, 2019). In general, Axiom is updated about once a month.

The website could be made clearer on that part. I was reading these pages which imply 2014 being last release

http://www.axiom-developer.org/axiom-website/releasenotes.ht...

http://www.axiom-developer.org/axiom-website/currentstate.ht...

On the other hand, the download page has 2017 version available as the latest

http://www.axiom-developer.org/axiom-website/download.html

If the project is alive and active, please let show so people would be more inclined to try it out.