Find an orthogonal matrix whose first row is (1/3,2/3,2/3)
I know orthogonal matrix A satisfies A*A' = I, where A' is the transpose of A and I is identity matrix.
Let A = 1/3*{{1,2,3},{a,b,c},{d,e,f}} where a,b,c,d,e,f elements of R
A'= 1/3*{{1,a,d},{2,b,e},{2,c,f}}
We can obtain...