I have been asked to find the orthonormal basis for w = {(a,b,b) | a,b are Real numbers}.
I know that to find the basis of a matrix, we need to convert it into Row-Echelon-Form and choose rows from the original matrix that are Linearly Independent. But since I have been given a vector I do not know how to do it.
Also the answer given is {(1,0,0),(0,1,1)}.
EDIT: As pointed out by the comments, the solution given seems to be wrong. The correct solution is {(1,0,0),(0,1/√2,1/√2)}.
First you need a collection of independent vectors spanning the set $W$. For any vector of the form $(a,b,b)$, it can be written as
$$a(1,0,0)+b(0,1,1).$$
Once you show the vectors are linearly independent, you are done. Find the rank of the matrix having these vectors as rows!!! And then you find the rank to be $2$.
Moreover, you need orthonormal. So check the inner product!! And you will find it to be zero, so orthogonal. However, to make them orthonormal, you need to normalize them. Finally, your orthonormal basis is given by
$$\{(1,0,0), \frac{1}{\sqrt 2}(0,1,1)\}.$$
I think, there is a typo in the given answer.