Physics Library
 An open source physics library
Encyclopedia | Forums | Docs | Random | Template Test |  
Login
create new user
Username:
Password:
forget your password?
Main Menu
Sections

Meta

Talkback

Downloads

Information
quaternion definition and basic algebra (Definition)

Quaternion Definition and Basic Algebra

A quaternion is a four-component number that extends the real and complex numbers while preserving addition, multiplication, and division by any nonzero element. Quaternions are especially important in physics and engineering because their multiplication law naturally encodes the orientation of three-dimensional space. Unit quaternions will later be used to represent finite rotations, rigid-body attitude, and angular kinematics.

This entry develops only the algebra needed before those applications. The main goals are to define a quaternion precisely, derive Hamilton's multiplication table, derive the component formula for a product, and make clear which familiar algebraic rules remain valid and which do not.

The convention issues that arise in engineering applications are treated in the preceding PhysicsLibrary entry, Quaternions for Physics and Engineering: Orientation, Notation, and Conventions. The present entry uses the PhysicsLibrary/Hamilton convention throughout.

Definition

The set of Hamilton quaternions is denoted by

$\displaystyle \mathbb{H}. $
A quaternion is an expression
$\displaystyle \boxed{ q=q_w+q_x\mathbf i+q_y\mathbf j+q_z\mathbf k, }$ (1)
where

$\displaystyle q_w,q_x,q_y,q_z\in\mathbb{R}. $
The four basis elements are

$\displaystyle 1,\qquad \mathbf i,\qquad \mathbf j,\qquad \mathbf k. $
Therefore the same quaternion may be represented as the ordered four-tuple

$\displaystyle q\longleftrightarrow (q_w,q_x,q_y,q_z) $
or, in the scalar-first column-vector notation used in this series,
$\displaystyle [q]_\mathrm{PL} = \begin{bmatrix} q_w\\ q_x\\ q_y\\ q_z \end{bmatrix}.$ (2)

Equation (2) is a representation of the coefficients of the quaternion. It is not an ordinary four-dimensional vector multiplication rule. Quaternion multiplication is defined by the special products of $\mathbf i,\mathbf j,\mathbf k$ developed below.

Scalar and vector parts

It is useful to separate a quaternion into a real scalar part and a three-component vector part:

$\displaystyle q=q_w+\mathbf q,$ (3)
where

$\displaystyle \mathbf q=q_x\mathbf i+q_y\mathbf j+q_z\mathbf k. $
PhysicsLibrary will use
$\displaystyle \operatorname{Sc}(q)=q_w, \qquad \operatorname{Vec}(q)=\mathbf q$ (4)
when a named scalar or vector part is useful. Historical quaternion texts often write $Sq$ and $Vq$ for the same ideas. Joly, for example, defines a quaternion as the sum of a scalar and a vector, while Kelland and Tait explicitly decompose products into scalar and vector parts.

A quaternion with zero vector part,

$\displaystyle q=q_w, $
is simply a real number embedded in $\mathbb{H}$.

A quaternion with zero scalar part,

$\displaystyle q=q_x\mathbf i+q_y\mathbf j+q_z\mathbf k,$ (5)
is called a pure quaternion. Ordinary three-dimensional vectors will later be embedded into quaternion calculations in exactly this form.

Equality

Two quaternions are equal if and only if all four corresponding real coefficients are equal:

\begin{displaymath}p=q \quad\Longleftrightarrow\quad \begin{cases} p_w=q_w,\ p_x=q_x,\ p_y=q_y,\ p_z=q_z. \end{cases}\end{displaymath} (6)
Thus one quaternion equation generally represents four scalar equations.

Addition, subtraction, and multiplication by a real scalar

Addition is componentwise. If

$\displaystyle p=p_w+p_x\mathbf i+p_y\mathbf j+p_z\mathbf k $
and

