I have an assignment with the following question:
Does an Orthogonal Matrix exist such that its first row consists of the
following values:
($1$/$\sqrt{3}$, $1$/$\sqrt{3}$, $1$/$\sqrt{3}$)
If there is, find one.
I know I can solve this question with the Gram Schmidt algorithm, but it includes a lot of complicated calculations.
Is there any other way to prove this statement without the Gram Schmidt algorithm?
Thanks,
Alan
You need to choose two vectors which are orthogonal to $\left(\frac{1}{\sqrt{3}},\frac{1}{\sqrt{3}},\frac{1}{\sqrt{3}}\right)$ and make sure they are also orthogonal to each other.
Vectors orthogonal to $\left(\frac{1}{\sqrt{3}},\frac{1}{\sqrt{3}},\frac{1}{\sqrt{3}}\right)$ lie in the plane $x+y+z=0$.
For example choose $(1,-1,0)$ to be the second row of your matrix.
Now you need a third vector which satisfies the equations:
$$x+y+z=0 ~~~ \text{[is orthogonal to}~\left(\frac{1}{\sqrt{3}},\frac{1}{\sqrt{3}},\frac{1}{\sqrt{3}}\right)]$$ $$x-y=0 ~~~ \text{[is orthogonal to}~(1,-1,0)]$$
Any such vector can form the third row of your orthogonal matrix.