Gram-Schmidt Calculator
A TI-89 function written in TI BASIC 
by Neil Jackson


===To Install===
Copy the file, grsch.89p, onto your calculator.




===Description===
grsch() is a function which accepts an MxN matrix as its argument.  The function returns an MxN matrix whose column vectors 
are a set of orthogonal vectors which are computed from the argument using the Gram-Schmidt process.  For example,If the 
column vectors of the argument are the basis of some subspace, then the column vectors of the returned matrix form an 
orthogonal basis for the same subspace.  It would be nice if the function could work with a list of vectors, but, in the 
ti-89 a list can not have vectors as elements.



Enjoy.

Created 11/05, Neil Jackson