$\displaystyle q=q_w+q_x\mathbf i+q_y\mathbf j+q_z\mathbf k, $
then
$\displaystyle \boxed{ p+q =(p_w+q_w) +(p_x+q_x)\mathbf i +(p_y+q_y)\mathbf j +(p_z+q_z)\mathbf k. }$ (7)
Subtraction is defined similarly.

For a real scalar $a$,

$\displaystyle \boxed{ aq =aq_w+aq_x\mathbf i+aq_y\mathbf j+aq_z\mathbf k. }$ (8)
Real scalars commute with every quaternion:
$\displaystyle aq=qa.$ (9)
With addition and real scalar multiplication, $\mathbb{H}$ is a four-dimensional real vector space. Quaternion multiplication gives this vector space additional algebraic structure.

Hamilton's multiplication law

Hamilton's fundamental relation is

$\displaystyle \boxed{ \mathbf i^2=\mathbf j^2=\mathbf k^2 =\mathbf i\mathbf j\mathbf k=-1. }$ (10)
Together with associativity, equation (10) determines the familiar multiplication table.

First, the squares are already known:

$\displaystyle \mathbf i^2=\mathbf j^2=\mathbf k^2=-1.$ (11)
To obtain $\mathbf i\mathbf j$, start from

$\displaystyle \mathbf i\mathbf j\mathbf k=-1. $
Multiply on the right by $-\mathbf k$. Because

$\displaystyle \mathbf k(-\mathbf k)=-\mathbf k^2=1, $
associativity gives
$\displaystyle \mathbf i\mathbf j=\mathbf k.$ (12)
Cyclically,
$\displaystyle \boxed{ \mathbf i\mathbf j=\mathbf k, \qquad \mathbf j\mathbf k=\mathbf i, \qquad \mathbf k\mathbf i=\mathbf j. }$ (13)
Reversing the order changes the sign:
$\displaystyle \boxed{ \mathbf j\mathbf i=-\mathbf k, \qquad \mathbf k\mathbf j=-\mathbf i, \qquad \mathbf i\mathbf k=-\mathbf j. }$ (14)
Hamilton emphasized this failure of the commutative law while retaining the associative law. Joly likewise develops the multiplication of mutually orthogonal unit vectors and shows that the resulting quaternion multiplication is associative.

Multiplication table

The complete basis table is therefore

\begin{displaymath}\begin{array}{c\vert rrrr} &1&\mathbf i&\mathbf j&\mathbf k\\... ...bf i\ \mathbf k&\mathbf k&\mathbf j&-\mathbf i&-1 \end{array}\end{displaymath} (15)
where the entry in a row is the row factor multiplied on the left by the column factor on the right.

A useful mnemonic for the positive products is the cycle

$\displaystyle \mathbf i\longrightarrow\mathbf j\longrightarrow\mathbf k \longrightarrow\mathbf i.$ (16)
Following the arrows gives a positive product; going against them gives the negative of the remaining basis element.

The mnemonic is convenient, but equation (15) is the actual definition to use when checking an unfamiliar convention. Some engineering literature uses a flipped multiplication in which the signs of the cross-like products are reversed. PhysicsLibrary does not use that multiplication unless explicitly stated.

Deriving the product of two general quaternions

Let

$\displaystyle p=p_w+p_x\mathbf i+p_y\mathbf j+p_z\mathbf k $
and

$\displaystyle q=q_w+q_x\mathbf i+q_y\mathbf j+q_z\mathbf k. $
Quaternion multiplication is distributive, so expand as in ordinary algebra, but do not reorder quaternion factors:
\begin{equation*}\begin{aligned} pq={}& p_wq_w +p_wq_x\mathbf i +p_wq_y\mathbf j... ...hbf i +p_zq_y\mathbf k\mathbf j +p_zq_z\mathbf k^2. \end{aligned}\end{equation*}
Use equations (11)–(14), then collect the coefficients of $1,\mathbf i,\mathbf j,\mathbf k$:
\begin{equation*}\boxed{ \begin{aligned} pq={}& (p_wq_w-p_xq_x-p_yq_y-p_zq_z)\\ ... ...hbf j\ &+(p_wq_z+p_xq_y-p_yq_x+p_zq_w)\mathbf k. \end{aligned}}\end{equation*}
In scalar-first component form,
$\displaystyle \boxed{ [pq]_\mathrm{PL} = \begin{bmatrix} p_wq_w-p_xq_x-p_yq_y-p... ...\ p_wq_y-p_xq_z+p_yq_w+p_zq_x\ p_wq_z+p_xq_y-p_yq_x+p_zq_w \end{bmatrix}. }$ (19)

