Exercise 4.4.37

Answers

This question describes the next q n + 1 in Gram-Schmidt using the matrix Q with the columns q 1 , , q n (instead of using those q ’s separately). Start from a , subtract its projection p = Q Q T a onto the earlier q ’s, divide by the length of e = a Q Q T a to get the next q n + 1 = e e .

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