/*
www-ATLAS of Group Representations.
2.A7 represented as 6 x 6 matrices over GF(9).
*/

F<w>:=GF(9);

x:=CambridgeMatrix(1,F,6,[
"010000",
"000100",
"000010",
"100000",
"163824",
"621421"]);

y:=CambridgeMatrix(1,F,6,[
"001000",
"022000",
"000001",
"050011",
"554732",
"550488"]);

_L:=MatrixGroup<6,F|x,y>;
_L:= _L^TransformForm(_L);
//print "Group G is 2.A7 < Sp(6,GF(9))";

return _L;
