Matrix example.  To run the example, execute the program 'matrix' and
type the following :

	(load "matrix.scm")
	(do-test 0)

Alternatively, use the command-line:

	./matrix -e do-test -s matrix.scm

Or, if your operating system is spiffy enough:

	./matrix.scm