Equation (19) is the component formula most often implemented in software. It should never be copied into a program without also documenting the component ordering and multiplication convention.

A more compact scalar–vector form of the same product will be derived in the next PhysicsLibrary quaternion entry. That form exposes the dot and cross products hidden inside equation (18).

Why quaternion multiplication is not commutative

Using the basis products,

$\displaystyle \mathbf i\mathbf j=\mathbf k, \qquad \mathbf j\mathbf i=-\mathbf k. $
Hence
$\displaystyle \boxed{\mathbf i\mathbf j\neq\mathbf j\mathbf i.}$ (20)
One counterexample is sufficient to show that multiplication in $\mathbb{H}$ is not commutative.

This is not a defect. Three-dimensional finite rotations themselves do not in general commute, so a noncommutative product is exactly the sort of algebraic structure needed to encode ordered rotations.

For two general quaternions $p$ and $q$, one should therefore expect

$\displaystyle pq\neq qp.$ (21)
The difference
$\displaystyle [p,q]\equiv pq-qp$ (22)
is called their commutator. When $[p,q]=0$, the two particular quaternions commute even though the algebra as a whole is noncommutative.

Associativity and distributivity still hold

Although commutativity fails, the two other familiar multiplication laws remain valid.

Quaternion multiplication is associative:

$\displaystyle \boxed{(pq)r=p(qr).}$ (23)
It is also distributive over addition:
$\displaystyle \boxed{p(q+r)=pq+pr,}$ (24)
$\displaystyle \boxed{(p+q)r=pr+qr.}$ (25)
These properties are essential. Associativity means that an unparenthesized product such as

$\displaystyle pqr $
has a unique value. What cannot be done is to exchange the order of the factors.

For example,

$\displaystyle (\mathbf i\mathbf j)\mathbf k =\mathbf k\mathbf k=-1, $
while

$\displaystyle \mathbf i(\mathbf j\mathbf k) =\mathbf i\mathbf i=-1. $
Thus associativity works. But interchanging $\mathbf i$ and $\mathbf j$ gives

$\displaystyle \mathbf j\mathbf i\mathbf k =(-\mathbf k)\mathbf k=+1, $
which is different.

Identity and zero

The real number $1$ is the multiplicative identity:

$\displaystyle 1q=q1=q.$ (26)
The zero quaternion

$\displaystyle 0=0+0\mathbf i+0\mathbf j+0\mathbf k $
is the additive identity:
$\displaystyle q+0=q.$ (27)
It also satisfies
$\displaystyle 0q=q0=0.$ (28)

Every nonzero Hamilton quaternion has a multiplicative inverse. This makes $\mathbb{H}$ a noncommutative division algebra over the real numbers. The conjugate, norm, and explicit inverse formula are developed in a later entry so that the present article can concentrate on the fundamental product.

Important subalgebras

The real numbers occur inside the quaternions as

$\displaystyle a+0\mathbf i+0\mathbf j+0\mathbf k. $
They commute with all quaternions.

If only one imaginary basis direction is used, for example

$\displaystyle a+b\mathbf i, $
then multiplication behaves exactly like ordinary complex-number multiplication because $\mathbf i^2=-1$ and there are no $\mathbf j$ or $\mathbf k$ factors to introduce noncommutativity. Thus

