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.
Asked
Active
Viewed 36 times
1 Answers
1
The programming language GAP ("Groups, Algorithms, Programming") is very good when working with groups.
Flynn Fehre
- 484