Dual quaternion

From HandWiki
Short description: Eight-dimensional algebra over the real numbers
Plaque on Broom bridge (Dublin) commemorating Hamilton's invention of quaternions

In mathematics, the dual quaternions are an 8-dimensional real algebra isomorphic to the tensor product of the quaternions and the dual numbers. Thus, they may be constructed in the same way as the quaternions, except using dual numbers instead of real numbers as coefficients. A dual quaternion can be represented in the form A + εB, where A and B are ordinary quaternions and ε is the dual unit, which satisfies ε2 = 0 and commutes with every element of the algebra. Unlike quaternions, the dual quaternions do not form a division algebra.

In mechanics, the dual quaternions are applied as a number system to represent rigid transformations in three dimensions.[1] Since the space of dual quaternions is 8-dimensional and a rigid transformation has six real degrees of freedom, three for translations and three for rotations, dual quaternions obeying two algebraic constraints are used in this application. Since unit quaternions are subject to two algebraic constraints, unit quaternions are standard to represent rigid transformations.[2]

Similar to the way that rotations in 3D space can be represented by quaternions of unit length, rigid motions in 3D space can be represented by dual quaternions of unit length. This fact is used in theoretical kinematics (see McCarthy[3]), and in applications to 3D computer graphics,[4] robotics[5][6] and computer vision.[7] Polynomials with coefficients given by (non-zero real norm) dual quaternions have also been used in the context of mechanical linkages design.[8]

History

W. R. Hamilton introduced quaternions[9][10] in 1843, and by 1873 W. K. Clifford obtained a broad generalization of these numbers that he called biquaternions,[11][12] which is an example of what is now called a Clifford algebra.[3]

In 1898 Alexander McAulay used Ω with Ω2 = 0 to generate the dual quaternion algebra.[13] However, his terminology of "octonions" did not stick as today's octonions are another algebra.

In Russia, Aleksandr Kotelnikov[14] developed dual vectors and dual quaternions for use in the study of mechanics.

In 1891 Eduard Study realized that this associative algebra was ideal for describing the group of motions of three-dimensional space. He further developed the idea in Geometrie der Dynamen in 1901.[15] B. L. van der Waerden called the structure "Study biquaternions", one of three eight-dimensional algebras referred to as biquaternions.

Formulas

In order to describe operations with dual quaternions, it is helpful to first consider quaternions.[16]

A quaternion is a linear combination of the basis elements 1, i, j, and k. Hamilton's product rule for i, j, and k is often written as

[math]\displaystyle{ i^2 = j^2 = k^2 = ijk = -1 . }[/math]

Compute i ( i j k ) = −j k = −i, to obtain j k = i, and ( i j k ) k = −i j = −k or i j = k. Now because j ( j k ) = j i = −k, we see that this product yields i j = −j i, which links quaternions to the properties of determinants.

A convenient way to work with the quaternion product is to write a quaternion as the sum of a scalar and a vector (strictly speaking a bivector), that is A = a0 + A, where a0 is a real number and A = A1 i + A2 j + A3 k is a three dimensional vector. The vector dot and cross operations can now be used to define the quaternion product of A = a0 + A and C = c0 + C as

[math]\displaystyle{ G = AC = (a_0 + \mathbf{A})(c_0 + \mathbf{C}) = (a_0 c_0 - \mathbf{A}\cdot \mathbf{C}) + (c_0 \mathbf{A} + a_0 \mathbf{C} + \mathbf{A}\times\mathbf{C}). }[/math]

A dual quaternion is usually described as a quaternion with dual numbers as coefficients. A dual number is an ordered pair â = ( a, b ). Two dual numbers add componentwise and multiply by the rule â ĉ = ( a, b ) ( c, d ) = (a c, a d + b c). Dual numbers are often written in the form â = a + εb, where ε is the dual unit that commutes with i, j, k and has the property ε2 = 0.

The result is that a dual quaternion can be written as an ordered pair of quaternions ( A, B ). Two dual quaternions add componentwise and multiply by the rule,

[math]\displaystyle{ \hat{A}\hat{C} = (A, B)(C, D) = (AC, AD+BC). }[/math]

It is convenient to write a dual quaternion as the sum of a dual scalar and a dual vector, Â = â0 + A, where â0 = ( a, b ) and A = ( A, B ) is the dual vector that defines a screw. This notation allows us to write the product of two dual quaternions as