$\displaystyle \{a+b\mathbf i:a,b\in\mathbb{R}\} $
is a copy of the complex numbers inside $\mathbb{H}$. The same is true using $\mathbf j$ or $\mathbf k$, or, as will be shown later, any unit pure quaternion.

This observation is useful in rotation problems: rotation about one fixed axis behaves much like complex multiplication in the plane perpendicular to that axis. The genuinely quaternionic behavior appears when different spatial axes interact.

Worked example 1: multiplying basis expressions

Compute

$\displaystyle (1+\mathbf i)(1+\mathbf j). $
Distribute without changing the factor order:
\begin{equation*}\begin{aligned} (1+\mathbf i)(1+\mathbf j) &=1+\mathbf j+\mathb... ...bf i\mathbf j\ &=1+\mathbf i+\mathbf j+\mathbf k. \end{aligned}\end{equation*}
Reverse the two factors:
\begin{equation*}\begin{aligned} (1+\mathbf j)(1+\mathbf i) &=1+\mathbf i+\mathb... ...bf j\mathbf i\ &=1+\mathbf i+\mathbf j-\mathbf k. \end{aligned}\end{equation*}
The products differ only in the sign of the $\mathbf k$ term, but that difference is enough to demonstrate noncommutativity.

Worked example 2: full numerical product

Let

$\displaystyle p=1+2\mathbf i-\mathbf j+3\mathbf k, \qquad q=2-\mathbf i+4\mathbf j+\mathbf k. $
Using equation (18), the scalar coefficient is

$\displaystyle (1)(2)-(2)(-1)-(-1)(4)-(3)(1)=5. $
The $\mathbf i$ coefficient is

$\displaystyle (1)(-1)+(2)(2)+(-1)(1)-(3)(4)=-10. $
The $\mathbf j$ coefficient is

$\displaystyle (1)(4)-(2)(1)+(-1)(2)+(3)(-1)=-3. $
The $\mathbf k$ coefficient is

$\displaystyle (1)(1)+(2)(4)-(-1)(-1)+(3)(2)=14. $
Therefore
$\displaystyle \boxed{pq=5-10\mathbf i-3\mathbf j+14\mathbf k.}$ (31)

If the factors are reversed, equation (18) gives

$\displaystyle \boxed{qp=5+16\mathbf i+7\mathbf j.}$ (32)
The scalar parts happen to agree in this example, but the vector parts are very different. The general reason for this will become transparent in the scalar–vector product formula developed in Q02.

Worked example 3: an associativity check

Let

$\displaystyle p=\mathbf i, \qquad q=\mathbf j, \qquad r=1+\mathbf k. $
First group the left pair:
$\displaystyle (pq)r =(\mathbf i\mathbf j)(1+\mathbf k) =\mathbf k(1+\mathbf k) =\mathbf k-1.$ (33)
Now group the right pair:
\begin{equation*}\begin{aligned} p(qr) &=\mathbf i\left[\mathbf j(1+\mathbf k)\r... ... &=\mathbf i\mathbf j+\mathbf i^2\ &=\mathbf k-1. \end{aligned}\end{equation*}
Both groupings give the same quaternion, as required by associativity.

Worked example 4: a pure quaternion can square to a real number

Consider

$\displaystyle u=\frac{1}{\sqrt3}(\mathbf i+\mathbf j+\mathbf k). $
Then

\begin{equation*} \begin{aligned} u^2 &=\frac13(\mathbf i+\mathbf j+\mathbf k)^2... ...bf i +\mathbf j\mathbf k+\mathbf k\mathbf j \bigr). \end{aligned}\end{equation*}
Each reversed pair cancels:

$\displaystyle \mathbf i\mathbf j+\mathbf j\mathbf i=0, $
with analogous cancellation for the other pairs. Hence
$\displaystyle u^2=\frac13(-1-1-1)=-1.$ (35)
Thus $u$ behaves algebraically like an imaginary unit even though it points in an arbitrary three-dimensional direction. The general result for an arbitrary unit pure quaternion is proved in Exercise 8.

