				Mathomatic
				    by
			    George Gesslein II

This archive contains the C source code for Mathomatic, the automatic
algebraic manipulator.  It should compile and run correctly under Unix,
Linux, or Mac OS-X, without any modifications.

To compile, just type "make" at a shell prompt.  This will compile the C
source code to create the executable file named "mathomatic".  To run
Mathomatic, type "./mathomatic" at the shell prompt.

To test most functionality, type "make test".  To install, type "su root",
then "make install".

To add "readline" editing and history of all Mathomatic input, type "make
clean" then "make READLINE=1".

Mathomatic is self-testing and strictly follows the rules of algebra.

This software is copyrighted and made available under the GNU Lesser GPL.

  The file "changes.txt" is the version history of Mathomatic.
  The file "source.txt" describes the compile time defines.
  The file "manual.htm" is the HTML Mathomatic User's Manual.
  The file "am.htm" is the HTML Mathomatic Command Reference.

The files "tests/*.in" are input files for Mathomatic that can be read in
with the "read" command.  Some are interesting, others are just tests.

For quick help while running Mathomatic, use the "help" command.

For the latest source code and information, go to the Mathomatic website:
"http://www.mathomatic.com".

Author e-mail: gesslein@panix.com

Author postal address:

        George Gesslein II
	875 Cobb Street
	Groton, New York 13073
        USA

Please email me any equations that don't work perfectly with Mathomatic.

Thanks go to John Blommers at http://www.blommers.org and Gordon McKinney at
http://gmckinney.info for their support, testing, and good ideas.  And to
Marijke van Gans for her fine programming examples.
