I want to project a vector from R3 onto a subspace.
I'll let the bases for the subspace be [a,b,c]T
(my T's mean transpose)
---
I have the defintion for vector projection
p = (<u,v>/<v,v>)*v
---
I know v will be the [a,b,c]T vector but what is u?
The only thing I could think of is let it...