I'm relatively new to inner product and I was asked to obtain an orthonormal basis of $\Bbb R^3$ using
$$ \begin{pmatrix} 1 \\ 1 \\ 1 \\ \end{pmatrix} , \begin{pmatrix} 1 \\ 0 \\ 1 \\ \end{pmatrix} , \begin{pmatrix} 0 \\ 1 \\ 2 \\ \end{pmatrix} $$
by applying the Gram Schmidt algorithm which I have found to be
$$ (\frac{1}{\sqrt 3})\begin{pmatrix} 1 \\ 1 \\ 1 \\ \end{pmatrix} , (\frac{\sqrt 6}{2})\begin{pmatrix} 1/3 \\ -2/3 \\ 1/3 \\ \end{pmatrix} , (\frac{1}{\sqrt 2})\begin{pmatrix} -1 \\ 0 \\ 1 \\ \end{pmatrix} $$
In addition to that my inner product was defined to be $\langle u,w\rangle = u_1w_1+ 2u_2w_2+ 3u_3w_3 $.
I'm not sure what I'm supposed to do with the defined innerproduct as such. What do i have to do to solve this question or have i gotten the concept all wrong?
Note that the inner product is an abstract concept. Check out the Wikipedia article. You can use the GS process with any inner product, just use your inner product definition to calculate $\langle\cdot,\cdot\rangle$ where it appears!