Usage example for Givens related to Exercise 2.8
0001 % Usage example for Givens 0002 % related to Exercise 2.8 0003 0004 A = [3 6 -1; 0005 -6 -6 1; 0006 2 1 -1]; 0007 0008 [ B,G ] = Givens( A,2,1 )