[GAP Forum] how to recognise a group?

Alexander Hulpke hulpke at me.com
Fri Aug 17 15:08:38 BST 2012


Dear Forum,

> Problem becomes: how do I enter a multiplication table of 2304 = 48^2 elements into GAP?
> Is there some read facility? 

How about `Read': 
Create a text file
mymatrix:=[[....]];
with an assignment to the multiplication table and read it in with `Read'. (See the manual for more details).

Best,

   Alexander Hulpke





More information about the Forum mailing list