Properties

Label 2717908992.bj
Order \( 2^{25} \cdot 3^{4} \)
Exponent \( 2^{5} \cdot 3 \)
Nilpotent no
Solvable yes
$\card{G^{\mathrm{ab}}}$ \( 2^{4} \)
$\card{Z(G)}$ 2
$\card{\Aut(G)}$ \( 2^{27} \cdot 3^{4} \)
$\card{\mathrm{Out}(G)}$ \( 2^{3} \)
Perm deg. not computed
Trans deg. $36$
Rank $3$

Related objects

Downloads

Learn more

Show commands: Gap / Magma / Oscar / SageMath

Copy content comment:Construction of abstract group
 
Copy content magma:G := PermutationGroup< 36 | (1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25)(21,31,24)(22,32,23), (1,8,14)(2,7,13)(3,18,15,11,10,5)(4,17,16,12,9,6)(19,34,35,23,25,30,27,21)(20,33,36,24,26,29,28,22), (1,27)(2,28)(3,23,4,24)(5,22,13,31,6,21,14,32)(7,36,15,33,8,35,16,34)(9,19,12,29,10,20,11,30)(17,25)(18,26) >;
 
Copy content gap:G := Group( (1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25)(21,31,24)(22,32,23), (1,8,14)(2,7,13)(3,18,15,11,10,5)(4,17,16,12,9,6)(19,34,35,23,25,30,27,21)(20,33,36,24,26,29,28,22), (1,27)(2,28)(3,23,4,24)(5,22,13,31,6,21,14,32)(7,36,15,33,8,35,16,34)(9,19,12,29,10,20,11,30)(17,25)(18,26) );
 
Copy content sage:G = PermutationGroup(['(1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25)(21,31,24)(22,32,23)', '(1,8,14)(2,7,13)(3,18,15,11,10,5)(4,17,16,12,9,6)(19,34,35,23,25,30,27,21)(20,33,36,24,26,29,28,22)', '(1,27)(2,28)(3,23,4,24)(5,22,13,31,6,21,14,32)(7,36,15,33,8,35,16,34)(9,19,12,29,10,20,11,30)(17,25)(18,26)'])
 
Copy content sage_gap:G = gap.new('Group( (1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25)(21,31,24)(22,32,23), (1,8,14)(2,7,13)(3,18,15,11,10,5)(4,17,16,12,9,6)(19,34,35,23,25,30,27,21)(20,33,36,24,26,29,28,22), (1,27)(2,28)(3,23,4,24)(5,22,13,31,6,21,14,32)(7,36,15,33,8,35,16,34)(9,19,12,29,10,20,11,30)(17,25)(18,26) )')
 
Copy content oscar:G = @permutation_group(36, (1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25)(21,31,24)(22,32,23), (1,8,14)(2,7,13)(3,18,15,11,10,5)(4,17,16,12,9,6)(19,34,35,23,25,30,27,21)(20,33,36,24,26,29,28,22), (1,27)(2,28)(3,23,4,24)(5,22,13,31,6,21,14,32)(7,36,15,33,8,35,16,34)(9,19,12,29,10,20,11,30)(17,25)(18,26))
 

Group information

Description:$C_2^{16}.C_3^4.C_4^2.C_2^4.C_2$
Order: \(2717908992\)\(\medspace = 2^{25} \cdot 3^{4} \)
Copy content comment:Order of the group
 
Copy content magma:Order(G);
 
Copy content gap:Order(G);
 
Copy content sage:G.order()
 
Copy content sage_gap:G.Order()
 
Copy content oscar:order(G)
 
Exponent: \(96\)\(\medspace = 2^{5} \cdot 3 \)
Copy content comment:Exponent of the group
 
Copy content magma:Exponent(G);
 
Copy content gap:Exponent(G);
 
Copy content sage:G.exponent()
 
Copy content sage_gap:G.Exponent()
 
Copy content oscar:exponent(G)
 
Automorphism group:Group of order \(10871635968\)\(\medspace = 2^{27} \cdot 3^{4} \)
Copy content comment:Automorphism group
 
Copy content gap:AutomorphismGroup(G);
 
Copy content magma:AutomorphismGroup(G);
 
Copy content sage:libgap(G).AutomorphismGroup()
 
Copy content sage_gap:G.AutomorphismGroup()
 
