Find the $\operatorname{Proj}_wv$ for the given vector $v$ and subspace $W$. Let $V$ be the Euclidean space $\mathbb{R}^4$, and $W$ the subspace with basis $[1, 1, 0, 1], [0, 1, 1, 0], [-1, 0, 0, 1]$
(a) $v = [2,1,3,0]$
ans should be - $[7/5,11/5,9/5,-3/5]$
My attempt at the solution was basically we can find the basis perpendicular to $W$ as $[ 1,-2,2, 1]$ then, $[2, 1, 3, 0] = a[1, 1, 0, 1] + b[0, -1, 1, 0] + c[0 ,2, 0,3] + d[1,-2,2,1]$ We solve for $a,b,c,d$ and get $a = 16/3,b=29/3,c=-2/3,d=-10/3$ now the problem is what do I do from here?