Given that ,
S=Span{(0,1,1),(1,1,0)} and v=(3,4,2)
let u1=(0,1,1) and u2=(1,1,0)
Then S=Span{u1,u2} .
Since u1 and u2 are not orthogonal ,first apply the Gram-Schmidt algorithm to find an orthogonal basis for S .
Set w1=u1=(0,1,1)
Then find w2=u2−<w1,w1><u2,w1>w1 =(1,1,0)−21(0,1,1)
=(1,21,−21)
Where w1 and w2 are orthogonal basis of U .
Now we have to calculate the Fourier coefficient of v with respect to ui i,e,
c1=<w1,w1><v,w1>=26=3
c2=<w2,w2><v,w2>=1+41+413+2−1=(23)4 =38
Then projection Proj(v,U) =c1w1+c2w2
=3(0,1,1)+38(1,21,−21)
=(0,3,3)+(38,34,−34)
=(38,313,35)
Comments