Documentation of 'jsci.maths.groups.QuaternionGroup' Java class
QuaternionGroup
jsci.maths.groups

Class QuaternionGroup

  • All Implemented Interfaces:
    Group, Monoid


    public final class QuaternionGroup
    extends FiniteGroup
    The QuaternionGroup class represents the quaternion group.
    • Method Detail

      • getInstance

        public static final QuaternionGroup getInstance()
        Constructs the quaternion group. Singleton.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • identity

        public Monoid.Member identity()
        Returns the identity element.
      • isIdentity

        public boolean isIdentity(Monoid.Member a)
        Returns true if the element is the identity element of this group.
        Parameters:
        a - a group element
      • isInverse

        public boolean isInverse(Group.Member a,
                                 Group.Member b)
        Returns true if one element is the inverse of the other.
        Parameters:
        a - a group element
        b - a group element

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.