klefki.algebra.groups.cyclic_group

Module Contents

Classes

FiniteCycicGroup

A monoid in which every element has an inverse is called group.

class klefki.algebra.groups.cyclic_group.FiniteCycicGroup(*args)

Bases: klefki.algebra.abstract.Group

A monoid in which every element has an inverse is called group.

N
from_int(self, o)
from_FiniteField(self, o)
classmethod identity(cls)

The value for obeying axiom identity (3)

inverse(self)

Implement for axiom inverse

op(self, g)

The Operator for obeying axiom associativity (2)

__pow__(self, times)