Find an orthonormal basis of the plane $x_1 - 5x_2 - x_3 = 0$
I'm having trouble with this problem.
So I picked the vectors $u_1 = \begin{bmatrix}1\\0\\1\end{bmatrix}$ and $u_2 = \begin{bmatrix}5\\1\\0\end{bmatrix}$ then I found
norm = $\sqrt{1+0+1} = \sqrt{2}$
I also found that norm$_2 = \sqrt{5+1+0} = \sqrt{6}$ so then i thought my orthonomal basis would be
$\begin{bmatrix}\frac{1}{\sqrt{2}}\\0\\\frac{1}{\sqrt{2}}\end{bmatrix}, \begin{bmatrix}\frac{5}{\sqrt{6}}\\\frac{1}{\sqrt{6}}\\0\end{bmatrix}$
but it is saying it is incorrect