gram_schmidt, a Python code which implements a version of the Gram-Schmidt process, which is given a set of vectors and creates a new set that is orthogonal and normalized.
The computer code and data files described and made available on this web page are distributed under the MIT license
gram_schmidt is available in a MATLAB version and an Octave version and a Python version.