Copy content oscar:automorphism_group(G)
 
Composition factors:$C_2$ x 25, $C_3$ x 4
Copy content comment:Composition factors of the group
 
Copy content magma:CompositionFactors(G);
 
Copy content gap:CompositionSeries(G);
 
Copy content sage:G.composition_series()
 
Copy content sage_gap:G.CompositionSeries()
 
Copy content oscar:composition_series(G)
 
Derived length:$5$
Copy content comment:Derived length of the group
 
Copy content magma:DerivedLength(G);
 
Copy content gap:DerivedLength(G);
 
Copy content sage:libgap(G).DerivedLength()
 
Copy content sage_gap:G.DerivedLength()
 
Copy content oscar:derived_length(G)
 

This group is nonabelian and solvable. Whether it is monomial has not been computed.

Copy content comment:Determine if the group G is abelian
 
Copy content magma:IsAbelian(G);
 
Copy content gap:IsAbelian(G);
 
Copy content sage:G.is_abelian()
 
Copy content sage_gap:G.IsAbelian()
 
Copy content oscar:is_abelian(G)
 
Copy content comment:Determine if the group G is cyclic
 
Copy content magma:IsCyclic(G);
 
Copy content gap:IsCyclic(G);
 
Copy content sage:G.is_cyclic()
 
Copy content sage_gap:G.IsCyclic()
 
Copy content oscar:is_cyclic(G)
 
Copy content comment:Determine if the group G is nilpotent
 
Copy content magma:IsNilpotent(G);
 
Copy content gap:IsNilpotentGroup(G);
 
Copy content sage:G.is_nilpotent()
 
Copy content sage_gap:G.IsNilpotentGroup()
 
Copy content oscar:is_nilpotent(G)
 
Copy content comment:Determine if the group G is solvable
 
Copy content magma:IsSolvable(G);
 
Copy content gap:IsSolvableGroup(G);
 
Copy content sage:G.is_solvable()
 
Copy content sage_gap:G.IsSolvableGroup()
 
Copy content oscar:is_solvable(G)
 
Copy content comment:Determine if the group G is supersolvable
 
Copy content gap:IsSupersolvableGroup(G);
 
Copy content sage:G.is_supersolvable()
 
Copy content sage_gap:G.IsSupersolvableGroup()
 
Copy content oscar:is_supersolvable(G)
 
Copy content comment:Determine if the group G is simple
 
Copy content magma:IsSimple(G);
 
Copy content gap:IsSimpleGroup(G);
 
Copy content sage:G.is_simple()
 
Copy content sage_gap:G.IsSimpleGroup()
 
Copy content oscar:is_simple(G)
 

Group statistics

Copy content comment:Compute statistics for the group G
 
Copy content magma:// Magma code to output the first two rows of the group statistics table element_orders := [Order(g) : g in G]; orders := Set(element_orders); printf "Orders: %o\n", orders; printf "Elements: %o %o\n", [#[x : x in element_orders | x eq n] : n in orders], Order(G); cc_orders := [cc[1] : cc in ConjugacyClasses(G)]; printf "Conjugacy classes: %o %o\n", [#[x : x in cc_orders | x eq n] : n in orders], #cc_orders;
 
Copy content gap:# Gap code to output the first two rows of the group statistics table element_orders := List(Elements(G), g -> Order(g)); orders := Set(element_orders); Print("Orders: ", orders, "\n"); element_counts := List(orders, n -> Length(Filtered(element_orders, x -> x = n))); Print("Elements: ", element_counts, " ", Size(G), "\n"); cc_orders := List(ConjugacyClasses(G), cc -> Order(Representative(cc))); cc_counts := List(orders, n -> Length(Filtered(cc_orders, x -> x = n))); Print("Conjugacy classes: ", cc_counts, " ", Length(ConjugacyClasses(G)), "\n");
 
Copy content sage:# Sage code to output the first two rows of the group statistics table element_orders = [g.order() for g in G] orders = sorted(list(set(element_orders))) print("Orders:", orders) print("Elements:", [element_orders.count(n) for n in orders], G.order()) cc_orders = [cc[0].order() for cc in G.conjugacy_classes()] print("Conjugacy classes:", [cc_orders.count(n) for n in orders], len(cc_orders))
 
