How to find the axis of rotation needed to rotate a $ 3d$ vector to another $3d$ vector?

108 Views Asked by At

I have two vectors $(a,b,c)$ and $(d,e,f)$. How can I find the axis of rotation needed to rotate the first vector to be parallel to the other vector?

Thanks