Given the set of vectors $S=${${V_1=\binom{1}{4},V_2=\binom{4}{-4} }$} I am to find an orthonormal basis for $R^2$ using the Gram-Schmidt process. I've already worked it out and found the orthonormal basis $\beta$ to be $\beta=${$U_1= \binom{1\over{\sqrt{17}}}{4\over{\sqrt{17}}},U_2=\binom{5\over{\sqrt{17}}}{-5\over{\sqrt{17}}}$}. As far as I can tell I haven't made any arithmetic mistakes so I'm guessing it's the notation-picky software that's not accepting my answer. Could someone check my answer and see if matches please. If they don't match could you show me your work so I can see where I went wrong. Also if you have experience with the online linear algebra software through web-assign could you show me how I would enter this answer. Thank you in advance.
2026-04-12 05:39:37.1775972377
Finding an Orthonormal Basis using Gram Schmidt
233 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$U_1 = V_1 = {1\choose4}$$
$$ \begin{align} U_2 & =V_2-\text{proj}_{U_1}(V_2) \\ & ={4\choose{-4}}-\frac{U_1\cdot V_2}{||U_1||^2}U_1 \\ & ={4\choose{-4}}-\frac{-12}{17}{1\choose4} \\ & =\frac1{17}{80\choose{-20}} \\ \end{align} $$
$$\frac{U_1}{||U_1||} = \frac1{\sqrt{17}}{1\choose4}$$ $$\frac{U_2}{||U_2||} = \frac1{20\sqrt{17}}{80\choose{-20}}=\frac1{\sqrt{17}}{4\choose{-1}}$$