Usage example for Gram_Schmidt related to Exercise 2.7
0001 % Usage example for Gram_Schmidt 0002 % related to Exercise 2.7 0003 0004 A = [3 6 -1; 0005 -6 -6 1; 0006 2 1 -1]; 0007 0008 [ Q,R ] = Gram_Schmidt( A )