I have a vector of all ones in n-dimensions. For example (1,1,1) in 3D. I want to find a invertible rotation matrix T that transforms the vector of all ones to the vector (0,0,0,...,0,,1):
Let v be the vector of all ones, and w=(0,0,...,0,1)
Find T such that T.v == wIn low dimension it is easy...