FromQuaternion[q] transforms the Quaternion object q to the symbolic form a + I b + J c + K d.
IntegerQuaternionQ[q] gives True if q is an integer quaternion and False otherwise.
LeftAssociates[q] gives a list of the 24 left associates of the quaternion q.
LeftGCD
(Quaternions Package Symbol) LeftGCD[a, b] gives the greatest common left divisor of the quaternions a and b.
PrimaryLeftAssociate[q] gives the left associate of the quaternion q with the largest scalar component.
PrimaryRightAssociate[q] gives the right associate of the quaternion q with the largest scalar component.
Quaternion[a, b, c, d] represents the quaternion a + I b + J c + K d.
QuaternionQ[q] gives True if q is a quaternion and False otherwise.
RightAssociates[q] gives a list of the 24 right associates of the quaternion q.
RightGCD[a, b] gives the greatest common right divisor of the quaternions a and b.