0

This is an intro to numerical linear algebra course. I am not sure how to start with this proof.

Let $u \in \mathbb{R}^n$ and suppose that $\| u \|_2 = 1$. If $P=uu^\top$, prove that

a.)$p^2=p$

b.)$p^\top = p$

1 Answers1

1

Just recall that $$\Vert u\Vert_2^2 =u^\top u$$ and and that $$(uv)^\top=v^\top u^\top$$ and the result follows easily.

user296113
  • 7,570