[math]\displaystyle{ \hat{G} = \hat{A}\hat{C} = (\hat{a}_0 + \mathsf{A})(\hat{c}_0 + \mathsf{C}) = (\hat{a}_0 \hat{c}_0 - \mathsf{A}\cdot \mathsf{C}) + (\hat{c}_0 \mathsf{A} + \hat{a}_0 \mathsf{C} + \mathsf{A}\times\mathsf{C}). }[/math]

Addition

The addition of dual quaternions is defined componentwise so that given,

[math]\displaystyle{ \hat{A} = (A, B) = a_0 + a_1 i + a_2 j + a_3 k + b_0 \varepsilon + b_1 \varepsilon i + b_2 \varepsilon j + b_3 \varepsilon k, }[/math]

and

[math]\displaystyle{ \hat{C} = (C, D) = c_0 + c_1 i + c_2 j + c_3 k + d_0 \varepsilon + d_1 \varepsilon i + d_2 \varepsilon j + d_3 \varepsilon k, }[/math]

then

[math]\displaystyle{ \hat{A} + \hat{C} = (A+C, B+D) = (a_0+c_0) + (a_1+c_1) i + (a_2+c_2) j + (a_3+c_3) k + (b_0+d_0) \varepsilon + (b_1+d_1) \varepsilon i + (b_2+d_2) \varepsilon j + (b_3+d_3) \varepsilon k, }[/math]

Multiplication

Multiplication of two dual quaternion follows from the multiplication rules for the quaternion units i, j, k and commutative multiplication by the dual unit ε. In particular, given

[math]\displaystyle{ \hat{A} = (A, B) = A + \varepsilon B, }[/math]

and

[math]\displaystyle{ \hat{C} = (C, D) = C + \varepsilon D, }[/math]

then

[math]\displaystyle{ \hat{A}\hat{C} = (A + \varepsilon B)(C + \varepsilon D) = AC + \varepsilon (AD+BC). }[/math]

Notice that there is no BD term, because the definition of dual numbers requires that ε2 = 0.

This gives us the multiplication table (note the multiplication order is row times column):

Multiplication table for dual quaternion units
(Row x Column) 1 i j k ε εi εj εk
1 1 i j k ε εi εj εk
i i −1 k j εi −ε εk −εj
j j k −1 i εj −εk −ε εi
k k j i −1 εk εj −εi −ε
ε ε εi εj εk 0 0 0 0
εi εi −ε εk −εj 0 0 0 0
εj εj −εk −ε εi 0 0 0 0
εk εk εj −εi −ε 0 0 0 0

Conjugate

The conjugate of a dual quaternion is the extension of the conjugate of a quaternion, that is

[math]\displaystyle{ \hat{A}^* = (A^*, B^*) = A^* + \varepsilon B^*. \! }[/math]

As with quaternions, the conjugate of the product of dual quaternions, Ĝ = ÂĈ, is the product of their conjugates in reverse order,

[math]\displaystyle{ \hat{G}^* = (\hat{A}\hat{C})^* = \hat{C}^*\hat{A}^*. }[/math]

It is useful to introduce the functions Sc(∗) and Vec(∗) that select the scalar and vector parts of a quaternion, or the dual scalar and dual vector parts of a dual quaternion. In particular, if  = â0 + A, then

[math]\displaystyle{ \mbox{Sc}(\hat{A}) = \hat{a}_0, \mbox{Vec}(\hat{A}) = \mathsf{A}. }[/math]

This allows the definition of the conjugate of  as

[math]\displaystyle{ \hat{A}^* = \mbox{Sc}(\hat{A}) - \mbox{Vec}(\hat{A}). }[/math]

or,

[math]\displaystyle{ (\hat{a}_0+\mathsf{A})^* = \hat{a}_0 - \mathsf{A}. }[/math]

The product of a dual quaternion with its conjugate yields

[math]\displaystyle{ \hat{A}\hat{A}^* = (\hat{a}_0+\mathsf{A})(\hat{a}_0 - \mathsf{A}) = \hat{a}_0^2 + \mathsf{A}\cdot\mathsf{A}. }[/math]

This is a dual scalar which is the magnitude squared of the dual quaternion.

Dual number conjugate

A second type of conjugate of a dual quaternion is given by taking the dual number conjugate, given by

[math]\displaystyle{ \overline{\hat{A}} = (A, -B) = A - \varepsilon B. \! }[/math]

The quaternion and dual number conjugates can be combined into a third form of conjugate given by

[math]\displaystyle{ \overline{\hat{A}^*} = (A^*, -B^*) = A^* - \varepsilon B^*. \! }[/math]

