I want to rotate a vector e.g $V = Ai + Bj + Ck$ along an another vector $U = xi + yj + zk$. The angle between $U$ and $V$ is $\theta$.
How can I do that and how do I know the new value of $A$, $B$, $C$ along the direction of $U$.
Thanks in advance.
Bk
By a general approach we can proceed as follow
$$W_B=R_BV_B\iff M^{-1}W=R_BM^{-1}V\iff W=MR_BM^{-1}V \quad R=MR_BM^{-1}$$