Menu

Tree [c32bd9] KoenGu/ClaspLispSupport /
 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 2022-04-13 Viktor T. Toth Viktor T. Toth [6d8a7a] Adding 5.46 change log.
 crosscompile-windows 2023-01-02 Wolfgang Dautermann Wolfgang Dautermann [88969b] Windows installer: update SBCL.
 demo 2019-01-22 Robert Dodier Robert Dodier [bea969] In example for reverse, cut out definition of f...
 desktopintegration 2021-05-29 Wolfgang Dautermann Wolfgang Dautermann [422588] Typos fixed.
 doc 2023-01-24 Gunter Königsmann Gunter Königsmann [51b1b1] End clasp after compiling the manual index
 interfaces 2022-05-16 Leo Butler Leo Butler [f12752] imaxima.lisp: rewrite TEX-STRIPDOLLAR to handle...
 lisp-utils 2023-01-22 Gunter Königsmann Gunter Königsmann [14c9b5] More clasp support
 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-01-24 Camm Maguire Camm Maguire [bd8cf3] gcl has with-compilation-unit
 snap 2017-07-26 Gunter Königsmann Gunter Königsmann [1044f3] Snappy apps: Now I understood what the grade is...
 src 2023-01-24 Gunter Königsmann Gunter Königsmann [c32bd9] A try to make clasp dump maxima after building it.
 tests 2023-01-16 Raymond Toy Raymond Toy [c62f87] Move rtest_nfloat from share to tests
 .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 2022-12-28 Barton Willis Barton Willis [bd91c8] o Inserted call to trigreduce in ratlim. This f...
 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 2023-01-22 Gunter Königsmann Gunter Königsmann [e37fb1] Added clasp to the Makefile.am files
 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 2022-11-07 Wolfgang Dautermann Wolfgang Dautermann [d5960e] Change some URLs to https.
 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-01-23 Raymond Toy Raymond Toy [51b8ec] Comment out debugging echo and add some comments
 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>.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.