Properties

Label 16529940864.y
Order \( 2^{7} \cdot 3^{17} \)
Exponent \( 2^{3} \cdot 3^{3} \)
Nilpotent no
Solvable yes
$\card{G^{\mathrm{ab}}}$ \( 2^{2} \)
$\card{Z(G)}$ 1
$\card{\Aut(G)}$ \( 2^{8} \cdot 3^{19} \)
$\card{\mathrm{Out}(G)}$ \( 2 \cdot 3^{2} \)
Perm deg. $36$
Trans deg. $36$
Rank $2$

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

Group information

Description:$C_3^4.(C_3^8.S_3\wr S_4)$
Order: \(16529940864\)\(\medspace = 2^{7} \cdot 3^{17} \)
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: \(216\)\(\medspace = 2^{3} \cdot 3^{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 \(297538935552\)\(\medspace = 2^{8} \cdot 3^{19} \)
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 7, $C_3$ x 17
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:$6$
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 9 12 18 24 27 36
Elements 1 5834187 13548464 46215684 2641627728 229582512 794773296 3799291392 4713527376 1836660096 612220032 1836660096 16529940864
Conjugacy classes   1 8 533 6 2533 1 502 578 959 8 17 92 5238
Divisions 1 8 533 6 2497 1 493 538 914 4 14 87 5096
Autjugacy classes 1 8 151 6 627 1 158 148 247 2 7 25 1381

Minimal presentations

Permutation degree:$36$
Transitive degree:$36$
Rank: $2$
Inequivalent generating pairs: not computed

Minimal degrees of linear representations for this group have not been 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 \mid b^{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([24, 2, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 73836703008, 788726420257, 121, 132190577570, 228239875587, 715905595611, 42576533619, 267, 897340573444, 634792829788, 424558463812, 56120169700, 667016140613, 609111428285, 351997077221, 60506128301, 501282965, 413, 1291993016838, 1354502507934, 514070686134, 99327082254, 23481094998, 2911241238, 1424895446023, 431909853727, 595045778743, 137632843087, 64391753191, 40072740607, 20591180503, 559, 3019774919048, 33526441760, 674506927352, 114478723088, 58157831624, 28395593408, 9589675688, 1428513608, 1505099370249, 177637518753, 676576428537, 266605897041, 127358153385, 8392135809, 16315503993, 7766255697, 3545805081, 705, 2480280168970, 1115297194210, 186710100250, 209526495634, 86292537514, 49891020034, 8027449210, 5092987858, 3512024410, 2162747464715, 1208395438883, 393169645499, 61925015891, 126674585963, 8200538627, 22945638683, 1595521331, 3831396107, 291111203, 449640539, 851, 5093495986188, 1039899534372, 1145260726332, 148550837844, 74606987628, 24412752132, 12434498076, 703729908, 687810468, 3455238850573, 1856986435621, 17102969917, 36512985685, 87921179245, 21219480709, 27510150685, 1041393205, 4792483789, 749262757, 119764789, 4410301, 290036090894, 830144609318, 1230721827902, 46223032406, 165790696430, 39924316934, 28735430558, 4959066422, 4789238606, 826511270, 401397374, 13238, 44091326, 734671503375, 2122216464423, 345349951551, 152641511511, 54745030767, 50607618183, 31075633311, 11771827383, 2151069903, 1188974823, 801239295, 278005527, 5049519, 7839711, 2304823569424, 1919383423528, 1064889047872, 386787446872, 180443666416, 35977903624, 25679794336, 14490064696, 7448285008, 211820776, 588286480, 301077352, 75313024, 903640, 100744, 2253372825617, 2622801005609, 804321073217, 504072917081, 23598604913, 143327369, 3009685409, 7261291193, 882856145, 709072937, 559776353, 165294713, 6419393, 1924889, 214217, 36689, 28905818130, 542090465322, 433250415426, 246672200538, 174097983858, 19908799626, 3264551586, 14179976826, 8150790450, 1404175626, 450570210, 13622826, 6316362, 55958370, 9345162, 6217938, 78378, 14106, 5019230085139, 1420454983723, 422513003587, 77633095771, 149874002035, 18522846859, 24069208483, 9777127867, 3488573011, 3004318315, 1272309379, 176293723, 4199347, 19712515, 6221179, 2657203, 30667, 109891, 6891148680212, 102852965420, 239990252636, 75711210764, 1899802460181, 2157978848301, 165826248261, 485552973405, 71833817205, 69012041613, 43904602533, 2436749757, 7442145429, 2110724589, 1454967621, 225153213, 4619277, 11932629, 5774061, 2994165, 71709, 347349, 8397, 8528474188822, 1420253429806, 1241348198470, 528185359966, 37549495414, 33042287374, 29990663590, 18615930814, 4868063926, 3232876558, 760551382, 275174494, 13279798, 26156878, 10060582, 1565326, 149470, 248854, 17038, 6112404799511, 1594049642543, 1528101199943, 528958107743, 108122480783]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r := Explode([G.1, G.2, G.4, G.6, G.8, G.10, G.12, G.14, G.15, G.16, G.17, G.18, G.19, G.20, G.21, G.22, G.23, G.24]); AssignNames(~G, ["a", "b", "b2", "c", "c2", "d", "d2", "e", "e2", "f", "f2", "g", "g2", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r"]);
 
Copy content gap:G := PcGroupCode(2009064761624625698445985279089494328623726475603719167251895287565719361096584217042417457455126471644300297445623636941247140789680796091607483457465237551564115882549058799354727687534254370124030861819045695830131304640748872547824627743278341649100031917497768095228752618556019990724144444385351849040916148396575447974293877725010732986411612320962722875696751672039459704602040135464687216370019160172195913493997041815013953677482358930654605989230097832503170379582594851311221506015163240740196386796321679531907333666164210173953859012571208244363811516895795348945040289414746106041590947160032145846164093155916959357799090636134095290213296671954162837320234557834520236856060189980450485466307040855731208567208011039028649937149757895668705796551251542671180965500148915608522834908109764872266030460098306216542669673158936243554733343479647037921955364652721814964995645444017543788680564909255141471044735995044353821756262734468746935981360578291195615232765541674604082499509160026266703221364473771935353205025396384282248722716900955189096597310803869604673193069071798105941636988545223416304396352803198627077204570132425010273087523611928670487989342833552472855969325975347025591921603466716408509000734317721997940604226952623472407300897760328434837972687085778848086592342673081525323580350756370602347066043378716121502088529260805321615809522049201798993264438076677959171834742088323493667416081558168333523016429213957401337010800048241938168892223910712252628323098006606120471339161125186287688233061839607421568158280747010651856410036166769377123464217285930123859337169260255163916077591417210294486362270620080570381991120594632174116731103759106041827816219618234033086760443188591687686075562718725315263314308406298903943571550032301637337696133692686689509471003933639068213177359285032216052335240590618286893122684216619123106504921773377489296165806341460477753949416250110799420924629692480574326129337110943385826144694735262158672858477193856663691767551773627848364483455771948635462181519088324171483355750226531646255872021413392740956636510574500698656329359470850746390065497035200561275603430025632628827701949914934514931999055205401379043304319239680684468831155657857576148220573574140995496226968978133199164766560028680325227135861665206666369430833951450634514262863320809735911857343647848421688038663955462196251247438963816306610691546624940118874913786436323791985694052507174209507019532059843295358975,16529940864); a := G.1; b := G.2; c := G.4; d := G.6; e := G.8; f := G.10; g := G.12; h := G.14; i := G.15; j := G.16; k := G.17; l := G.18; m := G.19; n := G.20; o := G.21; p := G.22; q := G.23; r := G.24;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(2009064761624625698445985279089494328623726475603719167251895287565719361096584217042417457455126471644300297445623636941247140789680796091607483457465237551564115882549058799354727687534254370124030861819045695830131304640748872547824627743278341649100031917497768095228752618556019990724144444385351849040916148396575447974293877725010732986411612320962722875696751672039459704602040135464687216370019160172195913493997041815013953677482358930654605989230097832503170379582594851311221506015163240740196386796321679531907333666164210173953859012571208244363811516895795348945040289414746106041590947160032145846164093155916959357799090636134095290213296671954162837320234557834520236856060189980450485466307040855731208567208011039028649937149757895668705796551251542671180965500148915608522834908109764872266030460098306216542669673158936243554733343479647037921955364652721814964995645444017543788680564909255141471044735995044353821756262734468746935981360578291195615232765541674604082499509160026266703221364473771935353205025396384282248722716900955189096597310803869604673193069071798105941636988545223416304396352803198627077204570132425010273087523611928670487989342833552472855969325975347025591921603466716408509000734317721997940604226952623472407300897760328434837972687085778848086592342673081525323580350756370602347066043378716121502088529260805321615809522049201798993264438076677959171834742088323493667416081558168333523016429213957401337010800048241938168892223910712252628323098006606120471339161125186287688233061839607421568158280747010651856410036166769377123464217285930123859337169260255163916077591417210294486362270620080570381991120594632174116731103759106041827816219618234033086760443188591687686075562718725315263314308406298903943571550032301637337696133692686689509471003933639068213177359285032216052335240590618286893122684216619123106504921773377489296165806341460477753949416250110799420924629692480574326129337110943385826144694735262158672858477193856663691767551773627848364483455771948635462181519088324171483355750226531646255872021413392740956636510574500698656329359470850746390065497035200561275603430025632628827701949914934514931999055205401379043304319239680684468831155657857576148220573574140995496226968978133199164766560028680325227135861665206666369430833951450634514262863320809735911857343647848421688038663955462196251247438963816306610691546624940118874913786436323791985694052507174209507019532059843295358975,16529940864)'); a = G.1; b = G.2; c = G.4; d = G.6; e = G.8; f = G.10; g = G.12; h = G.14; i = G.15; j = G.16; k = G.17; l = G.18; m = G.19; n = G.20; o = G.21; p = G.22; q = G.23; r = G.24;
 
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(2009064761624625698445985279089494328623726475603719167251895287565719361096584217042417457455126471644300297445623636941247140789680796091607483457465237551564115882549058799354727687534254370124030861819045695830131304640748872547824627743278341649100031917497768095228752618556019990724144444385351849040916148396575447974293877725010732986411612320962722875696751672039459704602040135464687216370019160172195913493997041815013953677482358930654605989230097832503170379582594851311221506015163240740196386796321679531907333666164210173953859012571208244363811516895795348945040289414746106041590947160032145846164093155916959357799090636134095290213296671954162837320234557834520236856060189980450485466307040855731208567208011039028649937149757895668705796551251542671180965500148915608522834908109764872266030460098306216542669673158936243554733343479647037921955364652721814964995645444017543788680564909255141471044735995044353821756262734468746935981360578291195615232765541674604082499509160026266703221364473771935353205025396384282248722716900955189096597310803869604673193069071798105941636988545223416304396352803198627077204570132425010273087523611928670487989342833552472855969325975347025591921603466716408509000734317721997940604226952623472407300897760328434837972687085778848086592342673081525323580350756370602347066043378716121502088529260805321615809522049201798993264438076677959171834742088323493667416081558168333523016429213957401337010800048241938168892223910712252628323098006606120471339161125186287688233061839607421568158280747010651856410036166769377123464217285930123859337169260255163916077591417210294486362270620080570381991120594632174116731103759106041827816219618234033086760443188591687686075562718725315263314308406298903943571550032301637337696133692686689509471003933639068213177359285032216052335240590618286893122684216619123106504921773377489296165806341460477753949416250110799420924629692480574326129337110943385826144694735262158672858477193856663691767551773627848364483455771948635462181519088324171483355750226531646255872021413392740956636510574500698656329359470850746390065497035200561275603430025632628827701949914934514931999055205401379043304319239680684468831155657857576148220573574140995496226968978133199164766560028680325227135861665206666369430833951450634514262863320809735911857343647848421688038663955462196251247438963816306610691546624940118874913786436323791985694052507174209507019532059843295358975,16529940864)'); a = G.1; b = G.2; c = G.4; d = G.6; e = G.8; f = G.10; g = G.12; h = G.14; i = G.15; j = G.16; k = G.17; l = G.18; m = G.19; n = G.20; o = G.21; p = G.22; q = G.23; r = G.24;
 
Permutation group:Degree $36$ $\langle(1,23,31)(2,22,32,3,24,33)(4,6)(7,26,36,8,25,34)(9,27,35)(10,21,14,11,20,15) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,23,31)(2,22,32,3,24,33)(4,6)(7,26,36,8,25,34)(9,27,35)(10,21,14,11,20,15)(12,19,13)(16,28)(17,30)(18,29), (1,23,9,16,15,34,32,4,3,24,8,17,14,35,31,5,2,22,7,18,13,36,33,6)(10,19,28,25,12,20,30,26,11,21,29,27) >;
 
Copy content gap:G := Group( (1,23,31)(2,22,32,3,24,33)(4,6)(7,26,36,8,25,34)(9,27,35)(10,21,14,11,20,15)(12,19,13)(16,28)(17,30)(18,29), (1,23,9,16,15,34,32,4,3,24,8,17,14,35,31,5,2,22,7,18,13,36,33,6)(10,19,28,25,12,20,30,26,11,21,29,27) );
 
Copy content sage:G = PermutationGroup(['(1,23,31)(2,22,32,3,24,33)(4,6)(7,26,36,8,25,34)(9,27,35)(10,21,14,11,20,15)(12,19,13)(16,28)(17,30)(18,29)', '(1,23,9,16,15,34,32,4,3,24,8,17,14,35,31,5,2,22,7,18,13,36,33,6)(10,19,28,25,12,20,30,26,11,21,29,27)'])
 
Copy content sage_gap:G = gap.new('Group( (1,23,31)(2,22,32,3,24,33)(4,6)(7,26,36,8,25,34)(9,27,35)(10,21,14,11,20,15)(12,19,13)(16,28)(17,30)(18,29), (1,23,9,16,15,34,32,4,3,24,8,17,14,35,31,5,2,22,7,18,13,36,33,6)(10,19,28,25,12,20,30,26,11,21,29,27) )')
 
Copy content oscar:G = @permutation_group(36, (1,23,31)(2,22,32,3,24,33)(4,6)(7,26,36,8,25,34)(9,27,35)(10,21,14,11,20,15)(12,19,13)(16,28)(17,30)(18,29), (1,23,9,16,15,34,32,4,3,24,8,17,14,35,31,5,2,22,7,18,13,36,33,6)(10,19,28,25,12,20,30,26,11,21,29,27))
 
Transitive group: 36T110184 more information
Copy content magma:G := TransitiveGroup(36, 110184);
 
Copy content gap:G := TransitiveGroup(36, 110184);
 
Copy content sage:G = TransitiveGroup(36, 110184)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 110184)
 
Copy content oscar:G = transitive_group(36, 110184)
 
Direct product: not computed
Semidirect product: not computed
Trans. wreath product: not computed
Possibly split product: $C_3^{12}$ . $(S_3\wr S_4)$ $C_3^{11}$ . $(C_3:S_3\wr S_4)$ $C_3^9$ . $(C_3^3.S_3\wr S_4)$ $C_3^8$ . $(C_3^4.S_3\wr S_4)$ all 29

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

Homology

Abelianization: $C_{2}^{2} $
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}^{3}$
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: not computed
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 31 normal subgroups, and all normal subgroups are characteristic.

Characteristic subgroups are shown in this color.

Special subgroups

Center: a subgroup isomorphic to $C_1$
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: a subgroup isomorphic to $C_3^8.C_3^8:Q_8.A_4$
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 6561.1396077
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)
 

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 2 larger groups in the database.

This group is a maximal quotient of 0 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 $5238 \times 5238$ character table is not available for this group.

Rational character table

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