|
Mathomatic is a portable, general-purpose
computer algebra system (CAS) written entirely in the C programming language.
It is free and open source software (FOSS),
published under the GNU Lesser General Public License (LGPL version 2.1).
The software does automatic manipulations and calculations
of mixed symbolic/numeric mathematical expressions,
allowing quick and easy solving, differentiating, simplifying, etc.
of elementary algebra.
This is an easy to use text mode application and library that compiles and runs under any operating system with a C compiler. There are no dependencies other than the standard C libraries. The mathematical results should always be correct, simple, and beautiful; if not, please report it on the Mathomatic project site on Launchpad.net, or you can email the chief maintainer for a quick response. The current version number is "15.2.1", released August 31, 2010; download it or view the changelog. What's new:Mathomatic version 15 has been streamlined, and features corrected simplification and expression display, so that the results displayed are the most beautiful and simplest possible. Mathomatic can now be used from shell scripts, with expressions and commands given on the shell command line. More version 15 features are:
|