Ask Your Question

Revision history [back]

You can define your group as follows:

sage: G = SL(2,GF(53))

Then you can get the list of its elements with the list method:

sage: L = G.list()

On my 5+ years old laptop, it takes about 44 seconds.