-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathread.g
More file actions
31 lines (27 loc) · 1.13 KB
/
read.g
File metadata and controls
31 lines (27 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#############################################################################
##
#W read.g GAP 4 package Cubefree Heiko Dietrich
##
##
#############################################################################
##
## Files containing the algorithm to construct and count cubefree groups
##
ReadPackage( CubefreePkgName, "gap/prelim.gi");
ReadPackage( CubefreePkgName, "gap/frattFree.gi");
ReadPackage( CubefreePkgName, "gap/frattExt.gi");
ReadPackage( CubefreePkgName, "gap/allCubeFree.gi");
ReadPackage( CubefreePkgName, "gap/number.gi");
ReadPackage( CubefreePkgName, "gap/isom.gi");
#############################################################################
##
## File containing the algorithm to rewrite absolutely irreducible matrix
## groups over minimal subfields
##
ReadPackage( CubefreePkgName, "gap/glasby.gi");
#############################################################################
##
## File containing the algorithm to construct all irreducible subgroups
## of GL(2,q) up to conjugacy
##
ReadPackage( CubefreePkgName, "gap/irrGL2.gi");