Module calculation

Source
Expand description

A module that provides various group related calculations.

Functionsยง

elements_generated_by
Calculates the permutations generated by a set of generators.
fact
Calculate the nth factorial number.
identity
Calculate an identity element for a set of generators. Assume that set is non empty, panics otherwise.