The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
2answers
497 views

Fast Spherical Linear Interpolation of list of quaternions

An accurate way to interpolate between two quaternions is to use Spherical Linear Interpolation (Slerp) because it preserves the unit length, whereas straightforward linear interpolation does not, as ...
2
votes
1answer
66 views

FromQuaternion and QuaternionQ not working symbolically?

How can I get Mathematica to work with quaternions symbolically? I want to do some quaternion math without defining the actual coefficients, and then extract the coefficients from the resulting ...
5
votes
1answer
334 views

Octonions in Mathematica

Is there a package or Notebook for Mathematica that can enable me to do some numerical calculations with octonions? Maybe a way to plug-in the octonion multiplication table?
3
votes
1answer
108 views

command to expand quaternion multiplication

Is there are any command to expand quaternion multiplication as below STEP by STEP. Below is equation from my text. I'm self learner and for some reason I can't wrap my head around quaternion ...