First time here? Check out the FAQ!
answered 2016-09-27 00:59:30 +0100
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:
list
sage: L = G.list()
On my 5+ years old laptop, it takes about 44 seconds.