Common pitfalls

  1. Reordering factors as if they were real variables. In general $pq\neq qp$. Do not sort terms alphabetically during an expansion.
  2. Confusing associativity with commutativity. Parentheses may be moved according to $(pq)r=p(qr)$, but factors may not be exchanged.
  3. Forgetting the negative squares. The Hamilton basis satisfies $\mathbf i^2=\mathbf j^2=\mathbf k^2=-1$.
  4. Using the multiplication table backward. $\mathbf i\mathbf j=\mathbf k$ but $\mathbf j\mathbf i=-\mathbf k$.
  5. Treating a four-component storage array as an ordinary vector. Quaternion addition is componentwise, but quaternion multiplication is not componentwise.
  6. Inferring the product convention from scalar-first or scalar-last storage. Component order and multiplication law are separate choices.
  7. Calling every four-vector a quaternion. A quaternion is not merely four numbers; it is four real coefficients together with the multiplication law of $\mathbb{H}$.

Exercises

The exercises are stated first so that the article can be used for self-study. Complete solutions follow in the next section.

  1. Basis multiplication. Evaluate

    $\displaystyle \mathbf i\mathbf k,\quad \mathbf k\mathbf i,\quad \mathbf j\mathb... ...\mathbf j,\quad \mathbf i\mathbf j\mathbf k,\quad \mathbf j\mathbf i\mathbf k. $
  2. Addition and scalar multiplication. For

    $\displaystyle p=3-2\mathbf i+4\mathbf j-\mathbf k, \qquad q=-1+5\mathbf i+2\mathbf k, $
    find $p+q$, $p-q$, and $-2p$.
  3. General quaternion product. Let

    $\displaystyle p=2+\mathbf i-2\mathbf j+\mathbf k, \qquad q=-1+3\mathbf i+2\mathbf k. $
    Compute $pq$ using equation (18).
  4. Order matters. For the quaternions in Exercise 3, compute $qp$ and the commutator

    $\displaystyle [p,q]=pq-qp. $
  5. A cancellation identity. Show directly from the multiplication table that

    $\displaystyle (\mathbf i+\mathbf j)^2=-2. $
    Explain why treating $\mathbf i$ and $\mathbf j$ as commuting symbols would give the wrong intermediate expression.
  6. Complex numbers inside the quaternions. Let

    $\displaystyle p=a+b\mathbf i, \qquad q=c+d\mathbf i, $
    where $a,b,c,d$ are real. Show that

    $\displaystyle pq=(ac-bd)+(ad+bc)\mathbf i $
    and verify that $pq=qp$ for this restricted pair.
  7. Associativity versus commutativity. Verify explicitly that

    $\displaystyle (\mathbf i\mathbf j)\mathbf k =\mathbf i(\mathbf j\mathbf k), $
    but

    $\displaystyle \mathbf i\mathbf j\neq\mathbf j\mathbf i. $
    State in words what the two calculations demonstrate.
  8. Arbitrary unit pure quaternion. Let

    $\displaystyle u=a\mathbf i+b\mathbf j+c\mathbf k, \qquad a^2+b^2+c^2=1. $
    Expand $u^2$ using only the multiplication table and prove that

    $\displaystyle u^2=-1. $
  9. Identify a convention error. An engineer writes quaternions in scalar-first order and states $\mathbf i\mathbf j=-\mathbf k$. A colleague claims that the minus sign must be caused by scalar-first storage. Is that explanation correct? Identify what the equation actually reveals.

Solutions

1. Basis multiplication

From equations (13)–(14),

$\displaystyle \mathbf i\mathbf k=-\mathbf j, \qquad \mathbf k\mathbf i=\mathbf j, $

$\displaystyle \mathbf j\mathbf i=-\mathbf k, \qquad \mathbf k\mathbf j=-\mathbf i. $
Also,

$\displaystyle \mathbf i\mathbf j\mathbf k =(\mathbf i\mathbf j)\mathbf k =\mathbf k^2=-1, $
whereas

