Maxima (software)
Developer(s) | Macsyma group at Project MAC and volunteer contributors |
---|---|
Initial release | 1982 |
Stable release | 5.45.0
/ 24 May 2021 |
Repository | |
Written in | Common Lisp |
Operating system | Cross-platform |
Type | Mathematical software |
License | GPL |
Website | maxima |
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. Maxima participated in Google Summer of Code in 2019 under International Neuroinformatics Coordinating Facility.[1]
Symbolic calculations[]
Like most computer algebra systems, Maxima supports a variety of ways of reorganizing symbolic algebraic expressions, such as polynomial factorization, polynomial greatest common divisor calculation, expansion, separation into real and imaginary parts, and transformation of trigonometric functions to exponential and vice versa. It has a variety of techniques for simplifying algebraic expressions involving trigonometric functions, roots, and exponential functions. It can calculate symbolic antiderivatives ("indefinite integrals"), definite integrals, and limits. It can derive closed-form series expansions as well as terms of Taylor-Maclaurin-Laurent series. It can perform matrix manipulations with symbolic entries.
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.
Numeric calculations[]
Maxima specializes in symbolic operations, but it also offers numerical capabilities[2] such as arbitrary-precision integer, rational number, and floating-point numbers, limited only by space and time constraints.
Programming[]
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.
For calculations using floating point and arrays heavily, Maxima has translators from the Maxima language to other programming languages (notably Fortran), which may execute more efficiently.
Interfaces[]
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.[3]
- is a Maxima interface using GTK+.[4]
- Cantor, using Qt, can interface with Maxima (along with SageMath, R, and KAlgebra)[5]
- 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[6]
- Climaxima,[7] a CLIM-based front-end.[8]
See also[]
- Comparison of computer algebra systems
- SageMath, a free mathematics software which borrows many libraries from Maxima
References[]
- ^ http://neuroinformatics.be/gsoc2019-completed/
- ^ 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.
External links[]
This article's use of external links may not follow Wikipedia's policies or guidelines. (May 2021) |
Wikibooks has a book on the topic of: Maxima |
Wikimedia Commons has media related to Maxima (software). |
- Official website
- wxMaxima, GUI for Maxima
- Maxima 10 Minute Tutorial
- The HTML Maxima Manual in English
- Demonstrations of capabilities
- Introduction to Maxima for Economics, a comprehensive maxima tutorial suitable for anyone using linear algebra or calculus.
- Maxima by example, a "second-reading" tutorial for the serious Maxima user.
- wxMaxima for Calculus I and II An open text on wxMaxima for single variable calculus.
- dynamicalsystems, collection of several Maxima programs to create various graphical representations of discrete dynamical systems and fractals
- Short list of useful examples
- comparison of Maxima vs. MuPAD, includes a very long list of examples. Somewhat outdated.
- imaxima, Emacs front end that includes typesetting.
- (in Japanese) Various plotting examples
- A Maxima-Gnuplot interface, drawing examples
- (in German) angeom.mac Analytische Geometrie mit wxMaxima
- (in French) The SYM package for Maxima
- (in Portuguese) Dynamical Systems textbook at the University of Porto (Portugal), with examples in Maxima
- DragMath, an open-source online equation editor that can export Maxima, and other formats.
- The STACK, computer aided assessment system.
- Maxima on Android, a version of Maxima for Android mobile devices
- Running Maxima online:
- maxima.cesga.es from "Centro de Supercomputación de Galicia"
- A web browser implementation of Maxima
- Omega CAS Explorer A calculator-like web interface for Maxima
- Common Lisp (programming language) software
- Computer algebra system software for Linux
- Computer algebra system software for MacOS
- Computer algebra system software for Windows
- Cross-platform free software
- Free computer algebra systems
- Free educational software
- Free software programmed in Lisp
- Software that uses wxWidgets