				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 or
Linux.  These are DOS text files, so you will have to strip carriage returns
from them.  To do this, make sure you unzip with the -a option.  If the
filenames turn out to be uppercase, use the -L option, too.

To compile, just type "make" under Unix or Linux.  This will compile the C
source code to create the executable file named "ac".  To run Mathomatic,
type "./ac" at the shell prompt.

If you run Mathomatic and it says your FPU is crippled, try compiling without
optimization (take out the "-O" option or even add the "-g" option).

This software is copyrighted freeware.  The author, George Gesslein II,
retains all rights to the Mathomatic program and source code.  For
distribution or interests other than compiling and using Mathomatic on a Unix
or Linux system, please contact the author for permission, first.

The file "am.1" is a short Unix man page for Mathomatic.

The file "am.htm" is the HTML Mathomatic Command Reference.

The file "adv.txt" contains a description of Mathomatic.

The files "*.in" are input files for Mathomatic that can be read in, once you
compile Mathomatic.  Read in "all.in" to test Mathomatic.  For help, try the
"help" command.

To obtain the full Mathomatic for MS-DOS, with 2D color graphing, the
Mathomatic User's Manual, and prime number tools, please go to my website:

http://www.mathomatic.com

Author e-mail: gesslein@panix.com

Author postal address:

        George Gesslein II
        118 Sharpsteen Road
        Locke, New York  13092
        USA