In the context of dual quaternions, the term "conjugate" can be used to mean the quaternion conjugate, dual number conjugate, or both.

Norm

The norm of a dual quaternion |Â| is computed using the conjugate to compute |Â| = Â Â*. This is a dual number called the magnitude of the dual quaternion. Dual quaternions with |Â| = 1 are unit dual quaternions.

Dual quaternions of magnitude 1 are used to represent spatial Euclidean displacements. Notice that the requirement that  Â* = 1, introduces two algebraic constraints on the components of Â, that is

[math]\displaystyle{ \hat{A}\hat{A}^* = (A, B)(A^*, B^*) = (AA^*, AB^* + BA^*) = (1, 0). }[/math]

Inverse

If p + ε q is a dual quaternion, and p is not zero, then the inverse dual quaternion is given by

p−1 (1 − ε q p−1).

Thus the elements of the subspace { ε q : q ∈ H } do not have inverses. This subspace is called an ideal in ring theory. It happens to be the unique maximal ideal of the ring of dual numbers.

The group of units of the dual number ring then consists of numbers not in the ideal. The dual numbers form a local ring since there is a unique maximal ideal. The group of units is a Lie group and can be studied using the exponential mapping. Dual quaternions have been used to exhibit transformations in the Euclidean group. A typical element can be written as a screw transformation.

Dual quaternions and spatial displacements

A benefit of the dual quaternion formulation of the composition of two spatial displacements DB = ([RB], b) and DA = ([RA],a) is that the resulting dual quaternion yields directly the screw axis and dual angle of the composite displacement DC = DBDA.

In general, the dual quaternion associated with a spatial displacement D = ([A], d) is constructed from its screw axis S = (SV) and the dual angle (φd) where φ is the rotation about and d the slide along this axis, which defines the displacement D. The associated dual quaternion is given by,

[math]\displaystyle{ \hat{S} = \cos\frac{\hat{\phi}}{2} + \sin\frac{\hat{\phi}}{2} \mathsf{S}. }[/math]

Let the composition of the displacement DB with DA be the displacement DC = DBDA. The screw axis and dual angle of DC is obtained from the product of the dual quaternions of DA and DB, given by

[math]\displaystyle{ \hat{A}=\cos(\hat{\alpha}/2)+ \sin(\hat{\alpha}/2)\mathsf{A}\quad \text{and}\quad \hat{B}=\cos(\hat{\beta}/2)+ \sin(\hat{\beta}/2)\mathsf{B}. }[/math]

That is, the composite displacement DC=DBDA has the associated dual quaternion given by

[math]\displaystyle{ \hat{C} = \cos\frac{\hat{\gamma}}{2}+\sin\frac{\hat{\gamma}}{2}\mathsf{C} = \left(\cos\frac{\hat{\beta}}{2}+\sin\frac{\hat{\beta}}{2}\mathsf{B}\right) \left(\cos\frac{\hat{\alpha}}{2}+ \sin\frac{\hat{\alpha}}{2}\mathsf{A}\right). }[/math]

Expand this product in order to obtain

[math]\displaystyle{ \cos\frac{\hat{\gamma}}{2}+\sin\frac{\hat{\gamma}}{2} \mathsf{C} = \left(\cos\frac{\hat{\beta}}{2}\cos\frac{\hat{\alpha}}{2} - \sin\frac{\hat{\beta}}{2}\sin\frac{\hat{\alpha}}{2} \mathsf{B}\cdot \mathsf{A}\right) + \left(\sin\frac{\hat{\beta}}{2}\cos\frac{\hat{\alpha}}{2} \mathsf{B} + \sin\frac{\hat{\alpha}}{2}\cos\frac{\hat{\beta}}{2} \mathsf{A} + \sin\frac{\hat{\beta}}{2}\sin\frac{\hat{\alpha}}{2} \mathsf{B}\times \mathsf{A}\right). }[/math]

Divide both sides of this equation by the identity

[math]\displaystyle{ \cos\frac{\hat{\gamma}}{2} = \cos\frac{\hat{\beta}}{2}\cos\frac{\hat{\alpha}}{2} - \sin\frac{\hat{\beta}}{2}\sin\frac{\hat{\alpha}}{2} \mathsf{B}\cdot \mathsf{A} }[/math]

to obtain

