Exact symbolic answers
Closed-form solutions, simplification, limits, series, and derivatives — results as formulas, not approximations.
;; a fork of Maxima · GPL · Common Lisp · est. 2026
⑂ This is a community fork of Maxima — not the official project.
Anaxima is a free computer algebra system that thinks in symbols, not just numbers — solving, simplifying, differentiating, and integrating exactly. The lineage of MIT's Macsyma, the openness of Maxima, and a fork that's yours to bend.
(%i3) describe(features);
Everything Maxima can do, Anaxima can do — algebra, trigonometry, calculus, plotting, and decades of contributed packages — with a full programming language underneath and raw Lisp one call away.
Closed-form solutions, simplification, limits, series, and derivatives — results as formulas, not approximations.
Arbitrary-precision integers, rationals bounded only by memory, and "bfloats" as long as you dare.
ALGOL-like syntax with Lisp-like semantics: write functions, packages, and whole libraries in the system itself.
Written largely in Common Lisp — and the Lisp underneath is callable, scriptable, and hackable.
Built-in plotting, numerical libraries, an online manual, and friendly graphical front-ends.
An active community has extended the system for over fifty years — and keeps going. Your fork inherits it all.
(%i4) download(your_machine);
Grab the installer, run it, and you're solving in minutes.
Licensed under the GPL — free to use, study, and share. (You're looking at proof.)
(%i5) history(anaxima);
Anaxima stands on one of the oldest continuous codebases in computing.
The original computer algebra system, built at Project MAC. It taught machines to do mathematics symbolically.
Released under the GPL and maintained ever since by a worldwide community, rivaling commercial systems like Mathematica and Maple.
A fresh branch of the tree: fully compatible, freely licensed, and pointed at what comes next.