logo back up home forward   further reading more topics »

Maths - Example of Cayley-Dickson Construction

Say we want to combine two complex numbers to give quaternion algebra:

In that case a,b,c and d are complex numbers, lets call them:

ax + i ay, bx + i by, cx + i cy and dx + i dy

so we get:

(ax + i ay,bx + i by)(cx + i cy,dx + i dy) =

((ax + i ay)(cx + i cy) - (dx + i dy)(bx + i by)* ,
(ax + i ay)*(dx + i dy) + (cx + i cy)(bx + i by))

=((ax cx- ay cy + i (ay cx + ay cx) - (dx bx + dy by + i (dy bx- dx by)) ,
ax dx+ i (ax dy- ay dx) + ay dy + cx bx + i (cy bx + cx by) - cy by

=(ax cx- ay cy - dx bx - dy by + i (ay cx + ay cx + dx by - dy bx),
ax dx + ay dy + cx bx - cy by+ i (cy bx + cx by - ay dx+ ax dy))

which gives 4 real numbers:

which is the same as quaternion multipication from this page:

z1 * z2= a*e - b*f - c*g- d*h + i (b*e + a*f + c*h - d*g) + j (a*g - b*h + c*e + d*f) + k (a*h + b*g - c*f + d*e)

 


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 On Quaternions and Octonions

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.

Matlab.

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 - privacy policy.