Q: Quaternion?
some high level commentary:
typically quaternion math is used because it can describe a rotation by multiplying two quaternions together. very efficient algorithm that does not have any singularity problems.
for this reason you often find its use in computer graphics and navigation (6-axis of freedom).
think of quaternion math as a higher order mathematics, like one step higher than calculus. one step lower than calculus would be Tensors.
there is some debate on if the quaternion has "time" associated with it. calculus has time --> dV/dt and all that, but quaternions deal with time in a different way. Roger Penrose (probably the smartest guy on the planet today) does not believe it does. my personal opinion is that quaternions DO contain an element of "time" but only if one defines "time" by MORE than just the "stuff that happens between two events" but rather defined by quantifiable characteristics, both real and imaginary (non-spacial).
i have never found any books on the subject, but if you come across any please post!
Mr.Cool