 
 Try the examples in this order. 

 (You can compile the *.c files directly without create a project)

              The Gram-Schmidt process,      
       
     With the Euclidean inner product in R**n :
     ========================================

              projw2r.c      projw2s.c 
              projw3r.c      projw3s.c 
              projw4r.c      projw4s.c 
              projw5r.c      projw5s.c 
 
     With  the inner product in M2x2 :
     ===============================

              M2x2ar.c       
              M2x2br.c    
              M2x2cr.c

     With  the inner product in M3x2 :
     ===============================

              M3x2cr.c              

     With  the inner product in M3x3 :
     ===============================

              M3x3cr.c

     With the Inner Product on R**n generated by A :
     =============================================

                 Anr.c