local result; result := rec(); result.comment := "U33 as 7 x 7 matrices\n\ "; result.symmetricforms := [ ]; result.antisymmetricforms := [ ]; result.hermitianforms := [ ]; result.centralizeralgebra := [ ]; result.generators := [ [[-1,0,0,0,0,0,0], [0,-1,0,0,0,0,0], [0,1,0,0,0,1,0], [-1,0,0,0,0,0,1], [0,0,0,0,1,0,0], [0,1,1,0,0,0,0], [-1,0,0,1,0,0,0]] , [[0,-1,0,0,0,-1,0], [0,1,1,0,0,0,0], [0,-1,0,0,0,0,0], [1,0,0,0,0,0,0], [0,0,0,0,0,0,-1], [0,0,0,-1,0,0,1], [0,0,0,0,1,0,1]]]; return result;