[math]\displaystyle{ \tan\frac{\hat{\gamma}}{2} \mathsf{C} = \frac{\tan\frac{\hat{\beta}}{2}\mathsf{B} + \tan\frac{\hat{\alpha}}{2} \mathsf{A} + \tan\frac{\hat{\beta}}{2}\tan\frac{\hat{\alpha}}{2} \mathsf{B}\times \mathsf{A}}{1 - \tan\frac{\hat{\beta}}{2}\tan\frac{\hat{\alpha}}{2} \mathsf{B}\cdot \mathsf{A}}. }[/math]

This is Rodrigues' formula for the screw axis of a composite displacement defined in terms of the screw axes of the two displacements. He derived this formula in 1840.[17]

The three screw axes A, B, and C form a spatial triangle and the dual angles at these vertices between the common normals that form the sides of this triangle are directly related to the dual angles of the three spatial displacements.

Matrix form of dual quaternion multiplication

The matrix representation of the quaternion product is convenient for programming quaternion computations using matrix algebra, which is true for dual quaternion operations as well.

The quaternion product AC is a linear transformation by the operator A of the components of the quaternion C, therefore there is a matrix representation of A operating on the vector formed from the components of C.

Assemble the components of the quaternion C = c0 + C into the array C = (C1, C2, C3, c0). Notice that the components of the vector part of the quaternion are listed first and the scalar is listed last. This is an arbitrary choice, but once this convention is selected we must abide by it.

The quaternion product AC can now be represented as the matrix product

[math]\displaystyle{ AC = [A^+] C = \begin{bmatrix} a_0 & A_3 & -A_2 & A_1 \\ -A_3 & a_0 & A_1 & A_2 \\ A_2 & -A_1 & a_0 & A_3 \\ -A_1 & -A_2 & -A_3 & a_0 \end{bmatrix} \begin{Bmatrix} C_1 \\ C_2 \\ C_3 \\ c_0 \end{Bmatrix}. }[/math]

The product AC can also be viewed as an operation by C on the components of A, in which case we have

[math]\displaystyle{ AC = [C^-] A = \begin{bmatrix} c_0 & -C_3 & C_2 & C_1 \\ C_3 & c_0 & -C_1 & C_2 \\ -C_2 & C_1 & c_0 & C_3 \\ -C_1 & -C_2 & -C_3 & c_0 \end{bmatrix} \begin{Bmatrix} A_1 \\ A_2 \\ A_3 \\ a_0 \end{Bmatrix}. }[/math]

The dual quaternion product ÂĈ = (A, B)(C, D) = (AC, AD+BC) can be formulated as a matrix operation as follows. Assemble the components of Ĉ into the eight dimensional array Ĉ = (C1, C2, C3, c0, D1, D2, D3, d0), then ÂĈ is given by the 8x8 matrix product

[math]\displaystyle{ \hat{A}\hat{C} = [\hat{A}^+]\hat{C} = \begin{bmatrix} A^+ & 0 \\ B^+ & A^+ \end{bmatrix}\begin{Bmatrix} C \\ D\end{Bmatrix}. }[/math]

As we saw for quaternions, the product ÂĈ can be viewed as the operation of Ĉ on the coordinate vector Â, which means ÂĈ can also be formulated as,

[math]\displaystyle{ \hat{A}\hat{C} = [\hat{C}^-]\hat{A} = \begin{bmatrix} C^- & 0 \\ D^- & C^- \end{bmatrix}\begin{Bmatrix} A \\ B\end{Bmatrix}. }[/math]

More on spatial displacements

The dual quaternion of a displacement D=([A], d) can be constructed from the quaternion S=cos(φ/2) + sin(φ/2)S that defines the rotation [A] and the vector quaternion constructed from the translation vector d, given by D = d1i + d2j + d3k. Using this notation, the dual quaternion for the displacement D=([A], d) is given by

[math]\displaystyle{ \hat{S} = S + \varepsilon \frac{1}{2}DS. }[/math]

Let the Plücker coordinates of a line in the direction x through a point p in a moving body and its coordinates in the fixed frame which is in the direction X through the point P be given by,

[math]\displaystyle{ \hat{x}=\mathbf{x} + \varepsilon \mathbf{p}\times\mathbf{x}\quad\text{and}\quad\hat{X}=\mathbf{X} + \varepsilon \mathbf{P}\times\mathbf{X}. }[/math]

Then the dual quaternion of the displacement of this body transforms Plücker coordinates in the moving frame to Plücker coordinates in the fixed frame by the formula

[math]\displaystyle{ \hat{X} = \hat{S}\hat{x}\overline{\hat{S}^*}. }[/math]