$\displaystyle \mathbf j\mathbf i\mathbf k =(-\mathbf k)\mathbf k=+1. $

2. Addition and scalar multiplication

Componentwise addition gives

$\displaystyle \boxed{ p+q=2+3\mathbf i+4\mathbf j+\mathbf k. } $
Subtraction gives

$\displaystyle \boxed{ p-q=4-7\mathbf i+4\mathbf j-3\mathbf k. } $
Finally,

$\displaystyle \boxed{ -2p=-6+4\mathbf i-8\mathbf j+2\mathbf k. } $

3. General quaternion product

For

$\displaystyle p=(2,1,-2,1), \qquad q=(-1,3,0,2), $
equation (18) gives

$\displaystyle \boxed{ pq=-7+\mathbf i+3\mathbf j+9\mathbf k. } $

4. Order matters

Reversing the factors gives

$\displaystyle \boxed{ qp=-7+9\mathbf i+\mathbf j-3\mathbf k. } $
Therefore

\begin{equation*} \begin{aligned} \relax[p,q] &=pq-qp\ &=(-7+\mathbf i+3\mathb... ...k)\ &=\boxed{-8\mathbf i+2\mathbf j+12\mathbf k}. \end{aligned}\end{equation*}
The nonzero commutator confirms that these two quaternions do not commute.

5. A cancellation identity

Expand without reordering factors:

\begin{equation*} \begin{aligned} (\mathbf i+\mathbf j)^2 &=\mathbf i^2+\mathbf ... ... j^2\ &=-1+\mathbf k-\mathbf k-1\ &=\boxed{-2}. \end{aligned}\end{equation*}
If the symbols were incorrectly assumed to commute, the two middle terms would be combined as $2\mathbf i\mathbf j=2\mathbf k$. Quaternion multiplication instead gives $\mathbf i\mathbf j+\mathbf j\mathbf i=0$.

6. Complex numbers inside the quaternions

Using $\mathbf i^2=-1$ and the fact that real scalars commute,

\begin{equation*} \begin{aligned} pq &=(a+b\mathbf i)(c+d\mathbf i)\ &=ac+ad\m... ...thbf i+bd\mathbf i^2\ &=(ac-bd)+(ad+bc)\mathbf i. \end{aligned}\end{equation*}
Reversing the factors produces

$\displaystyle qp=(ca-db)+(cb+da)\mathbf i, $
which is the same result because $a,b,c,d$ are real. Thus this two-dimensional subalgebra is commutative and isomorphic to the complex numbers.

7. Associativity versus commutativity

The left grouping gives

$\displaystyle (\mathbf i\mathbf j)\mathbf k =\mathbf k\mathbf k=-1. $
The right grouping gives

$\displaystyle \mathbf i(\mathbf j\mathbf k) =\mathbf i\mathbf i=-1. $
Hence multiplication is associative for these basis elements. But

$\displaystyle \mathbf i\mathbf j=\mathbf k, \qquad \mathbf j\mathbf i=-\mathbf k, $
so multiplication is not commutative. Associativity permits regrouping; commutativity would permit reordering. Quaternions permit the former but not the latter.

8. Arbitrary unit pure quaternion

Expand

\begin{equation*} \begin{aligned} u^2 ={}&a^2\mathbf i^2+b^2\mathbf j^2+c^2\math... ...thbf i) +bc(\mathbf j\mathbf k+\mathbf k\mathbf j). \end{aligned}\end{equation*}
Each mixed pair cancels because reversing two distinct basis factors changes its sign. Therefore

$\displaystyle u^2=-a^2-b^2-c^2. $
With $a^2+b^2+c^2=1$,

$\displaystyle \boxed{u^2=-1.} $
This result is one of the algebraic reasons arbitrary spatial axes can play the role of an imaginary unit in quaternion rotation formulas.

9. Identify a convention error

The colleague's explanation is incorrect. Scalar-first versus scalar-last specifies only the order in which the four real coefficients are displayed or stored. The equation

