GJMATD   : Gauss-Jordan matrix elimination

title    : GJMATD
version  : 1.0
date     : March 29,2000
author   : J R Ferguson
compiler : Borland Delphi 3.0
usage    : Windows 95 application
copyright: J.R. Ferguson, Amsterdam, The Netherlands
e-mail   : j.r.ferguson@iname.com
download : http://hello.to/ferguson


Gauss-Jordan matrix elimination.
Solution of a set of linear equations.
Also computation of determinant and inverse of a square matrix.


This program and its source may be used and copied freely without charge,
but only for non-commercial purposes. The author is not responsible for any
damage or loss of data that may be caused by using it.

History:
v1.0  Mar 29,2000
- First public release.
