This file is indexed.

/usr/share/gap/pkg/Polycyclic/gap/matrep/matrep.gd is in gap-polycyclic 2.11-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#############################################################################
##
##  This defines the operation for computing (lower) unitriangular
##  matrix representations for finitely generated torsion-free nilpotent
##  groups.
##
#G  UnitriangularMatrixRepresentation . . . . . . . . . . . . . . . . . . . .
##
DeclareOperation( "UnitriangularMatrixRepresentation", [IsGroup] );

DeclareProperty( "IsHomomorphismIntoMatrixGroup",
                  IsGroupGeneralMappingByImages );

DeclareGlobalFunction( "IsMatrixRepresentation" );