ART

Maxima (/ˈmæksɪmə/) is a computer algebra system (CAS) based on a 1982 version of Macsyma. It is written in Common Lisp and runs on all POSIX platforms such as macOS, Unix, BSD, and Linux, as well as under Microsoft Windows and Android. It is free software released under the terms of the GNU General Public License (GPL).

History

Maxima is based on a 1982 version of Macsyma, which was developed at MIT with funding from the United States Department of Energy and other government agencies. A version of Macsyma was maintained by Bill Schelter from 1982 until his death in 2001. In 1998, Schelter obtained permission from the Department of Energy to release his version under the GPL. That version, now called Maxima, is maintained by an independent group of users and developers. Maxima does not include any of the many modifications and enhancements made to the commercial version of Macsyma during 1982–1999. Though the core functionality remains similar, code depending on these enhancements may not work on Maxima, and bugs which were fixed in Macsyma may still be present in Maxima, and vice versa.
Features

Maxima includes a complete programming language with ALGOL-like syntax but Lisp-like semantics. It is written in Common Lisp and can be accessed programmatically and extended, as the underlying Lisp can be called from Maxima. It uses gnuplot for drawing.
Numeric calculations

Maxima is a full-featured CAS that specializes in symbolic operations, but it also offers numerical capabilities[1] such as arbitrary-precision arithmetic: integers and rational numbers that can grow to sizes limited only by machine memory, and floating-point numbers whose precision can be set arbitrarily large ("bfloats").

For calculations using floating point and arrays heavily, Maxima offers the possibility of generating code in other programming languages (notably Fortran), which may execute more efficiently.

Maxima is a general-purpose system, and special-case calculations such as factorization of large numbers, manipulation of extremely large polynomials, etc. are sometimes better done in specialized systems.
Interfaces
Screenshot of the wxMaxima interface for Maxima

Various graphical user interfaces (GUIs) are available for Maxima:

wxMaxima is a graphical front-end using wxWidgets.
There is a kernel for Project Jupyter, a flexible, notebook-style GUI written in Python.[2]
GMaxima is a Maxima interface using GTK+.[3]
Cantor, using Qt, can interface with Maxima (along with SageMath, R, and KAlgebra)[4]
The GNU TeXmacs and LyX mathematical editor programs can be used to provide an interactive GUI for Maxima, as can SageMath. Other options include the Imaxima front end, as well as an Emacs and XEmacs interaction mode which is activated by Imaxima.
Kayali[5]
Climaxima[6], a CLIM-based front-end.[7]

See also

Free and open-source software portal iconMathematics portal

Comparison of computer algebra systems
SageMath, a free mathematics software which borrows many libraries from Maxima

References

Barnes, David J. & Chu, Dominique (2010). "Chapter 5". Introduction to Modeling for Biosciences. Springer. ISBN 978-1-84996-325-1.
https://github.com/robert-dodier/maxima-jupyter
http://gmaxima.ackovosrot.cz/
"Cantor". cantor.kde.org. Retrieved 2020-01-15.
"Kayali download". SourceForge. Retrieved 2015-05-31.
"Flathub—An app store and build service for Linux". flathub.org. Retrieved 2019-09-27.

Mårtenson, Elias (2019-08-27), GitHub - lokedhs/maxima-client: Maxima client., retrieved 2019-09-27

Further reading

Timberlake, Todd Keene; Mixon, Jr., J. Wilson (2015). Classical Mechanics with Maxima. Springer. ISBN 978-1-4939-3206-1.

Undergraduate Texts in Mathematics

Graduate Texts in Mathematics

Graduate Studies in Mathematics

Mathematics Encyclopedia

World

Index

Hellenica World - Scientific Library

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License