Copy content sage_gap:# Sage code (using the GAP interface) to output the first two rows of the group statistics table element_orders = [g.Order() for g in G.Elements()] orders = sorted(list(set(element_orders))) print("Orders:", orders) print("Elements:", [element_orders.count(n) for n in orders], G.Order()) cc_orders = [cc.Representative().Order() for cc in G.ConjugacyClasses()] print("Conjugacy classes:", [cc_orders.count(n) for n in orders], len(cc_orders))
 
Copy content oscar:# Oscar code to output the first two rows of the group statistics table element_orders = [order(g) for g in elements(G)] orders = sort(unique(element_orders)) println("Orders: ", orders) element_counts = [count(==(n), element_orders) for n in orders] println("Elements: ", element_counts, " ", order(G)) ccs = conjugacy_classes(G) cc_orders = [order(representative(cc)) for cc in ccs] cc_counts = [count(==(n), cc_orders) for n in orders] println("Conjugacy classes: ", cc_counts, " ", length(ccs))
 

Order 1 2 3 4 6 8 12 16 24 32 48
Elements 1 614911 263168 118955520 34995200 761757696 399900672 523763712 424673280 339738624 113246208 2717908992
Conjugacy classes   1 95 2 300 46 304 72 62 32 8 8 930
Divisions 1 95 2 296 46 206 70 30 22 2 4 774
Autjugacy classes 1 95 2 273 46 171 67 36 19 2 4 716

Minimal presentations

Permutation degree:not computed
Transitive degree:$36$
Rank: $3$
Inequivalent generating triples: not computed

Minimal degrees of faithful linear representations

Over $\mathbb{C}$ Over $\mathbb{R}$ Over $\mathbb{Q}$
Irreducible 18 not computed not computed
Arbitrary not computed not computed not computed

Constructions

Show commands: Gap / Magma / Oscar / SageMath


Presentation: ${\langle a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u \mid f^{6}= \!\cdots\! \rangle}$ Copy content Toggle raw display
Copy content comment:Define the group with the given generators and relations
 
