That is to ask, is $e^{\ln(q_0)}$ = $\ln(e^{q_0})$?
2026-04-03 21:05:41.1775250341
On
For quaternions, is the natural log the inverse of the exponential function?
861 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
I wrote software to play with quaternions numerically on the command line (http://sourceforge.net/projects/quaternions/).
q_ln 1 2 3 4 | q_exp 1.0000000000000011 2.0000000000000000 3.0000000000000004 4.0000000000000000
This confirms $e^{ln(q_0)}=q_0$. Flip the order:q_exp 1 2 3 4 | q_ln 1.0000000000000000 -0.3335164408915938 -0.5002746613373907 -0.6670328817831875So $\ln(e^{q_0}) \ne q_0$.
$e^{\ln(q_0)} = q_0$ always holds for all branches of the logarithm and even for square matrices (because this is essentially the definition of the log).
$\ln(e^{q_0}) = q_0$ is already for complex numbers not always true (because the logarithm is multivalued)