Welcome to Mathemagix
Home | Download | Language | Packages | Develop | Contact | Jobs | Search

Mathemagix is a free computer algebra system under development. It consists of the following ingredients:

The Mathemagix language

Mathemagix provides a new high level language, which is imperative, strongly typed, with polymorphim and parametrized types. Mathemagix can be used as an “extension language”, i.e. easy to embed into other applications and to extend with existing libraries written in other languages like C or C++. An interesting feature is that this extension mechanism supports template types.

Currently, only a rather slow interpreter Mmx-light is available, but a compiler is under development. All necessary type verifications are done during the compilation phase. In addition, the Mathemagix language provides powerful constructs for allowing the compiler to generate extremely fast code (comparable to the speed of C or C++).

The Mathemagix packages

Standard libraries are available for algebraic computation (large numbers, polynomials, power series, matrices, etc. based on FFT and other fast algorithms) for exact and approximate computation. This should make Mathemagix particularly suitable as a bridge between symbolic computation and numerical analysis.

These packages written in C++ are connected to the interpreter (and later to the compiler under development), but can also be used independently as standalone libraries. Separate documentation for each of the packages is also available.

Front-ends

A graphical interface
The program can be used within GNU TeXmacs as a primary interface but also provides the user with a usual ascii shell mode and a convenient advanced programmer interface.
A geometric modeler
The program is connected to the algebraic-geometric modeler axel as a tool for visualisation and geometric computation.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License. If you don't have this file, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.