Copy content magma:G := PCGroup([29, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 58, 1655032350, 25587914870, 83540279209, 234, 223333926755, 18524858992, 12143352442, 42646524204, 132742305553, 77107862262, 30800873701, 4934617500, 331246874933, 155577666514, 49486307895, 107759684, 3689238253, 498, 217369164998, 210091975555, 136826810352, 45863138869, 4560628166, 7004031228, 368143401863, 176726523428, 68517781313, 23269700318, 21916967739, 5375431800, 7560115973, 674, 239284616264, 11031020965, 172236597762, 80698468991, 20189485996, 16486436817, 9692411618, 762, 645645680649, 330820418598, 182307901507, 6204997856, 2873477885, 22021737114, 12206682503, 96966990, 690308405258, 25445849127, 60205109956, 19014360033, 45330849470, 26339370795, 2092101712, 296624277, 3147536876, 7979737, 938, 378390411275, 443749109800, 86717635653, 24172915298, 32128429183, 25799439516, 11965426169, 6226499734, 3644938323, 1709209928, 730788876, 288591533609, 35574709318, 86048651619, 38625260672, 2679058669, 15768926970, 7400133215, 3950538004, 1975018071, 616564952, 308286049, 1114, 70338895885, 298635982890, 22001172551, 320850532, 4451682945, 4827255710, 10416414139, 546872472, 269460821, 804154, 1091682792974, 128651535403, 148021827912, 11828687141, 29651270530, 8358556479, 2588410268, 13655737, 4980126, 2443235, 49063084, 24555213, 1290, 1245306748943, 50083135532, 190430945353, 34316697702, 167841923, 680454304, 3044404413, 7283162, 310694647, 1904532, 310297512976, 42118133805, 204457034, 18206892420, 715599521, 10223038, 658096059, 2555960, 426258, 266555, 71356, 44763, 15212, 6367, 14432273, 432967726, 22211242059, 11148917864, 47842928773, 23921464482, 1393614911, 1353244, 348403929, 57842083, 29033976, 9678245, 4820542, 1613403, 803810, 288380528658, 46890399791, 18932113286, 10174439971, 2856576, 2856605, 714346, 595388, 59845, 99546, 10313, 3730, 8718, 575670620179, 76130150477, 13085245546, 31409199495, 36853367204, 1577024833, 20295582, 4886171, 3194920, 814629, 908618, 313567, 5481396, 49145, 912214, 383409718292, 53543669809, 6920266830, 111658756715, 16037844616, 4123115301, 66298370, 1808993311, 16574796, 2762734, 1315779, 97189460, 48419551, 73506, 38822, 350742306837, 1470002, 400670696527, 13824898668, 20869643657, 551398, 105882675, 52941464, 11737, 13235592, 310165885462, 720987001395, 27915390800, 87480902701, 89908035690, 3112531655, 904484212, 125342865, 510879566, 253494967, 220514514, 104566598, 104524606, 52454613, 800828, 3426169, 806843289623, 74470441012, 346287550545, 35589943406, 45484457611, 31415413416, 4591261637, 7987351906, 1604235711, 57954812, 267974233, 124365798, 3357875, 8018320, 6907533, 2664746, 334731456024, 745195507253, 41493571282, 183788265711, 26421552140, 1217826169, 28706659398, 14705679827, 6876541156, 3436822185, 1134097514, 588424843, 108602472, 54510251, 1705630, 4420059, 1727723851801, 64916287542, 32395604051, 93809776, 27580041357, 1227343274, 2020816711, 1012362852, 505204385, 84526731, 570368, 163237, 7030698, 32099, 1174438, 1219150393370, 984970803511, 413478722388, 247149227057, 73137937966, 42957159147, 7550268752, 2100598177, 1595737032, 784422998, 314930746, 73578072, 43409894, 21747445, 7240050, 3622619, 2118870061083, 632367203384, 163701070933, 140614338930, 60716501135, 40372432300, 19395256809, 12689465270, 3845396779, 3178680660, 945991685, 279714046, 189482199, 37709684, 18080425, 6567918, 300508434460, 643567970361, 102373571030, 97487266867, 114992850096, 12469715741, 15100336858, 13493407911, 4339671272, 2176057513, 415916868, 225760910, 10294216, 62308413, 20694080, 10337194]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u := Explode([G.1, G.3, G.5, G.6, G.8, G.11, G.13, G.15, G.17, G.18, G.19, G.20, G.21, G.22, G.23, G.24, G.25, G.26, G.27, G.28, G.29]); AssignNames(~G, ["a", "a2", "b", "b2", "c", "d", "d2", "e", "e2", "e4", "f", "f2", "g", "g2", "h", "h2", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u"]);
 
Copy content gap:G := PcGroupCode(5415023774119251213436897454881315965441407254866661079395355657409272306177560758552905556637074269686107345907090522008199875182370098585579377512490902502797601788145996533629701973587441413091643012813054049700385742395596591728676335034255214543110963701725949964941023136983873082326523508764782563464718658191170215262050603607631697713281422893734781879338845450565802275715247572296067245710600797033553023013256564117566844521023957029149642981429601927528107059468683566692313859126078522521387503233276393799190832078501300901008572192522809031463291430756142583966838545495800460773535887833706819594622898479647199469607394365842664524008948770072582769010219106279298058821942017422829395658643729562551164970294745810955375804007652843822673229943330479325835503886959436576064665917905962577945174556423475625749280011428703019907025951490516943256017456883440354173365846906862176395348718975939054963710677007825982349933998901707958156821644154177704944346217550448788757952690131282574141565104331875563565461866992019065702087133232276187736804776848852849241079103890051808678214082774176150916117956193216774739576361367038136383775495286248198218205540119061357594725978127402737751296994702237026168586989818396338775780838956509302067894466474795240454043055417221628453643769614488155994506928785277799856808137367063223716882197324620527077944938938354165444436997388649320737159137261667271834488688880130830068314553985813853115236439451264352615884676366541926697817828776007347107877386549668881737316058404957665299412314285261817721807829913201389227891966664680643428054784843097021012013022819305044624175822920703264062029585299067782403129294624009761797658443789313526947815791900118550501758496060450696462092315439637975496019456643595998194372757999782019944453298617859404558244230803639976700329454616814815280199198334808049722012417946683182248227444126954973701729740863292963031150688881046219195615437944253301500043722800631068679942636065991177680881765878942066432072745080205654809090939162242266321539117144850703782937053633904221525890753873733761712773888597917256846196824515049944875647873882704808509601987165248045241295649832622205671035117155828229404005222032380257694902849855974407591334310845490593661997538357581790153995549917964590867378539007287977672069642027771861347883143119345873028547011808052126015220747348059731141962242442125273096190654803876292428992602745483030552988089153920084869079111844449857232687794345432240890912423841754453431592371140076042063279974096232975096403686857068456809063601054137509769416373466107656987398196844871465261094280511163249139118606750934304631474220249667110018441946702296706565380748826369624444153918556351398765246464533868582699877317012689287371626660950939032800540143092648124065294841084020672057680007882975669707013447414122821466893393080740177660006018979068947358182544379761332487775599276740813211397346617371021430479023954211777719780611850008409318219074087567234606118989182493510553095546183380633901506560,2717908992); a := G.1; b := G.3; c := G.5; d := G.6; e := G.8; f := G.11; g := G.13; h := G.15; i := G.17; j := G.18; k := G.19; l := G.20; m := G.21; n := G.22; o := G.23; p := G.24; q := G.25; r := G.26; s := G.27; t := G.28; u := G.29;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(5415023774119251213436897454881315965441407254866661079395355657409272306177560758552905556637074269686107345907090522008199875182370098585579377512490902502797601788145996533629701973587441413091643012813054049700385742395596591728676335034255214543110963701725949964941023136983873082326523508764782563464718658191170215262050603607631697713281422893734781879338845450565802275715247572296067245710600797033553023013256564117566844521023957029149642981429601927528107059468683566692313859126078522521387503233276393799190832078501300901008572192522809031463291430756142583966838545495800460773535887833706819594622898479647199469607394365842664524008948770072582769010219106279298058821942017422829395658643729562551164970294745810955375804007652843822673229943330479325835503886959436576064665917905962577945174556423475625749280011428703019907025951490516943256017456883440354173365846906862176395348718975939054963710677007825982349933998901707958156821644154177704944346217550448788757952690131282574141565104331875563565461866992019065702087133232276187736804776848852849241079103890051808678214082774176150916117956193216774739576361367038136383775495286248198218205540119061357594725978127402737751296994702237026168586989818396338775780838956509302067894466474795240454043055417221628453643769614488155994506928785277799856808137367063223716882197324620527077944938938354165444436997388649320737159137261667271834488688880130830068314553985813853115236439451264352615884676366541926697817828776007347107877386549668881737316058404957665299412314285261817721807829913201389227891966664680643428054784843097021012013022819305044624175822920703264062029585299067782403129294624009761797658443789313526947815791900118550501758496060450696462092315439637975496019456643595998194372757999782019944453298617859404558244230803639976700329454616814815280199198334808049722012417946683182248227444126954973701729740863292963031150688881046219195615437944253301500043722800631068679942636065991177680881765878942066432072745080205654809090939162242266321539117144850703782937053633904221525890753873733761712773888597917256846196824515049944875647873882704808509601987165248045241295649832622205671035117155828229404005222032380257694902849855974407591334310845490593661997538357581790153995549917964590867378539007287977672069642027771861347883143119345873028547011808052126015220747348059731141962242442125273096190654803876292428992602745483030552988089153920084869079111844449857232687794345432240890912423841754453431592371140076042063279974096232975096403686857068456809063601054137509769416373466107656987398196844871465261094280511163249139118606750934304631474220249667110018441946702296706565380748826369624444153918556351398765246464533868582699877317012689287371626660950939032800540143092648124065294841084020672057680007882975669707013447414122821466893393080740177660006018979068947358182544379761332487775599276740813211397346617371021430479023954211777719780611850008409318219074087567234606118989182493510553095546183380633901506560,2717908992)'); a = G.1; b = G.3; c = G.5; d = G.6; e = G.8; f = G.11; g = G.13; h = G.15; i = G.17; j = G.18; k = G.19; l = G.20; m = G.21; n = G.22; o = G.23; p = G.24; q = G.25; r = G.26; s = G.27; t = G.28; u = G.29;
 
Copy content sage_gap:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(5415023774119251213436897454881315965441407254866661079395355657409272306177560758552905556637074269686107345907090522008199875182370098585579377512490902502797601788145996533629701973587441413091643012813054049700385742395596591728676335034255214543110963701725949964941023136983873082326523508764782563464718658191170215262050603607631697713281422893734781879338845450565802275715247572296067245710600797033553023013256564117566844521023957029149642981429601927528107059468683566692313859126078522521387503233276393799190832078501300901008572192522809031463291430756142583966838545495800460773535887833706819594622898479647199469607394365842664524008948770072582769010219106279298058821942017422829395658643729562551164970294745810955375804007652843822673229943330479325835503886959436576064665917905962577945174556423475625749280011428703019907025951490516943256017456883440354173365846906862176395348718975939054963710677007825982349933998901707958156821644154177704944346217550448788757952690131282574141565104331875563565461866992019065702087133232276187736804776848852849241079103890051808678214082774176150916117956193216774739576361367038136383775495286248198218205540119061357594725978127402737751296994702237026168586989818396338775780838956509302067894466474795240454043055417221628453643769614488155994506928785277799856808137367063223716882197324620527077944938938354165444436997388649320737159137261667271834488688880130830068314553985813853115236439451264352615884676366541926697817828776007347107877386549668881737316058404957665299412314285261817721807829913201389227891966664680643428054784843097021012013022819305044624175822920703264062029585299067782403129294624009761797658443789313526947815791900118550501758496060450696462092315439637975496019456643595998194372757999782019944453298617859404558244230803639976700329454616814815280199198334808049722012417946683182248227444126954973701729740863292963031150688881046219195615437944253301500043722800631068679942636065991177680881765878942066432072745080205654809090939162242266321539117144850703782937053633904221525890753873733761712773888597917256846196824515049944875647873882704808509601987165248045241295649832622205671035117155828229404005222032380257694902849855974407591334310845490593661997538357581790153995549917964590867378539007287977672069642027771861347883143119345873028547011808052126015220747348059731141962242442125273096190654803876292428992602745483030552988089153920084869079111844449857232687794345432240890912423841754453431592371140076042063279974096232975096403686857068456809063601054137509769416373466107656987398196844871465261094280511163249139118606750934304631474220249667110018441946702296706565380748826369624444153918556351398765246464533868582699877317012689287371626660950939032800540143092648124065294841084020672057680007882975669707013447414122821466893393080740177660006018979068947358182544379761332487775599276740813211397346617371021430479023954211777719780611850008409318219074087567234606118989182493510553095546183380633901506560,2717908992)'); a = G.1; b = G.3; c = G.5; d = G.6; e = G.8; f = G.11; g = G.13; h = G.15; i = G.17; j = G.18; k = G.19; l = G.20; m = G.21; n = G.22; o = G.23; p = G.24; q = G.25; r = G.26; s = G.27; t = G.28; u = G.29;
 
Permutation group:Degree $36$ $\langle(1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25)(21,31,24)(22,32,23), (1,8,14)(2,7,13)(3,18,15,11,10,5)(4,17,16,12,9,6)(19,34,35,23,25,30,27,21)(20,33,36,24,26,29,28,22), (1,27)(2,28)(3,23,4,24)(5,22,13,31,6,21,14,32)(7,36,15,33,8,35,16,34)(9,19,12,29,10,20,11,30)(17,25)(18,26) >;
 
Copy content gap:G := Group( (1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25)(21,31,24)(22,32,23), (1,8,14)(2,7,13)(3,18,15,11,10,5)(4,17,16,12,9,6)(19,34,35,23,25,30,27,21)(20,33,36,24,26,29,28,22), (1,27)(2,28)(3,23,4,24)(5,22,13,31,6,21,14,32)(7,36,15,33,8,35,16,34)(9,19,12,29,10,20,11,30)(17,25)(18,26) );
 
Copy content sage:G = PermutationGroup(['(1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25)(21,31,24)(22,32,23)', '(1,8,14)(2,7,13)(3,18,15,11,10,5)(4,17,16,12,9,6)(19,34,35,23,25,30,27,21)(20,33,36,24,26,29,28,22)', '(1,27)(2,28)(3,23,4,24)(5,22,13,31,6,21,14,32)(7,36,15,33,8,35,16,34)(9,19,12,29,10,20,11,30)(17,25)(18,26)'])
 
Copy content sage_gap:G = gap.new('Group( (1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25)(21,31,24)(22,32,23), (1,8,14)(2,7,13)(3,18,15,11,10,5)(4,17,16,12,9,6)(19,34,35,23,25,30,27,21)(20,33,36,24,26,29,28,22), (1,27)(2,28)(3,23,4,24)(5,22,13,31,6,21,14,32)(7,36,15,33,8,35,16,34)(9,19,12,29,10,20,11,30)(17,25)(18,26) )')
 
Copy content oscar:G = @permutation_group(36, (1,17,4,2,18,3)(5,11,8,13,9,16)(6,12,7,14,10,15)(19,34,28,35,30,26,20,33,27,36,29,25)(21,31,24)(22,32,23), (1,8,14)(2,7,13)(3,18,15,11,10,5)(4,17,16,12,9,6)(19,34,35,23,25,30,27,21)(20,33,36,24,26,29,28,22), (1,27)(2,28)(3,23,4,24)(5,22,13,31,6,21,14,32)(7,36,15,33,8,35,16,34)(9,19,12,29,10,20,11,30)(17,25)(18,26))
 
Transitive group: 36T99497 36T99498 36T99499 36T99500 more information
Copy content magma:G := TransitiveGroup(36, 99497);
 
Copy content gap:G := TransitiveGroup(36, 99497);
 
Copy content sage:G = TransitiveGroup(36, 99497)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 99497)
 
Copy content oscar:G = transitive_group(36, 99497)
 
Copy content magma:G := TransitiveGroup(36, 99498);
 
Copy content gap:G := TransitiveGroup(36, 99498);
 
Copy content sage:G = TransitiveGroup(36, 99498)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 99498)
 
Copy content oscar:G = transitive_group(36, 99498)
 
Copy content magma:G := TransitiveGroup(36, 99499);
 
Copy content gap:G := TransitiveGroup(36, 99499);
 
Copy content sage:G = TransitiveGroup(36, 99499)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 99499)
 
