Menu

Tree [0f46ce] master /
 History

HTTPS access


File Date Author Commit
 LICENSES 2009-08-04 robert_dodier robert_dodier [a77e95] Move COPYING back to top-level directory.
 admin 2021-07-27 Wolfgang Dautermann Wolfgang Dautermann [61ca2a] Update FSF address.
 archive 2021-11-23 Wolfgang Dautermann Wolfgang Dautermann [275726] Correct FSF address in comments.
 changelogs 2023-05-30 Robert Dodier Robert Dodier [30b265] Add some changes made by me (R. Dodier) to chan...
 crosscompile-windows 2023-06-03 Wolfgang Dautermann Wolfgang Dautermann [d11d10] Windows installer: Update Gnuplot (for 64bit).
 demo 2019-01-22 Robert Dodier Robert Dodier [bea969] In example for reverse, cut out definition of f...
 desktopintegration 2023-02-16 Gunter Königsmann Gunter Königsmann [6985b7] appdata.xml: AppImage-Builder claims the appdat...
 doc 2023-06-04 Robert Dodier Robert Dodier [0f46ce] Change name of Maxima function 'chinese' to 'so...
 interfaces 2023-03-26 Gunter Königsmann Gunter Königsmann [e3ccdb] Allow front-ends to provide additional info for...
 lisp-utils 2020-12-10 Robert Dodier Robert Dodier [e0b900] In defsystem, change a conditionalization from ...
 locale 2018-01-14 Robert Dodier Robert Dodier [8fde1a] Commit new version of es.po, as provided by cyp...
 macosx 2020-10-19 Barton Willis Barton Willis [2e410f] o fix typo
 plotting 2014-12-16 Andrej Vodopivec Andrej Vodopivec [2a07f2] Adding windows related files to .gitignore.
 share 2023-06-04 Robert Dodier Robert Dodier [0f46ce] Change name of Maxima function 'chinese' to 'so...
 snap 2023-05-29 Gunter Königsmann Gunter Königsmann [72ad2b] Snappy apps: Update maxima's version number
 src 2023-06-04 Robert Dodier Robert Dodier [0f46ce] Change name of Maxima function 'chinese' to 'so...
 tests 2023-06-04 Robert Dodier Robert Dodier [0f46ce] Change name of Maxima function 'chinese' to 'so...
 .gitignore 2021-01-15 Leo Butler Leo Butler [fe98ec] ignore auto directories created by auctex
 AUTHORS 2022-11-07 Wolfgang Dautermann Wolfgang Dautermann [d5960e] Change some URLs to https.
 COPYING 2021-06-17 Jaime E. Villate Jaime E. Villate [bf2e56] Use a link to the copy of the DOE letter in our...
 ChangeLog 2023-06-03 Wolfgang Dautermann Wolfgang Dautermann [02b280] Add the different topics to the Changelog, add ...
 INSTALL 2022-03-19 Wolfgang Dautermann Wolfgang Dautermann [74f944] Document how to build the PDF documentation (fo...
 INSTALL.git 2017-01-07 Wolfgang Dautermann Wolfgang Dautermann [49da9b] Added code to create the manual in EPUB format
 INSTALL.lisp 2021-03-23 Wolfgang Dautermann Wolfgang Dautermann [8457b3] Some spelling fixes.
 INSTALL.win32 2021-04-06 Wolfgang Dautermann Wolfgang Dautermann [042a6e] Changed some URLs to https.
 INSTALL.win32nogcl 2018-09-25 Gunter Königsmann Gunter Königsmann [34a642] More files that were marked as "executable" and...
 Makefile.am 2021-11-21 Robert Dodier Robert Dodier [74168a] Implement configure option to omit building doc...
 NEWS 2021-05-29 Wolfgang Dautermann Wolfgang Dautermann [422588] Typos fixed.
 README 2021-04-06 Wolfgang Dautermann Wolfgang Dautermann [042a6e] Changed some URLs to https.
 README-lisps.md 2023-05-18 Wolfgang Dautermann Wolfgang Dautermann [36161c] Clarification of commit [711035].
 README.developers-howto 2022-11-07 Wolfgang Dautermann Wolfgang Dautermann [d5960e] Change some URLs to https.
 README.external 2021-02-06 Wolfgang Dautermann Wolfgang Dautermann [8ee96a] Convert README.lisps to Markdown. Fixed links a...
 README.i18n 2022-04-11 Wolfgang Dautermann Wolfgang Dautermann [ed59d8] Update README.i18n. Remove obsolete ./configure...
 README.rpms 2019-05-28 Gunter Königsmann Gunter Königsmann [ede2aa] We now build a separate rpm package with the em...
 bootstrap 2002-08-25 amundson amundson [4537ff] Make bootstrap less needlessly verbose.
 common-html.mk 2021-04-30 Jaime E. Villate Jaime E. Villate [c35824] Installs index.html in the HTML destination dir...
 common-info.mk 2022-04-18 Gunter Königsmann Gunter Königsmann [5b69d0] Simplified the documentation build system by >2...
 common.mk 2019-04-19 Gunter Königsmann Gunter Königsmann [42ecea] ./configure: Made the emacs directory configura...
 configure.ac 2023-05-30 Gunter Königsmann Gunter Königsmann [dd41d5] Lisp autodetection: Discard gcl if GCL is too old
 configure.lisp 2021-06-03 Robert Dodier Robert Dodier [1a3405] Changes for configure.lisp and maxima.bat.in to...
 maxima-local.in 2022-07-12 Raymond Toy Raymond Toy [1c6148] Use correct path for htmldir for looking up htm...
 maxima.iss.in 2015-12-14 Andrej Vodopivec Andrej Vodopivec [3e3d34] Add a configure option to create an installer f...
 maxima.spec.in 2022-04-10 Wolfgang Dautermann Wolfgang Dautermann [e83246] maxima.spec.in: Use a valid license string, cor...
 xmaxima-local.in 2021-06-24 Wolfgang Dautermann Wolfgang Dautermann [848b5b] xmaxima-local: fix command line option processing.

Read Me

Maxima is a symbolic computation program.  It is full featured,
doing symbolic manipulation of polynomials, matrices, rational
functions, integration, Todd-coxeter, graphing, bigfloats.  It has a
symbolic debugger source level debugger for maxima code.  Maxima is
based on the original Macsyma developed at MIT in the 1970's.
It comes with extensive self tests.

Maxima is distributed under the GNU General Public License, with some
export restrictions from the U.S. Department of Energy. See the file
COPYING.

Installation information is available in the file INSTALL. Summary
information about this release can be found in the file NEWS. Detailed
change information is available in the ChangeLog.

A simple usage example:

(%i1)	pyth:a^2+b^2=c^2;
(%o1)	b^2+a^2=c^2

(%i2)	solve(pyth,a);
(%o2)	[a=-sqrt(c^2-b^2),a=sqrt(c^2-b^2)]

(%i3)	integrate(x*sin(a*x),x);
(%o3)	(sin(a*x)-a*x*cos(a*x))/a^2

For more information on Maxima, see the Maxima web site,
<https://maxima.sourceforge.io>.