From: Robert Dodier
Subject: announcement: Maxima 5.9.3 release
Date: 
Message-ID: <1143091165.203479.20990@v46g2000cwv.googlegroups.com>
Announcing Maxima 5.9.3

Maxima is a GPL'd branch of Macsyma, the venerable symbolic
computation system. Maxima 5.9.3 is a bug fix and feature enhancement
release.

Maxima has functions to work with polynomials, matrices, finite sets,
integrals, derivatives and differential equations, linear algebra,
plotting,
arbitrary-precision arithmetic, etc.

Maxima can run on MS Windows and various flavors of Unix,
including MacOS X.
There is a precompiled executable installer for Windows,
source and binary RPM's for Linux, and tar.gz containing
the source distribution.

Maxima is implemented in Common Lisp; several Lisps can compile
and run Maxima, including CMUCL, SBCL, Clisp, and GCL.

The Maxima project welcomes new participants. You can contribute
in several ways: reporting bugs, fixing bugs, writing new add-on
packages, revising core functions, user interfaces, documentation, ....
Why not see what's happening on the mailing list and consider how
you might contribute to the project.

Regards,
Robert Dodier
Maxima developer and 5.9.3 release manager


Project page:
http://sourceforge.net/projects/maxima

Documentation:
http://maxima.sourceforge.net/docs.shtml

Bug reports (please create a Sourceforge login before filing a bug
report):
http://sourceforge.net/tracker/?group_id=4933&atid=104933

Mailing list (please sign up before posting a message):
http://maxima.sourceforge.net/maximalist.html

Download page:
http://sourceforge.net/project/showfiles.php?group_id=4933

Ports page:
http://maxima.sourceforge.net/wiki/index.php/Maxima%20ports

Project home page:
http://maxima.sourceforge.net

Change log:
http://cvs.sourceforge.net/viewcvs.py/*checkout*/maxima/maxima/ChangeLog-5.9.3

Short change log:

 * Expand build system to handle internationalization for Spanish
   and Portuguese. UTF-8 and Latin-1 locales are supported by
   Maxima if the underlying Lisp implementation supports the
   locales. See README.i18n

 * Revision and expansion of linear algebra functions
   (share/linearalgebra)

 * Revisions of floating-point function evaluation (sqrt,
   trigonometric functions)

 * Replace existing definition of conjugate with a much more
   extensive implementation

 * Revision of evaluation and simplification of sum and product

 * Revision and expansion of reference manual (English, Spanish,
   and Portuguese)

 * Bring Spanish and Portuguese translations of reference manual
   into the on-line help system

 * New add-on packages

 * Bug fixes