Exercise 6.5.2

Answers

From equation (4), we have (xk+1 x) = xk xaiaiT aiTai(xk x) = (I aiaiT aiTai)(xk x) = P(xk x)

So we have P = (I aiaiT aiTai), it’s easy to see that PT = P. Also

P2 = (I aiaiT aiTai)(I aiaiT aiTai) = I aiaiT aiTai aiaiT aiTai + aiaiT aiTai aiaiT aiTai = I aiaiT aiTai = P

So P is a projection matrix, and xk+1 x = P(xk x)

Note, this P projects the error xk x onto plane aiTx = bi, so x is on the plane, also xk+1 is on the plane by design. The plane has a normal direction of ai. So aiT(xk+1 x) = 0. And (xk x) P(xk x) = aiaiT aiTai(xk x) is the vector perpendicular to the plane aiTx = bi. This is actually a projection (using another projection matrix) of xk x onto the line ai according to Problem VI.5.1. You see it has the same direction as ai.

User profile picture
2020-03-20 00:00
Comments