Using the matrix form of the dual quaternion product this becomes,

[math]\displaystyle{ \hat{X} =[\hat{S}^+][\hat{S}^-]^*\hat{x}. }[/math]

This calculation is easily managed using matrix operations.

Dual quaternions and 4×4 homogeneous transforms

It might be helpful, especially in rigid body motion, to represent unit dual quaternions as homogeneous matrices. As given above a dual quaternion can be written as: [math]\displaystyle{ \hat q = r + d\varepsilon r }[/math] where r and d are both quaternions. The r quaternion is known as the real or rotational part and the [math]\displaystyle{ d }[/math] quaternion is known as the dual or displacement part.

The rotation part can be given by

[math]\displaystyle{ r = r_w + r_xi + r_yj + r_zk = \cos \left( \frac{\theta}{2} \right) + \sin \left( \frac{\theta}{2} \right) \left( \vec{a} \cdot (i, j, k) \right) }[/math]

where [math]\displaystyle{ \theta }[/math] is the angle of rotation about the direction given by unit vector [math]\displaystyle{ \vec{a} }[/math]. The displacement part can be written as

[math]\displaystyle{ d = 0 + \frac{\Delta x}{2}i + \frac{\Delta y}{2}j + \frac{\Delta z}{2}k }[/math].

The dual-quaternion equivalent of a 3D-vector is

[math]\displaystyle{ \hat v := 1 + \varepsilon (v_x i + v_y j + v_z k) }[/math]

and its transformation by [math]\displaystyle{ \hat q }[/math] is given by[18]

[math]\displaystyle{ \hat{v}' = \hat q \cdot \hat v \cdot \overline{\hat q^*} }[/math].

These dual quaternions (or actually their transformations on 3D-vectors) can be represented by the homogeneous transformation matrix

[math]\displaystyle{ T = \begin{pmatrix} 1 & 0 & 0 & 0 & \\ \Delta x & & & \\ \Delta y & & R & \\ \Delta z & & & \\ \end{pmatrix} }[/math]

where the 3×3 orthogonal matrix is given by

[math]\displaystyle{ R =\begin{pmatrix} r_w^2+r_x^2-r_y^2-r_z^2 & 2r_xr_y-2r_wr_z & 2r_xr_z+2r_wr_y \\ 2r_xr_y+2r_wr_z & r_w^2-r_x^2+r_y^2-r_z^2 & 2r_yr_z-2r_wr_x \\ 2r_xr_z-2r_wr_y & 2r_yr_z+2r_wr_x & r_w^2-r_x^2-r_y^2+r_z^2\\ \end{pmatrix}. }[/math]

For the 3D-vector

[math]\displaystyle{ v = \begin{pmatrix} 1 \\ v_x \\ v_y \\ v_z \\ \end{pmatrix} }[/math]

the transformation by T is given by

[math]\displaystyle{ \vec{v}' = T \cdot \vec{v} }[/math]

Connection to Clifford algebras

Besides being the tensor product of two Clifford algebras, the quaternions and the dual numbers, the dual quaternions have two other formulations in terms of Clifford algebras.

First, dual quaternions are isomorphic to the Clifford algebra generated by 3 anticommuting elements [math]\displaystyle{ i }[/math], [math]\displaystyle{ j }[/math], [math]\displaystyle{ e }[/math] with [math]\displaystyle{ i^2 = j^2 = -1 }[/math] and [math]\displaystyle{ e^2 = 0 }[/math]. If we define [math]\displaystyle{ k = ij }[/math] and [math]\displaystyle{ \varepsilon = ek }[/math], then the relations defining the dual quaternions are implied by these and vice versa. Second, the dual quaternions are isomorphic to the even part of the Clifford algebra generated by 4 anticommuting elements [math]\displaystyle{ e_1, e_2, e_3, e_4 }[/math] with

[math]\displaystyle{ e_1 ^2 = e_2^2 = e_3^2 = -1, \,\, e_4^2 = 0. }[/math]

For details, see Clifford algebras: dual quaternions.

Eponyms

Since both Eduard Study and William Kingdon Clifford used and wrote about dual quaternions, at times authors refer to dual quaternions as "Study biquaternions" or "Clifford biquaternions". The latter eponym has also been used to refer to split-biquaternions. Read the article by Joe Rooney linked below for view of a supporter of W.K. Clifford's claim. Since the claims of Clifford and Study are in contention, it is convenient to use the current designation dual quaternion to avoid conflict.

See also

References

Notes

  1. A.T. Yang, Application of Quaternion Algebra and Dual Numbers to the Analysis of Spatial Mechanisms, Ph.D thesis, Columbia University, 1963.
  2. Valverde, Alfredo; Tsiotras, Panagiotis (2018). "Dual Quaternion Framework for Modeling of Spacecraft-Mounted Multibody Robotic Systems". Frontiers in Robotics and AI 5. doi:10.3389/frobt.2018.00128. ISSN 2296-9144. 
  3. 3.0 3.1 McCarthy, J. M. (1990). An Introduction to Theoretical Kinematics. MIT Press. pp. 62–5. ISBN 9780262132527. https://books.google.com/books?id=glOqQgAACAAJ. 
  4. Kenwright, Ben. "Dual-Quaternions: From Classical Mechanics to Computer Graphics and Beyond". https://xbdev.net/misc_demos/demos/dual_quaternions_beyond/paper.pdf. 
  5. Figueredo, L.F.C.; Adorno, B.V.; Ishihara, J.Y.; Borges, G.A. (2013). "Robust kinematic control of manipulator robots using dual quaternion representation". 2013 IEEE International Conference on Robotics and Automation. pp. 1949–1955. doi:10.1109/ICRA.2013.6630836. ISBN 978-1-4673-5643-5. https://ieeexplore.ieee.org/document/6630836. 
  6. Vilhena Adorno, Bruno (2017). Robot Kinematic Modeling and Control Based on Dual Quaternion Algebra — Part I: Fundamentals.. https://hal.archives-ouvertes.fr/hal-01478225. 
  7. A. Torsello, E. Rodolà and A. Albarelli, Multiview Registration via Graph Diffusion of Dual Quaternions, Proc. of the XXIV IEEE Conference on Computer Vision and Pattern Recognition, pp. 2441-2448, June 2011.
  8. Li, Zijia; Schröcker, Hans-Peter; Scharler, Daniel F. (2022-09-07). "A Complete Characterization of Bounded Motion Polynomials Admitting a Factorization with Linear Factors". arXiv:2209.02306 [math.RA].
  9. W. R. Hamilton, "On quaternions, or on a new system of imaginaries in algebra," Phil. Mag. 18, installments July 1844 – April 1850, ed. by D. E. Wilkins (2000)
  10. W. R. Hamilton, Elements of Quaternions, Longmans, Green & Co., London, 1866
  11. W. K. Clifford, "Preliminary sketch of bi-quaternions, Proc. London Math. Soc. Vol. 4 (1873) pp. 381–395
  12. W. K. Clifford, Mathematical Papers, (ed. R. Tucker), London: Macmillan, 1882.
  13. Alexander McAulay (1898) Octonions: a development of Clifford's Biquaternions, link from Internet Archive
  14. A. P. Kotelnikov (1895) Screw calculus and some applications to geometry and mechanics, Annal. Imp. Univ. Kazan
  15. Eduard Study (1901) Geometrie der Dynamen, Teubner, Leipzig
  16. O. Bottema and B. Roth, Theoretical Kinematics, North Holland Publ. Co., 1979
  17. Rodrigues, O. (1840), Des lois géométriques qui régissent les déplacements d’un système solide dans l’espace, et la variation des coordonnées provenant de ses déplacements considérés indépendamment des causes qui peuvent les produire, Journal de Mathématiques Pures et Appliquées de Liouville 5, 380–440.
  18. Dual Quaternions for Rigid Transformation Blending, p. 4.

Sources

  • A.T. Yang (1963) Application of quaternion algebra and dual numbers to the analysis of spatial mechanisms, Ph.D thesis, Columbia University.
  • A.T. Yang (1974) "Calculus of Screws" in Basic Questions of Design Theory, William R. Spillers, editor, Elsevier, pages 266 to 281.
  • J.M. McCarthy (1990) An Introduction to Theoretical Kinematics, pp. 62–5, MIT Press ISBN:0-262-13252-4.
  • L. Kavan, S. Collins, C. O'Sullivan, J. Zara (2006) Dual Quaternions for Rigid Transformation Blending, Technical report, Trinity College Dublin.
  • Joe Rooney William Kingdon Clifford, Department of Design and Innovation, the Open University, London.
  • Joe Rooney (2007) "William Kingdon Clifford", in Marco Ceccarelli, Distinguished figures in mechanism and machine science, Springer.
  • Eduard Study (1891) "Von Bewegungen und Umlegung", Mathematische Annalen 39:520.

Further reading

External links