$\displaystyle \mathbf i\mathbf j=-\mathbf k $
identifies a multiplication law whose orientation is flipped relative to the PhysicsLibrary/Hamilton rule $\mathbf i\mathbf j=+\mathbf k$. The storage order did not cause the sign change.

What comes next

Equation (18) is correct and useful, but its pattern of signs can look arbitrary. The next PhysicsLibrary entry rewrites

$\displaystyle p=p_w+\mathbf p, \qquad q=q_w+\mathbf q $
and derives the compact Hamilton product

$\displaystyle pq = \left(p_wq_w-\mathbf p\cdot\mathbf q\right) + \left(p_w\mathbf q+q_w\mathbf p+\mathbf p\times\mathbf q\right). $
That scalar–vector form explains the entire multiplication table through the dot and cross products of ordinary three-dimensional vector analysis and is the main bridge from quaternion algebra to mechanics and rigid-body rotations.

Sources and historical notes

Hamilton's Elements of Quaternions is the primary historical source for the relations among $\mathbf i,\mathbf j,\mathbf k$, including the failure of the commutative law and preservation of associativity. Joly's later A Manual of Quaternions gives a compact development beginning from the scalar and vector parts of a quaternion and explicitly proves associativity. Kelland and Tait likewise separate products into scalar and vector parts and provide extensive examples. Hathaway's A Primer of Quaternions was written as an elementary treatment and contains exercise sets on the fundamental basis relations. The Wikibooks quaternion article provides a modern openly licensed four-tuple definition and elementary multiplication exercises.

The notation and pedagogical organization of this PhysicsLibrary entry are modernized for physics and engineering use; the text and worked solutions above are newly written rather than transcribed from the historical sources.

Bibliography

1
W. R. Hamilton, Elements of Quaternions, 2nd ed., edited by C. J. Joly, Longmans, Green, and Co., 1899. Public-domain historical source. Internet Archive scan
2
C. J. Joly, A Manual of Quaternions, Macmillan and Co., London, 1905. Public-domain historical source. Internet Archive search
3
P. Kelland and P. G. Tait, Introduction to Quaternions, with Numerous Examples, 2nd ed., Macmillan and Co., London, 1882. Public-domain historical source. HathiTrust copy
4
A. S. Hathaway, A Primer of Quaternions, 1896. Public-domain text; Project Gutenberg edition and LATEX source available. Project Gutenberg edition
5
Wikibooks contributors, “Abstract Algebra/Quaternions.” Openly licensed instructional source; consult the current page history and license notice for attribution requirements. Wikibooks quaternion article

License

Unless otherwise noted, this PhysicsLibrary entry is intended for release under the Creative Commons Attribution–ShareAlike 4.0 International license.



"quaternion definition and basic algebra" is owned by bloftin.
(view preamble)
View style:
See Also: Notation Quaternions for Physics and Engineering: Orientation, quaternion product

Also defines:  quaternion
Keywords:  quaternion, Hamilton quaternion, quaternion algebra, % scalar part, vector part, pure quaternion, Hamilton product, noncommutative algebra, % associative algebra, division algebra, quaternion multiplication table

Cross-references: mechanics, two-dimensional, section, norm, identity, works, commutativity, commutator, noncommutative, cross products, program, unit vectors, squares, relation, vector space, commute, scalar, quaternion multiplication, vector, representation, algebraic, formula, kinematics
There are 2 references to this object.

This is version 1 of quaternion definition and basic algebra, born on 2026-08-23.
Object id is 1091, canonical name is QuaternionDefinitionAndBasicAlgebra.
Accessed 7 times total.

Classification:
Physics Classification02.10.Hh (Rings and algebras)
 02.10.De (Algebraic structures and number theory)
 02.10.Ud (Linear algebra)
Pending Errata and Addenda
None.
Discussion
Style: Expand: Order:

No messages.

Interact
rate | post | correct | update request | add derivation | add example | add (any)