I am new to linear algebra, and I was confused regarding the following question. I would really appreciate it, if anybody could give some feedback...
True or False?
$\left(\frac{1}{\sqrt14},\frac{-2}{\sqrt14},\frac{3}{\sqrt14}\right)$ is an orthogonal unit vector for $Sp\{(1,-1,-1),(2,7,4)\}$.
If ${U=\{(x,y,z) \in R^3|x+2y+3z=0\}}$, then $U^\bot=Sp\{(2,4,6)\}$.
For 1, I tried the Gram Schmidt process, which did not lead me to $\left(\frac{1}{\sqrt14},\frac{-2}{\sqrt14},\frac{3}{\sqrt14}\right)$, so my interim conclusion is that it is wrong.
For 2, I reasoned that $x=-2y-3z$, so we can rewrite the vector as $(-2y-3z,y,z)$, and indeed $(-2y-3z)·2+4y+6z=0$, so the answer is "true".
Thank you!