Article 5T79P Conjugate theorem for octonions

Conjugate theorem for octonions

by
John
from John D. Cook on (#5T79P)

Yesterday I wrote about the fact that quaternions, unlike complex numbers, can form conjugates via a series of multiplications and additions. This post will show that you can do something similar with octonions.

If x is an octonion

x = r0 e0 + r1 e1 + ... + r7 e7

where all the rs are real numbers. The conjugate flips the signs of all the components except the real component:

x* = r0 e0 - r1 e1 - ... - r7 e7

The conjugate theorem is

x* = - (x + (e1 x) e1 + ... (e7 x) e7) / 6

which is analogous to the theorem

q* = - (q + iqi + jqj + kqk) /2

for quaternions.

The internal parentheses are necessary because multiplication in octonions is not associative:

xyz

is ambiguous because it could mean

(xy)z

or

x(yz)

and the two are not necessarily equal.

The proof is also analogous to the proof given in the earlier post for quaternions. First work out what the effect is of multiplying on the left and right by one of the imaginary units, then add everything up. You'll find that the real component is multiplied by -6 and the rest of the components are multiplied by 6.

The post Conjugate theorem for octonions first appeared on John D. Cook.
External Content
Source RSS or Atom Feed
Feed Location http://feeds.feedburner.com/TheEndeavour?format=xml
Feed Title John D. Cook
Feed Link https://www.johndcook.com/blog
Reply 0 comments