JonnyMaddox
- 74
- 1
Hi, I want to calculate a rotation of a vector GA style with this formula e^{-B \frac{\pi}{2}}(2e_{1}+3e_{2}+e_{3})e^{B\frac{\pi}{2}}. Now since no book/pdf on GA exists where a calculation is explicitly done with numbers, I wounder how to calculate this. Should I substitude e^{-B \frac{\pi}{2}}=cos (\frac{\pi}{2})-Bsin(\frac{\pi}{2})(same for the other term) and see what I get, or should I convert the vector into a complex number and then convert it into the exponential form and then multiply it? Or how is this done? By the way, how do I convert a vector in R^{3} into a complex number? Multiply on the left with e_{1}e_{2}? In R^{2} it is just multiplication by e_{1} on the left.