Software/library to compute order of element in a group

37 Views Asked by At

I need a software/library where I can define an arbitrary multiplicative group of integers modulo n (with large n), input an element, and obtain the order of that element in the group as output.

1

There are 1 best solutions below

0
On

The programming language GAP ("Groups, Algorithms, Programming") is very good when working with groups.