Menu

Tree [94c963] master /
 History

HTTPS access


File Date Author Commit
 LICENSES unknown
 admin 2021-07-27 Wolfgang Dautermann Wolfgang Dautermann [61ca2a] Update FSF address.
 archive 2025-11-09 Wolfgang Dautermann Wolfgang Dautermann [691605] Fix some typos.
 changelogs 2025-12-16 Robert Dodier Robert Dodier [812ea3] ChangeLog-5.49.md: add items which I worked on.
 crosscompile-windows 2 days ago Wolfgang Dautermann Wolfgang Dautermann [85406e] Crosscomiled Windows/ECL: Use w64devkit, not wi...
 demo 2026-03-22 Robert Dodier Robert Dodier [852d03] New function at_difference which returns the di...
 desktopintegration 2024-10-04 villate villate [181c06] Updates the name of the desktop launcher file f...
 doc 6 days ago David Scherfgen David Scherfgen [6f5950] Fix German umlaut in documentation
 interfaces 2026-04-18 Robert Dodier Robert Dodier [638955] Plotdf.tcl: call makeFrame with third argument ...
 lisp-utils 2025-04-22 Viktor T. Toth Viktor T. Toth [9fb914] Updated defsystem.lisp for GCL 2.7.1 compatibil...
 locale unknown
 macosx 2020-10-19 Barton Willis Barton Willis [2e410f] o fix typo
 share 2 days ago Barton Willis Barton Willis [59f304] o Correct `like` to `alike1`
 snap 2024-06-02 Gunter Königsmann Gunter Königsmann [f90a7d] Snappy package: Use the newest core.
 src 13 hours ago David Scherfgen David Scherfgen [94c963] PLUSIN (SIMPLUS): fix canonical ordering violat...
 tests 13 hours ago David Scherfgen David Scherfgen [94c963] PLUSIN (SIMPLUS): fix canonical ordering violat...
 .gitignore 2023-06-25 Raymond Toy Raymond Toy [e89451] Ignore build-html-index.log
 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 2 days ago Barton Willis Barton Willis [0d6abd] Fixes for bugs \#4740 and \#4747
 INSTALL 2022-03-19 Wolfgang Dautermann Wolfgang Dautermann [74f944] Document how to build the PDF documentation (fo...
 INSTALL.git unknown
 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 2026-02-28 villate villate [53b088] Removes mgnuplot that has not been used for man...
 NEWS 2021-05-29 Wolfgang Dautermann Wolfgang Dautermann [422588] Typos fixed.
 README 2025-07-16 villate villate [93335e] README file: removes reference to "NEWS" which ...
 README-lisps.md 2025-11-30 Wolfgang Dautermann Wolfgang Dautermann [f047e6] Remove SCL from README-lisps.md.
 README.developers-howto 2022-11-07 Wolfgang Dautermann Wolfgang Dautermann [d5960e] Change some URLs to https.
 README.external unknown
 README.i18n 2022-04-11 Wolfgang Dautermann Wolfgang Dautermann [ed59d8] Update README.i18n. Remove obsolete ./configure...
 README.rpms unknown
 bootstrap unknown
 common-html.mk 2025-08-01 villate villate [e53990] Do not add the HTML version of the manual to th...
 common-info.mk 2025-02-01 Wolfgang Dautermann Wolfgang Dautermann [6b3d5d] Fix wrong 'echo' output during make install.
 common.mk unknown
 configure.ac 2026-02-28 villate villate [53b088] Removes mgnuplot that has not been used for man...
 configure.lisp 2021-06-03 Robert Dodier Robert Dodier [1a3405] Changes for configure.lisp and maxima.bat.in to...
 maxima-local.in 2025-11-21 Raymond Toy Raymond Toy [6e49a9] Let lisp handle --list-avail
 maxima.iss.in unknown
 maxima.spec.in 2025-12-12 Viktor T. Toth Viktor T. Toth [e6095d] Add SBCL to RPM release builds
 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 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>.
MongoDB Logo MongoDB