logo back up home forward   further reading more topics »

Maths - Double Quaternions

Prerequisites

If you are not familiar with this subject you may like to look at the following pages first:

Description

We could either start with a quaternion and make each element of the quaternion a double. This means that there are now 8 elements, the 4 quaternion elements (real, i, j and k) and their doubles (D, iD, jD and kD).

So, given the Cayley Table for Double:

a*b b.1 b.D
a.1 1 D
a.D D 1

and the Cayley Table for quaternions:

a*b
b.1 b.i b.j b.k
a.1 1 i j k
a.i i -1 k -j
a.j j -k -1 i
a.k k j -i -1

we want to combine them to give an 8x8 Cayley Table as follows:

Table for: Double Quaternion

a*bb.1b.ib.jb.kb.Db.Dib.Djb.Dk
a.11ijkDDiDjDk
a.ii-1k-jDi-D-DkDj
a.jj-k-1iDjDk-D-Di
a.kkj-i-1Dk-DjDi-D
a.DD-Di-Dj-Dk1-i-j-k
a.DiDiD-DkDji1k-j
a.DjDjDkD-Dij-k1i
a.DkDk-DjDiDkj-i1

analysing commutivity: table does not commute: for example: i*j != j*i

analysing associativity: table does not associate, for example, (i* j)* D=k* D=Dk is not equal to i*(j* D)=i*Dj=-Dk

how these results were generated.

As the above link explains, the table was generated by a computer program using a modification of Cayley-Dickson process.

Inverse of double quaternion

Dividing quaternions is done by multiplying top and bottom by the conjugate, can we do the same with double quaternions?

How do we define the conjugate of dual quaternions?

Further Reading


metadata block
see also:

 

Correspondence about this page

Book Shop - Further reading.

Where I can, I have put links to Amazon for books that are relevant to the subject, click on the appropriate country flag to get more details of the book or to buy it from them.

cover us uk de jp fr ca Quaternions and Rotation Sequences.

 

Commercial Software Shop

Where I can, I have put links to Amazon for commercial software, not directly related to the software project, but related to the subject being discussed, click on the appropriate country flag to get more details of the software or to buy it from them.

cover us uk de SuSE Linux 10.3. Operating system with a wide range of applications including Open Office. A good distribution for developers as it contains KDevelop. Java, Mono, etc. Can install itself as a dual-boot system with an existing Windows OS if required. For information about installing it see this page.

Can you help?

Please send me any improvements to here. I would appreciate ideas to make the pages more useful including error correction, ideas for new pages, improvements to wording. It helps if you quote the full URL of the page.

 

Terminology and Notation

Specific to this page here:

 

program

I am working on a project which uses these principles, if you would like to help me with this you are welcome to join in, here:

http://sourceforge.net/projects/mjbworld/

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2008 Martin John Baker - All rights reserved.