Copy content oscar:G = transitive_group(36, 99499)
 
Copy content magma:G := TransitiveGroup(36, 99500);
 
Copy content gap:G := TransitiveGroup(36, 99500);
 
Copy content sage:G = TransitiveGroup(36, 99500)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 99500)
 
Copy content oscar:G = transitive_group(36, 99500)
 
Direct product: not computed
Semidirect product: not computed
Trans. wreath product: not isomorphic to a non-trivial transitive wreath product
Possibly split product: $C_2^{17}$ . $(C_3^4:(Q_8^2:C_4))$ $(C_2^{16}.C_3^4.Q_8^2)$ . $(C_2\times C_4)$ (6) $(C_2^{16}.C_3^4.C_2)$ . $(Q_8^2:C_4)$ (2) $C_2^{16}$ . $(C_2\times C_3^4:(Q_8^2:C_4))$ all 26

Elements of the group are displayed as permutations of degree 36.

Homology

Abelianization: $C_{2}^{2} \times C_{4} $
Copy content comment:The abelianization of the group
 
Copy content magma:quo< G | CommutatorSubgroup(G) >;
 
Copy content gap:FactorGroup(G, DerivedSubgroup(G));
 
Copy content sage:G.quotient(G.commutator())
 
Copy content sage_gap:G.FactorGroup(G.DerivedSubgroup())
 
