Sample Quiz on Inner Product Spaces

Question # 1: If B= {v1,v2,v3} is an orthogonal set of vectors with respect to an inner product on a vector space V, then the set B
Question # 2: Which one of the following unit vectors u1:=vector([0,1/sqrt(2),1/sqrt(2)]);u2:=vector([0,-1/sqrt(2),1/sqrt(2)]) u3:=vector([0,1/sqrt(3),-1/sqrt(3)]);u4:=vector([0,-1/sqrt(3),1/sqrt(3)]) is orthogonal to the vectors v1:=vector([1,-1,1]) and v2:=vector([1,0,0])?
Question # 3: The orthogonal projection of the vector v:=vector([1,-1,1]) upon u:=vector([1,1,1])
Question # 4: If w is the orthogonal projection of the vector v upon the vector u where v:=vector([1,-1,1]); u:=vector([1,1,1]); w:=vector([1/3,1/3,1/3]). Then the orthogonal complement
Question # 5: The cosine of the angle between the two vectors v and u v=vector([1,-1,1]); u=vector([1,1,1])
Question # 6: The inverse of the matrix A:
A:=matrix([[1/sqrt(2),-1/sqrt(2)],[1/sqrt(2),1/sqrt(2)]]);
A1:=matrix([[1/sqrt(2),-1/sqrt(2)],[1/sqrt(2),1/sqrt(2)]]);
A2:=matrix([[1/sqrt(2),1/sqrt(2)],[-1/sqrt(2),1/sqrt(2)]]);
A3:=matrix([[1/sqrt(2),-1/sqrt(2)],[-1/sqrt(2),1/sqrt(2)]]);
A4:=matrix([[-1/sqrt(2),1/sqrt(2)],[1/sqrt(2),-1/sqrt(2)]]);

Question # 7: If the vectors v1, v2 and v3 form an orthonormal basis for R3
v1:=vector([1,0,0]);
v2:=vector([0,1/sqrt(2),1/sqrt(2)]);
v3:=vector([0,-1/sqrt(2),1/sqrt(2)]);
Then The vector w:=vector([1,-1,1]) can be expressed as a linear combination of the vectors v1, v2 and v3 in the following way:
Question # 8: The vectors v1, v2 and v3 form an orthonormal basis for R3 where
v1:=vector([0,0,-1]);
v2:=vector([1/sqrt(2),1/sqrt(2),0]);
v3:=vector([-1/sqrt(2),1/sqrt(2),0]);
The coordinates of the vector w:=vector([1,-1,1]) with respect to the basis vectors v1, v2 and v3 of R3 are: