Fact-checked by Grok 2 weeks ago

Split-quaternion

In , split-quaternions, also known as coquaternions, are a four-dimensional over the real numbers, introduced by James Cockle in 1849 as an extension of Hamilton's quaternions from 1843. Elements of the algebra are expressed as q = a_0 + a_1 i + a_2 j + a_3 k, where a_0, a_1, a_2, a_3 \in \mathbb{R}, the basis elements satisfy the multiplication rules i^2 = -1, j^2 = k^2 = +1, and ij = k = -ji, leading to a non-commutative structure with zero divisors and an indefinite I_q = a_0^2 + a_1^2 - a_2^2 - a_3^2. Unlike the division algebra of ordinary quaternions, split-quaternions contain elements and nontrivial idempotents, classifying them as a "split" algebra with signature (2,2). Split-quaternions admit various representations, including as 2×2 matrices over the complex numbers or 4×4 real matrices, facilitating computations in linear algebra and geometry. The norm is defined as N_q = \sqrt{|I_q|}, with invertible elements satisfying N_q \neq 0, and the conjugate q^* = a_0 - a_1 i - a_2 j - a_3 k enabling the inverse q^{-1} = q^* / (q q^*). Unit split-quaternions, where N_q = 1, are categorized as timelike (I_q > 0), spacelike (I_q < 0), or lightlike (I_q = 0), each corresponding to distinct geometric behaviors in Minkowski space. Notable applications include modeling rotations and Lorentz transformations in Minkowski 3-space, where unit timelike split-quaternions represent hyperbolic rotations, and spacelike ones handle elliptic rotations in semi-Euclidean spaces. In physics, they provide an equivalent formulation of Dirac 4-spinors as 2-spinors, deriving the Dirac equation with SO(3,2;ℝ) symmetry and representing Lorentz transformations via 2×2 unitary matrices. Further geometric interpretations link split-quaternions to lines and planes in Lorentzian geometry, classifying planes by the causality of their normals—timelike to the complex plane, spacelike to the hyperbolic plane, and lightlike to the dual number plane—using mutual pseudo-orthogonal bases. These properties extend their use to matrix theory, differential geometry, quantum mechanics, and superstring theory.

Fundamentals

Definition

A split-quaternion is a four-dimensional algebra over the real numbers, consisting of elements of the form q = a + b \mathbf{i} + c \mathbf{j} + d \mathbf{k}, where a, b, c, d \in \mathbb{R}, the basis elements satisfy \mathbf{i}^2 = -1, \mathbf{j}^2 = \mathbf{k}^2 = +1, and \mathbf{i} \mathbf{j} = \mathbf{k} = - \mathbf{j} \mathbf{i}. This structure was introduced by in 1849 as an extension of , forming an associative but non-commutative algebra with zero divisors. The basis \{1, \mathbf{i}, \mathbf{j}, \mathbf{k}\} spans the algebra as a vector space over \mathbb{R}, with multiplication defined by the relations above and extended by linearity and associativity. The full multiplication table for the basis elements is as follows:
×1\mathbf{i}\mathbf{j}\mathbf{k}
11\mathbf{i}\mathbf{j}\mathbf{k}
\mathbf{i}\mathbf{i}-1\mathbf{k}-\mathbf{j}
\mathbf{j}\mathbf{j}-\mathbf{k}1\mathbf{i}
\mathbf{k}\mathbf{k}\mathbf{j}-\mathbf{i}1
This table incorporates the anticommutation between \mathbf{i} and \mathbf{j}, and the other products follow from associativity. Split-complex numbers, from which split-quaternions can be constructed, are elements of the form a + b \mathbf{j} with a, b \in \mathbb{R} and \mathbf{j}^2 = 1. Unlike standard quaternions, where all imaginary units square to -1 and the norm is positive definite, split-quaternions incorporate the split-complex structure, resulting in an indefinite quadratic form for the norm.

Notation and Basic Operations

Split-quaternions are commonly represented in component form as q = (a, b, c, d), where a, b, c, d \in \mathbb{R}. This tuple notation emphasizes their structure as elements of a four-dimensional real vector space. Equivalently, a split-quaternion can be written using a basis expansion q = a + b \mathbf{e}_1 + c \mathbf{e}_2 + d \mathbf{e}_3, where the basis elements \{\mathbf{e}_1, \mathbf{e}_2, \mathbf{e}_3\} satisfy the relations \mathbf{e}_1^2 = -1, \mathbf{e}_2^2 = \mathbf{e}_3^2 = 1, and \mathbf{e}_1 \mathbf{e}_2 = \mathbf{e}_3 = -\mathbf{e}_2 \mathbf{e}_1. Addition of split-quaternions is defined component-wise. For q = (a, b, c, d) and p = (a', b', c', d'), the sum is q + p = (a + a', b + b', c + c', d + d'). In basis form, this corresponds to distributing the addition over the coefficients while preserving the basis elements. Scalar multiplication by a real number r \in \mathbb{R} scales each component: r q = (r a, r b, r c, r d), or equivalently r (a + b \mathbf{e}_1 + c \mathbf{e}_2 + d \mathbf{e}_3) = r a + r b \mathbf{e}_1 + r c \mathbf{e}_2 + r d \mathbf{e}_3. These operations make the set of split-quaternions into a vector space over \mathbb{R}. The zero element of the algebra is the split-quaternion $0 = (0, 0, 0, 0), which acts as the additive identity: q + 0 = q for any q. The additive inverse of q = (a, b, c, d) is -q = (-a, -b, -c, -d), satisfying q + (-q) = 0. These properties follow directly from the component-wise nature of the operations.

Algebraic Properties

Multiplication and Composition

Split-quaternions form a non-commutative algebra under multiplication, where the product of two split-quaternions q = a + b i + c j + d k and p = a' + b' i + c' j + d' k, with a, b, c, d, a', b', c', d' \in \mathbb{R}, is given by \begin{align*} q p &= (a a' - b b' + c c' + d d') \\ &\quad + (a b' + b a' - c d' + d c') i \\ &\quad + (a c' - b d' + c a' + d b') j \\ &\quad + (a d' + b c' - c b' + d a') k. \end{align*} This multiplication arises from the defining relations of the basis elements: i^2 = -1, j^2 = k^2 = +1, and ij = k = -ji, leading to jk = -i = -kj, ki = j = -ik. To verify these basis rules, consider the product i j. Substituting q = i (so a = 0, b = 1, c = 0, d = 0) and p = j (so a' = 0, b' = 0, c' = 1, d' = 0) into the multiplication formula yields a scalar part of 0, an i-coefficient of 0, a j-coefficient of 0, and a k-coefficient of 1, confirming i j = k. Similarly, for j i, the computation gives a k-coefficient of -1, so j i = -k. The remaining rules follow analogously from the formula. The algebra is associative, meaning (q r) p = q (r p) for all split-quaternions q, r, p, as the multiplication is bilinear over the reals and the basis relations preserve associativity in the generated algebra. For example, the product (1 + i)(1 + j) is computed as follows: with q = 1 + i (so a = 1, b = 1, c = 0, d = 0) and p = 1 + j (so a' = 1, b' = 0, c' = 1, d' = 0), the formula gives a scalar of 1, an i-coefficient of 1, a j-coefficient of 1, and a k-coefficient of 1, resulting in $1 + i + j + k.

Norm, Conjugation, and Inverses

The conjugation of a split-quaternion q = a + b i + c j + d k, where a, b, c, d \in \mathbb{R}, is defined by reversing the signs of the coefficients of the imaginary units, yielding q^* = a - b i - c j - d k. This operation is an anti-automorphism, satisfying (p q)^* = q^* p^* for any split-quaternions p and q. The norm of q is the real number given by N(q) = q q^* = a^2 + b^2 - c^2 - d^2, which adopts a hyperbolic signature due to the indefinite nature of the underlying metric. This norm is multiplicative, meaning N(p q) = N(p) N(q) for all split-quaternions p and q, a property inherited from the associative algebra structure. Unlike the positive-definite norm of classical quaternions, the split-quaternion norm can take positive, negative, or zero values, reflecting the non-Euclidean geometry associated with the algebra. A split-quaternion q admits a multiplicative inverse if and only if N(q) \neq 0, in which case q^{-1} = q^* / N(q). This follows directly from the relation q \cdot (q^* / N(q)) = (q q^*) / N(q) = N(q) / N(q) = 1, and similarly for right multiplication due to associativity. For example, consider q = 1 + i; then q^* = 1 - i and N(q) = 1^2 + 1^2 - 0^2 - 0^2 = 2, so q^{-1} = (1 - i)/2. Verification yields q q^{-1} = (1 + i)(1 - i)/2 = (1 - i^2)/2 = (1 - (-1))/2 = 2/2 = 1. The units (invertible elements) in the split-quaternion algebra are precisely the elements q with N(q) \neq 0. The subgroup consisting of those with |N(q)| = 1 (i.e., N(q) = \pm 1) plays a key role in preserving the algebraic structure, analogous to the in the classical case but adapted to the split signature.

Representations

Matrix Form

Split-quaternions can be represented as 2×2 matrices with , providing an isomorphism between the split-quaternion algebra and a subalgebra of the matrix algebra M_2(\mathbb{C}). Specifically, a split-quaternion q = a + b i + c j + d k, where a, b, c, d \in \mathbb{R}, i^2 = -1, j^2 = 1, k = i j = - j i, and k^2 = 1, is mapped to the matrix \begin{pmatrix} a + b i & c + d i \\ c - d i & a - b i \end{pmatrix}. This representation preserves the algebraic structure, as matrix multiplication corresponds exactly to the non-commutative multiplication of split-quaternions. For instance, the images of the basis elements under this map satisfy the defining relations: the matrix for i is \begin{pmatrix} i & 0 \\ 0 & -i \end{pmatrix}, which squares to -I; the matrix for j is \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}, which squares to I; and the matrix for k is \begin{pmatrix} 0 & i \\ -i & 0 \end{pmatrix}, whose square is I. The product of the matrices for i and j yields the matrix for k, confirming the relation i j = k. One key advantage of this matrix form is that it allows the application of standard linear algebra techniques to split-quaternions, such as computing eigenvalues or singular value decompositions for split-quaternionic matrices. Notably, the determinant of the representing matrix equals the squared norm of the split-quaternion, given by \det \begin{pmatrix} a + b i & c + d i \\ c - d i & a - b i \end{pmatrix} = a^2 + b^2 - c^2 - d^2, which reflects the indefinite quadratic form characteristic of the split signature.

Construction from Split-Complex Numbers

Split-complex numbers form a two-dimensional commutative algebra over the real numbers, with elements expressed as z = x + y j, where x, y \in \mathbb{R} and the basis element j satisfies j^2 = 1. The norm of such an element is given by N(z) = x^2 - y^2, which can be indefinite, reflecting the hyperbolic nature of the algebra. Split-quaternions extend this structure in a manner analogous to the construction of ordinary from , by treating split-complex numbers as the base field and adjoining a new imaginary unit i perpendicular to the existing basis, with i^2 = -1 and anticommuting with j (i.e., i j = - j i). This yields elements of the form q = z + w i, where z, w are split-complex numbers, expanding the algebra to four dimensions over \mathbb{R} with basis \{1, j, i, k\}, where k = i j. Multiplication in this construction inherits the rules from the split-complex algebra for the z and w components, while cross terms incorporate the anticommutation: specifically, the product (z + w i)(z' + w' i) = z z' - \bar{w}' w i^2 + (z w' + w \bar{z}') i, adjusted for the split-complex conjugation \bar{z} = x - y j, leading to the full basis relations i^2 = -1, j^2 = 1, k^2 = 1, i j = k = -j i, j k = -i = -k j, and k i = j = -i k. This approach parallels William Rowan Hamilton's 1843 construction of quaternions but adapts it to the hyperbolic geometry underlying split-complex numbers, as introduced by James Cockle in 1849 under the name coquaternions to explore algebraic extensions with mixed signature .

Classification and Stratification

Norm-Based Stratification

Split-quaternions are stratified according to the sign of their quadratic form I_q, which serves as a fundamental invariant distinguishing distinct algebraic and geometric behaviors within the algebra. Those with I_q > 0 are termed timelike, drawing an analogy to timelike vectors in Minkowski where the metric is positive. Split-quaternions satisfying I_q < 0 are classified as spacelike, akin to spacelike vectors with negative metric values, while the case I_q = 0 defines the lightlike stratum. This norm-based stratification can be visualized along the real line representing possible values of I_q, partitioned into the positive ray for timelike elements, the negative ray for spacelike elements, and the origin for lightlike elements. For instance, the real scalar q = 1 has I_1 = 1 > 0, exemplifying a timelike that acts as the multiplicative across strata. Geometrically, the level sets of the form surfaces governed by an indefinite of (2,2), dividing the space into distinct sheets: timelike values yield two-sheeted hyperboloids, spacelike values produce one-sheeted hyperboloids, and lightlike values trace a double cone analogous to a . This structure underscores the non-Euclidean nature of split-quaternions, contrasting with the definite norm in classical quaternions. The classification bears a close resemblance to the (1,3) signature of in , where timelike, spacelike, and lightlike distinctions guide causal structures and Lorentz transformations, enabling split-quaternions to model rotations and boosts in geometries despite their (2,2) signature.

Nilpotent Elements

In split-quaternions, a nonzero element q is if q^2 = 0. These elements form a subset of the lightlike vectors, characterized by having zero scalar part and zero quadratic form under the associated . Such nilpotents are precisely the pure split-quaternions q = a i + b j + c k (with a, b, c \in \mathbb{R}, not all zero) satisfying a^2 = b^2 + c^2. This condition arises from the multiplication rules i^2 = -1, j^2 = k^2 = 1, ij = k = -ji, jk = -i = -kj, ki = j = -ik, ensuring the scalar part of q^2 vanishes while cross terms cancel due to anticommutativity. For instance, q = i + j yields (i + j)^2 = i^2 + ij + ji + j^2 = -1 + k - k + 1 = 0, demonstrating nilpotency of index 2. Similarly, i - j satisfies (i - j)^2 = 0. The set of nilpotent elements is not closed under addition; for example, (i + j) + (i - j) = 2i, and (2i)^2 = -4 \neq 0. These elements are non-invertible, as zero precludes inverses in the algebra. They generate ideals within the split-quaternion and contribute to its , underscoring the presence of zero divisors and the algebra's departure from being a .

Imaginary and Hyperbolic Units

Split-quaternions possess a distinguished basis consisting of the real unit 1 and three additional units: the i and the units j and k. These satisfy the relations i^2 = -1, j^2 = 1, k^2 = 1, ij = k = -ji, jk = -i = -kj, and ki = j = -ik, with ijk = 1. The i lies in the timelike sector, where its square is negative, while the units j and k reside in the spacelike sector, characterized by positive squares. These basis units generate the algebra and underpin its geometric interpretations, with the Q(q) = a^2 + b^2 - c^2 - d^2 for q = a + bi + cj + dk distinguishing their strata: Q(i) = 1 > 0, Q(j) = Q(k) = -1 < 0. The multiplication among the imaginary and hyperbolic units follows a specific table that highlights their non-commutativity and interplay between timelike and spacelike behaviors:
ijk
i-1k-j
j-k$1-i
kji$1
This table derives directly from the defining relations and enables of transformations within the . For instance, the product i j = k combines the imaginary rotation-like action of i with the boost-like action of j, yielding another hyperbolic unit. In contrast to ordinary quaternions, where all basis units square to -1, the mixed signs here introduce indefinite effects, leading to distinct dynamical properties. The i generates rotations through its one-parameter subgroup, parameterized via the \exp(t i) = \cos t + i \sin t, which traces and corresponds to compact timelike rotations in associated planes. Similarly, the units generate boosts: \exp(t j) = \cosh t + j \sinh t and \exp(t k) = \cosh t + k \sinh t, employing to produce non-compact transformations akin to Lorentz boosts. These exponentials preserve the , as \exp(\mu) \overline{\exp(\mu)} = 1 for pure units \mu with \mu^2 = \pm 1, and illustrate how imaginary units yield periodic orbits while hyperbolic units yield unbounded hyperbolas. The collection of all split-quaternions q with Q(q) = 1 forms a of units that is non-compact, embedding both rotation subgroups (like SO(2) from i) and subgroups (like those from j or k), in sharp contrast to the compact group SU(2) \cong SO(3) arising from unit ordinary quaternions. This non-compactness reflects the (2,2) signature of the , enabling the representation of indefinite orthogonal transformations such as those in split-complex planes. Inverses within this group are given by the conjugate scaled by the norm, ensuring closure under multiplication.

Applications

Color Space Representation

Split-quaternions provide a mathematical for representing and transforming colors in RGB-based models by leveraging their structure to model perceptual aspects of human vision. In this approach, RGB values are first converted to the HCV (Hue, , Value) color space, where the value component V(x) corresponds to and is mapped to the real part of the split-quaternion, while C(x) and hue H(x) are encoded using the i (with i^2 = -1) and the unit j (with j^2 = +1) to capture angular and radial color variations. This mapping utilizes the split-complex spanned by i and j for the chroma magnitude, treating hue as a in this non- plane, which allows for a more natural representation of color and compared to purely Euclidean models. The specific mapping for a color pixel x is given by the split-quaternion q(x) = V(x) + C(x) \cos(H(x)) \, i + C(x) \sin(H(x)) \, j + 0 \, k, where the zero k-component confines operations to the three-dimensional isomorphic to the H(2, \mathbb{R}), facilitating associative multiplications without introducing the fourth basis element. This representation integrates split-complex numbers for the scaling, as the i-j plane behaves like a hyperbolic , and the i primarily handles hue rotations. Transformations in this , such as adjustments for illumination or enhancement, are achieved through multiplication by unit split-quaternions, which preserve the in the relevant and prevent in color values during operations like boosting . For perceptual white balance, a transform employs the sandwich product q'(x) = p_e^{-1/2} q(x) p_e^{-1/2}, where p_e is the unit split-quaternion representing the illuminant in HCV ; this operation effectively rotates hues and boosts chromas in a Lorentz-like manner, adapting colors from one illuminant to another while maintaining perceptual uniformity. In low-light enhancement, similar multiplications within split-quaternion neural networks process HSV-mapped RGB inputs to amplify colors hyperbolically, outperforming methods in metrics like PSNR by exploiting the split algebra's ability to handle non-compact color distributions. This approach offers advantages over complex-number-based color models, which are limited to circular () rotations and struggle with the of perceptual color spaces where does not scale uniformly with distance from the achromatic . Split-quaternions address this by incorporating indefinite metrics via the j unit, enabling transformations that mimic relativistic boosts for better modeling of human color perception, such as in non-linear adjustments without introducing artifacts like desaturation at high intensities. Quantitative evaluations show improved performance in white balance tasks, with \Delta E_{94} errors reduced to 24.85 compared to 25.66 for standard von Kries adaptations on benchmark datasets. Applications of split-quaternions in color space representation emerged in computer graphics post-2000, with key developments in the 2020s focusing on non-Euclidean processing for image enhancement and adaptation in fields like photography and display technology.

Uses in Geometry and Physics

Split-quaternions provide a useful algebraic framework for representing Lorentz transformations in three-dimensional Lorentzian space (1+2 spacetime), where the indefinite metric requires handling both rotations and boosts. Unit timelike split-quaternions specifically encode rotations in this geometry, leveraging their pseudo-Euclidean norm to model transformations that preserve the Minkowski metric. In particular, generalized split-quaternions extend this to non-parabolic conical rotations on hyperboloids, which act as analogs to spheres in Lorentzian geometry, simplifying the description of elliptic and hyperbolic rotations without additional affine mappings. In physics, split-quaternions find applications in by facilitating the representation of rotations and boosts, particularly in lower-dimensional models like (2+1)-dimensional . Lorentz transformations can be expressed as 2×2 unitary matrices over split-quaternions, enabling compact formulations of the and particle dynamics in this framework. For instance, boosts along a spatial direction are generated via the of a split-quaternion, such as \exp(\phi \mathbf{k}) = \cosh \phi + \sinh \phi \, \mathbf{k}, where \mathbf{k} is a unit spacelike vector with \mathbf{k}^2 = 1 and \phi is the parameter, yielding a hyperbolic rotation that aligns with velocity boosts in . This approach also interprets noncommutativity in particle interactions, linking split-quaternionic multiplication to quantum behaviors like representations in (2+1)-space. Beyond , split-quaternions support hyperbolic modeling in , particularly for visualizing non- geometries with indefinite metrics. Unit split-quaternions represent isometries of the hyperbolic plane, analogous to standard quaternions for Euclidean rotations, and have been implemented in real-time simulations of anti-de Sitter spacetimes using projection models like the Poincaré disk. Post-2020 developments, such as the RogueViz engine, leverage these for interactive visualizations and games in hyperbolic spaces, enhancing applications in by enabling seamless navigation of indefinite metric environments without issues common in . A key limitation of split-quaternions in these contexts is their status as a non-division , arising from the presence of zero divisors, which can complicate inversion and lead to singularities in geometric transformations, unlike the division property of standard quaternions.

History and Terminology

Historical Development

The split-quaternions, also known as coquaternions, were introduced by the English mathematician James Cockle in 1849 as a four-dimensional extension of the complex numbers, paralleling Rowan Hamilton's of quaternions six years earlier. Cockle's work explored algebraic structures with multiple imaginary units, incorporating basis elements with squared norms of +1 and -1, which later found applications in hyperbolic geometries contrasting with the elliptic focus of Hamilton's quaternions. Cockle's foundational publication appeared in the , where he detailed the multiplication rules and properties of these "coquaternions" in the article "On systems of algebra involving more than one imaginary; and on equations of the fifth degree." This brief note outlined the algebra's non-commutative nature and its potential for solving higher-degree equations, building on his prior 1848 introduction of tessarines (split-complex numbers). In the , incorporated elements of split-quaternionic structures into his development of biquaternions, particularly through split-biquaternions in his 1873 paper for the London Mathematical Society, which extended the algebra over split-complex coefficients for applications in and . However, the split variant received less attention compared to standard quaternions during the late 19th and early 20th centuries, overshadowed by the latter's prominence in vector analysis and physics. Interest in split-quaternions revived in the late , particularly from the onward, within and , where their indefinite metric supports applications in , , and geometric modeling of hyperbolic spaces. This resurgence has emphasized their utility in handling zero divisors and nilpotents for computational tasks in indefinite algebras, as explored in modern frameworks for quaternionic transforms and equations. Recent developments as of 2025 include applications in , such as formulations of the , and computational methods for image restoration using split-quaternion equations. Split-quaternions are known under several synonymous names in the mathematical literature, including coquaternions, which emphasize their similar to Hamilton's quaternions but with a split metric. The term hyperbolic quaternions sometimes appears in discussions of connections but typically refers to a distinct nonassociative . In physics applications, such as modeling motions in , they are often called para-quaternions to underscore the para-complex structure arising from their indefinite norm. Related algebras include biquaternions, introduced by , which form an eight-dimensional structure over the complexes and correspond to Clifford algebras like Cl(3,0)(ℝ) with a positive definite signature (3,0), contrasting the split case. Another related algebra is that of the tessarines, a four-dimensional over the reals with basis elements satisfying i² = j² = 1 and k = ij = ji, leading to idempotent and elements akin to the split-quaternionic structure but without noncommutativity. These distinctions highlight how split-quaternions occupy a unique position among hypercomplex algebras, featuring a split signature (2,2) for their quadratic form—two positive and two negative eigenvalues—unlike the classical quaternions' definite signature (4,0). The split-quaternion algebra contains important subalgebras, such as the split-complex numbers generated by the unit (with j² = 1) and the ordinary complex numbers generated by the (with i² = -1), providing embeddings that link it to both and geometries.

References

  1. [1]
    [PDF] MATRIX THEORY OVER THE SPLIT QUATERNIONS
    Introduction. Split quaternions;H0; or coquaternions are elements of a 4-dimensional as- sociative algebra introduced by James Cockle in 1849.
  2. [2]
    [PDF] Split quaternion matrices - Miskolc Mathematical Notes
    Abstract. In this paper, we consider split quaternions and split quaternion matrices. Firstly, we give some properties of split quaternions.
  3. [3]
    On geometric interpretations of split quaternions - Wiley Online Library
    Jul 7, 2022 · In this paper, we give some geometric interpretations of split quaternions for lines and planes in the Minkowski 3-space with the help of mutual pseudo ...
  4. [4]
    Split-Quaternions and the Dirac Equation
    Aug 1, 2014 · We show that Dirac 4-spinors admit an entirely equivalent formulation in terms of 2-spinors defined over the split-quaternions.<|control11|><|separator|>
  5. [5]
    [PDF] III. On a new imaginary in algebra - Zenodo
    Apr 30, 2009 · James Cockle Esq. M.A.. To cite this article: James Cockle Esq ... Cockle on a new Imaginary in Algebra. but this equation cannot be ...
  6. [6]
    III. On a new imaginary in algebra - Taylor & Francis Online
    On a new imaginary in algebra. James Cockle Esq. M.A. Trinity College, Cambridge; Middle Temple. Pages 37-47 | Published online: 30 Apr 2009. Cite this article ...
  7. [7]
  8. [8]
  9. [9]
    [PDF] Split-Quaternions and the Dirac Equation - arXiv
    Jul 7, 2014 · The elements i, j and k appearing in the matrices (2) are the anti-commuting generators of the split-quaternion algebra, and will be defined in ...
  10. [10]
    [PDF] Split Quaternions and Spacelike Constant Slope Surfaces in ... - arXiv
    Basic Notations, Definitions and Formulas. In this section, we give some basic concepts and formulas on split quaternions and semi-. Euclidean spaces. A split ...
  11. [11]
    [PDF] Quadratic Split Quaternion Polynomials: Factorization and Geometry
    The multiplication of split quaternions is defined by the relations i2 = −j2 = −k2 = −ijk = −1. From this, the complete multiplication table may be ...
  12. [12]
    [PDF] On Algebras Induced by Novel Involutions in the Cayley–Dickson ...
    Jun 13, 2025 · These are called the split complex ... In fact, this multiplication is the same as for the split quaternions and therefore we have𝐶𝑎𝑦(C, 1) H′.
  13. [13]
  14. [14]
    [1009.2540] An Invitation to Split Quaternionic Analysis - arXiv
    Sep 13, 2010 · In this paper we define regular functions on split quaternions and prove two different analogues of the Cauchy-Fueter formula for these functions.
  15. [15]
    (2 + 1)-Maxwell Equations in Split Quaternions - MDPI
    The properties of spinors and vectors in (2 + 2) space of split quaternions are studied. Quaternionic representation of rotations naturally separates two ...<|control11|><|separator|>
  16. [16]
  17. [17]
    [PDF] On Elements of Split Quaternions over Zp
    nilpotent elements in it. This paper characterizes mainly the idempotents, nilpotents, and zero divisors in the algebras of quaternions and split quaternions.
  18. [18]
    [PDF] On split r-Jacobsthal quaternions
    The split quaternions contain nontrivial zero divisors, nilpotent elements and idempotents, for example. 1+j. 2 is an idempotent zero divisor, and i − j is ...
  19. [19]
    [PDF] Matrices over Hyperbolic Split Quaternions
    The set of hyperbolic split quaternions is an extension of split quaternions by hyperbolic number coefficients. The matrices over noncommutative algebras is ...
  20. [20]
    [PDF] Split Quaternions and Particles in (2+1)-Space - arXiv
    Dec 14, 2014 · ... split quaternions can be an algebraic property as well. To define derivative of a split quaternionic function,. Φ(s, s∗) = φλ + iφx + iφy + ...
  21. [21]
    [2504.15481] Split-quaternions for perceptual white balance - arXiv
    Apr 21, 2025 · We propose a perceptual chromatic adaptation transform for white balance that makes use of split-quaternions.Missing: RGB mapping hue<|control11|><|separator|>
  22. [22]
  23. [23]
    Generalized Split Quaternions and Their Applications on Non ...
    Split quaternions can be used to represent conical rotations on standard hyperboloids, which are spheres in three-dimensional Lorentzian geometry.
  24. [24]
    (2 + 1)-Maxwell Equations in Split Quaternions - MDPI
    In Appendix E, decomposition of split quaternions by idempotent and nilpotent elements is described. In Appendix F, the quaternionic spinors are considered.
  25. [25]
    [1410.4136] Split Quaternions and Particles in (2+1)-Space - arXiv
    Oct 9, 2014 · It is known that quaternions represent rotations in 3D Euclidean and Minkowski spaces. However, product by a quaternion gives rotation in two independent ...
  26. [26]
    [PDF] Simulating, Visualizing and Playing with de Sitter and anti de Sitter ...
    In [13], this space of rotations is represented using unit split quaternions (this is the hyperbolic analog of the fact that isometries of S2 are represented ...
  27. [27]
    Some Algebraic and Analytical Properties of Coquaternion Algebra
    Aug 6, 2025 · The aim of this work is to prove some basic properties of coquaternions and to find the zeros of polynomials involving coquaternionic ...
  28. [28]
    LII. On systems of algebra involving more than one ... - Zenodo
    Mr. J. Cockle on Quadruple Algebra direct means, as to those which are opake, as Mr. Joule has done for magnetic substances. For the proofs drawn from.
  29. [29]
    Solution to Several Split Quaternion Matrix Equations - MDPI
    In this paper, two useful, real representations of a split quaternion matrix are proposed. Based on this, we derive their fundamental properties.
  30. [30]
    Alternion - Encyclopedia of Mathematics
    Apr 1, 2020 · Alternions may be considered as a generalization of the complex numbers, double numbers (cf. Double and dual numbers) and quaternions. The ...
  31. [31]
    On Hyperbolic Split Quaternions and Hyperbolic Split Quaternion ...
    Sep 21, 2018 · The purpose of this study is to investigate some properties of 2 × 2 hyperbolic split quaternion matrices. To verify this, we use matrices ...
  32. [32]
    [PDF] Split Quaterionic Representation of SDYM (SU(1,1) Instantons in <i ...
    For more details about split-quaternions or para-quaternions, also see [5]. 3. The conformal compactification S2. − × S2. + of R2+2. Let u := x0 + ix1 and v ...
  33. [33]
    [PDF] 1 IN CLIFFORD ALGEBRAS C`p,q - Tennessee Tech University
    Biquaternions are isomorphic to the Clifford (geometric) algebra C`3 of ... independent of the signature of the underlying vector space Rp,q,p + q = 3 ...
  34. [34]
    The Real Matrices forms of the Bicomplex Numbers and Homothetic ...
    ... i² = j² = 1 and k² = 1. ij = ji = k ; ik = ki = j ; jk = kj = i. Where k ... It is referred as the tessarines algebra and shown with , briefly one ...<|control11|><|separator|>
  35. [35]
    book:go:qsplit - Geometry of the Octonions - Oregon State University
    Jul 10, 2012 · §1. Cayley-Dickson · §2. Sedenions · §3. The Hurwitz Theorem · §4. Split Complex Numbers · §5. Split Quaternions · §6. Split Octonions · §7.
  36. [36]
    split quaternion in nLab
    Nov 3, 2023 · They are obtained from the split-complex numbers through the generalization of the Cayley-Dickson construction.