Copy content oscar:quo(G, derived_subgroup(G)[1])
 
Schur multiplier: $C_{2}^{4}$
Copy content comment:The Schur multiplier of the group
 
Copy content gap:AbelianInvariantsMultiplier(G);
 
Copy content sage:G.homology(2)
 
Copy content sage_gap:G.AbelianInvariantsMultiplier()
 
Commutator length: $1$
Copy content comment:The commutator length of the group
 
Copy content gap:CommutatorLength(G);
 
Copy content sage_gap:G.CommutatorLength()
 

Subgroups

Copy content comment:List of subgroups of the group
 
Copy content magma:Subgroups(G);
 
Copy content gap:AllSubgroups(G);
 
Copy content sage:G.subgroups()
 
Copy content sage_gap:G.AllSubgroups()
 
Copy content oscar:subgroups(G)
 

There are 54 normal subgroups (38 characteristic).

Characteristic subgroups are shown in this color. Normal (but not characteristic) subgroups are shown in this color.

Special subgroups

Center: a subgroup isomorphic to $C_2$
Copy content comment:Center of the group
 
Copy content magma:Center(G);
 
Copy content gap:Center(G);
 
Copy content sage:G.center()
 
Copy content sage_gap:G.Center()
 
Copy content oscar:center(G)
 
