Question : (a) Compute P = QQ^T when q1 = (.8, .6,0) and q2 = (-.6, .8,...

(a) Compute P = Q{Q}^{T} when {q}_{1} = (.8, .6,0) and {q}_{2} = (-.6, .8,0). Verify that {P}^{2} = P.
(b) Prove that always (Q{Q}^{T})^{2} = Q{Q}^{T} by using {Q}^{T}Q = I. Then P = Q{Q}^{T} is the projection matrix onto the column space of Q.

The Blue Check Mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

(a) Q =\left[ \begin{matrix} .8 & -.6 \\ .6 & .8 \\ 0 & 0 \end{matrix} \right] has P = Q{Q}^{T}=\left[ \begin{matrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 0 \end{matrix} \right]

(b) (Q{Q}^{T})(Q{Q}^{T}) = Q({Q}^{T}Q){Q}^{T} ={Q}^{T}Q.