Exercise 4.4.18

Answers

A = a = ( 1 , 1 , 0 , 0 ) ; B = b p = ( 1 2 , 1 2 , 1 , 0 ) ; C = c p A p B = ( 1 3 , 1 3 , 1 3 , 1 ) . Notice the pattern in those orthogonal A , B , C . In R 5 , D would be ( 1 4 , 1 4 , 1 4 , 1 4 , 1 ) . Gram-Schmidt would go on to normalize q 1 = A A , q 2 = B B , q 3 = C C .

User profile picture
2023-09-14 08:27
Comments