Commutator: not computed
Copy content comment:Commutator subgroup of the group G
 
Copy content magma:CommutatorSubgroup(G);
 
Copy content gap:DerivedSubgroup(G);
 
Copy content sage:G.commutator()
 
Copy content sage_gap:G.DerivedSubgroup()
 
Copy content oscar:derived_subgroup(G)
 
Frattini: a subgroup isomorphic to $C_1$
Copy content comment:Frattini subgroup of the group G
 
Copy content magma:FrattiniSubgroup(G);
 
Copy content gap:FrattiniSubgroup(G);
 
Copy content sage:G.frattini_subgroup()
 
Copy content sage_gap:G.FrattiniSubgroup()
 
Copy content oscar:frattini_subgroup(G)
 
Fitting: not computed
Copy content comment:Fitting subgroup of the group G
 
Copy content magma:FittingSubgroup(G);
 
Copy content gap:FittingSubgroup(G);
 
Copy content sage:G.fitting_subgroup()
 
Copy content sage_gap:G.FittingSubgroup()
 
Copy content oscar:fitting_subgroup(G)
 
Radical: not computed
Copy content comment:Radical of the group G
 
Copy content magma:Radical(G);
 
Copy content gap:SolvableRadical(G);
 
Copy content sage_gap:G.SolvableRadical()
 
