/* Group 1720.30 downloaded from the LMFDB on 14 October 2025. */ /* Various presentations of this group are stored in this file: GPC is polycyclic presentation GPerm is permutation group GLZ, GLFp, GLZA, GLZq, GLFq if they exist are matrix groups Many characteristics of the group are stored as booleans in a record: Agroup, Zgroup, abelian, almost_simple,cyclic, metabelian, metacyclic, monomial, nilpotent, perfect, quasisimple, rational, solvable, supersolvable */ /* Constructions */ GPC := PCGroup([5, -2, -2, -2, -5, -43, 8621, 26, 42, 118]); a,b := Explode([GPC.1, GPC.2]); AssignNames(~GPC, ["a", "b", "b2", "b4", "b20"]); GPerm := PermutationGroup< 52 | (1,3)(2,4), (1,2), (1,2)(3,4), (5,9,8,7,6), (10,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11) >; GLFp := MatrixGroup< 2, GF(431) | [[430, 0, 0, 430], [348, 0, 0, 83], [0, 1, 1, 0]] >; /* Booleans */ RF := recformat< Agroup, Zgroup, abelian, almost_simple, cyclic, metabelian, metacyclic, monomial, nilpotent, perfect, quasisimple, rational, solvable, supersolvable : BoolElt >; booleans_1720_30 := rec< RF | Agroup := false, Zgroup := false, abelian := false, almost_simple := false, cyclic := false, metabelian := true, metacyclic := true, monomial := true, nilpotent := true, perfect := false, quasisimple := false, rational := false, solvable := true, supersolvable := true>;