Given some non zero constant vector $\mathbf{W}$, how do I solve:
$$ \dot{\mathbf{X}} = \mathbf{W}\times \mathbf{X} $$
By imagining the movement of $\mathbf{X}$ I think the solution should be a cosine / sinus, but I can't find a good explanation for this, and perhaps the $\mathbf{W}$ will affect the coefficients of the cosines of $\mathbf{X}$.
I tried going through the definition of a cross product via indices and I wrote:
$$ \dot{X}^i = \epsilon_{mki}W^m X^k $$
But I don't know how to solve this either.