Copy content oscar:solvable_radical(G)
 
Socle: not computed
Copy content comment:Socle of the group G
 
Copy content magma:Socle(G);
 
Copy content gap:Socle(G);
 
Copy content sage:G.socle()
 
Copy content sage_gap:G.Socle()
 
Copy content oscar:socle(G)
 
2-Sylow subgroup: $P_{ 2 } \simeq$ $C_2^9.C_2^6.C_2^5.C_2^4.C_2$
3-Sylow subgroup: $P_{ 3 } \simeq$ $C_3^4$

Subgroup diagram and profile

Series

Derived series not computed
Copy content comment:Derived series of the group G
 
Copy content magma:DerivedSeries(G);
 
Copy content gap:DerivedSeriesOfGroup(G);
 
Copy content sage:G.derived_series()
 
Copy content sage_gap:G.DerivedSeriesOfGroup()
 
Copy content oscar:derived_series(G)
 
Chief series not computed
Copy content comment:Chief series of the group G
 
Copy content magma:ChiefSeries(G);
 
Copy content gap:ChiefSeries(G);
 
Copy content sage:libgap(G).ChiefSeries()
 
Copy content sage_gap:G.ChiefSeries()
 
Copy content oscar:chief_series(G)
 
Lower central series not computed
Copy content comment:The lower central series of the group G
 
Copy content magma:LowerCentralSeries(G);
 
Copy content gap:LowerCentralSeriesOfGroup(G);
 
Copy content sage:G.lower_central_series()
 
Copy content sage_gap:G.LowerCentralSeriesOfGroup()
 
Copy content oscar:lower_central_series(G)
 
Upper central series not computed
Copy content comment:The upper central series of the group G
 
Copy content magma:UpperCentralSeries(G);
 
Copy content gap:UpperCentralSeriesOfGroup(G);
 
Copy content sage:G.upper_central_series()
 
Copy content sage_gap:G.UpperCentralSeriesOfGroup()
 
Copy content oscar:upper_central_series(G)
 

Supergroups

This group is a maximal subgroup of 4 larger groups in the database.

This group is a maximal quotient of 1 larger groups in the database.

Character theory

Copy content comment:Character table
 
Copy content magma:CharacterTable(G); // Output not guaranteed to exactly match the LMFDB table
 
Copy content gap:CharacterTable(G); # Output not guaranteed to exactly match the LMFDB table
 
Copy content sage:G.character_table() # Output not guaranteed to exactly match the LMFDB table
 
Copy content sage_gap:G.CharacterTable() # Output not guaranteed to exactly match the LMFDB table
 
Copy content oscar:character_table(G) # Output not guaranteed to exactly match the LMFDB table
 

Complex character table

The $930 \times 930$ character table is not available for this group.

Rational character table

The $774 \times 774$ rational character table is not available for this group.