The gram_schmid2.lng Model

Gram-Schmidt orthogonalization, Modified

View the model
Download the model

 Given an input matrix A,
   For each column j, 
     add multiples of earlier columns to it
     so that column j is
      independent of(or is orthogonal to,
      or has a zero inner product with) all
     earlier columns,
   giving an output matrix V;

Keywords:

Gram-Schmidt Orthogonalization | LINGO | Independent vectors | Orthogonal | Zero correlation | Zero innerproduct |