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



_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to