Quaternions: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Subpagination Bot
m (Add {{subpages}} and remove any categories (details))
imported>Ragnar Schroder
(→‎Properties: Added a reference to unit quaternions modeling rotation (SU2).)
Line 9: Line 9:


== Properties ==
== Properties ==
Quaternions can be used to model the three-dimensional rotation group.  Given a 3-dimensional unit vector u and an angle <math>alpha</math>,  the unit quaternion <math>\cos ( \frac{\alpha}{2})  + u * \sin( \frac{\alpha}{2}) </math> can be used to represent a rotation of <math>\alpha</math> around the axis defined by u.
The set of such unit quaternions form a [[group]] under quaternion multiplication.


== Applications ==
== Applications ==

Revision as of 21:59, 25 November 2007

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Quaternions are a non-commutative extension of the complex numbers. They were first described by Sir William Rowan Hamilton in 1843. He famously inscribed their defining equation on Broom Bridge in Dublin when walking with his wife on 16 October 1843. They have many possible applications, including in computer graphics, but have during their history proved comparatively unpopular, with vectors being preferred instead.

Definition & basic operations

The quaternions, , are a four-dimensional normed division algebra over the real numbers.


Properties

Quaternions can be used to model the three-dimensional rotation group. Given a 3-dimensional unit vector u and an angle , the unit quaternion can be used to represent a rotation of around the axis defined by u.

The set of such unit quaternions form a group under quaternion multiplication.

Applications

References