diff options
author | Judah Milgram <milgram@cgpp.com> | 2022-10-04 20:17:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-08 09:12:41 +0700 |
commit | 6896fe235a661a59332cb584777aaf41ad56e70c (patch) | |
tree | 5bd4aaf6127e461e8f2ad1cc19ce98cdafa64242 /academic/maxima/README | |
parent | 50ca7b712780efb8653c52704361ce16f541d7b6 (diff) |
academic/maxima: Updated for version 5.46.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/maxima/README')
-rw-r--r-- | academic/maxima/README | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/academic/maxima/README b/academic/maxima/README index 35a04af3fa..2ad21b8a56 100644 --- a/academic/maxima/README +++ b/academic/maxima/README @@ -1,7 +1,22 @@ -Maxima is a system for the manipulation of symbolic and numerical -expressions, including differentiation, integration, Taylor series, -Laplace transforms, ordinary differential equations, systems of linear -equations, polynomials, and sets, lists, vectors, matrices, and tensors. -Maxima yields high precision numeric results by using exact fractions, -arbitrary precision integers, and arbitrarily precision floating point -numbers. Maxima can plot functions and data in two and three dimensions. + +Maxima is a GPL computer algebra system based on DOE-MACSYMA. It +is comparable to commercial systems like Mathematica and Maple. It +emphasizes symbolic mathematical computation: algebra, trigonometry, +calculus, and much more. + +For example, Maxima solves x^2-r*x-s^2-r*s=0 giving the symbolic +results [x=r+s, x=-s]. + +Maxima can calculate with exact integers and fractions, native +floating-point and high-precision big floats. + +Maxima has user-friendly front-ends, an on-line manual, plotting +commands, and numerical libraries. Users can write programs in its +native programming language, and many have contributed useful packages +in a variety of areas over the decades. + +Maxima is GPL-licensed and largely written in Common Lisp. Executables +can be downloaded for Windows, Mac, Linux, and Android; source code +is also available. An active community maintains and extends the +system. Maxima is widely used. + |