Properties

Label 8264970432.i
Order \( 2^{6} \cdot 3^{17} \)
Exponent \( 2^{2} \cdot 3^{3} \)
Nilpotent no
Solvable yes
$\card{G^{\mathrm{ab}}}$ \( 3 \)
$\card{Z(G)}$ 1
$\card{\Aut(G)}$ \( 2^{6} \cdot 3^{18} \)
$\card{\mathrm{Out}(G)}$ \( 3 \)
Perm deg. $36$
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,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32)(10,22,34)(11,24,35,12,23,36), (1,35,20,13,10,8,25,22,31,2,34,19,14,12,7,26,24,33,3,36,21,15,11,9,27,23,32)(4,6,5)(16,18,17), (1,11,14,24,3,12,13,22,2,10,15,23)(4,8,16,21,6,9,18,19,5,7,17,20)(25,35,26,34,27,36)(28,31,29,33,30,32) >;
 
Copy content gap:G := Group( (1,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32)(10,22,34)(11,24,35,12,23,36), (1,35,20,13,10,8,25,22,31,2,34,19,14,12,7,26,24,33,3,36,21,15,11,9,27,23,32)(4,6,5)(16,18,17), (1,11,14,24,3,12,13,22,2,10,15,23)(4,8,16,21,6,9,18,19,5,7,17,20)(25,35,26,34,27,36)(28,31,29,33,30,32) );
 
Copy content sage:G = PermutationGroup(['(1,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32)(10,22,34)(11,24,35,12,23,36)', '(1,35,20,13,10,8,25,22,31,2,34,19,14,12,7,26,24,33,3,36,21,15,11,9,27,23,32)(4,6,5)(16,18,17)', '(1,11,14,24,3,12,13,22,2,10,15,23)(4,8,16,21,6,9,18,19,5,7,17,20)(25,35,26,34,27,36)(28,31,29,33,30,32)'])
 
Copy content sage_gap:G = gap.new('Group( (1,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32)(10,22,34)(11,24,35,12,23,36), (1,35,20,13,10,8,25,22,31,2,34,19,14,12,7,26,24,33,3,36,21,15,11,9,27,23,32)(4,6,5)(16,18,17), (1,11,14,24,3,12,13,22,2,10,15,23)(4,8,16,21,6,9,18,19,5,7,17,20)(25,35,26,34,27,36)(28,31,29,33,30,32) )')
 
Copy content oscar:G = @permutation_group(36, (1,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32)(10,22,34)(11,24,35,12,23,36), (1,35,20,13,10,8,25,22,31,2,34,19,14,12,7,26,24,33,3,36,21,15,11,9,27,23,32)(4,6,5)(16,18,17), (1,11,14,24,3,12,13,22,2,10,15,23)(4,8,16,21,6,9,18,19,5,7,17,20)(25,35,26,34,27,36)(28,31,29,33,30,32))
 

Group information

Description:$C_3^8.C_3^8:C_2^4.A_4$
Order: \(8264970432\)\(\medspace = 2^{6} \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: \(108\)\(\medspace = 2^{2} \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 \(24794911296\)\(\medspace = 2^{6} \cdot 3^{18} \)
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 6, $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:$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 9 12 18 27
Elements 1 1226907 13548464 121168548 1645708752 794773296 1428513408 3647811024 612220032 8264970432
Conjugacy classes   1 5 324 3 352 480 24 142 34 1365
Divisions 1 5 289 3 307 353 18 86 17 1079
Autjugacy classes 1 5 148 3 172 250 12 76 26 693

Minimal presentations

Permutation degree:$36$
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 24 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 \mid e^{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([23, 3, 2, 2, 2, 2, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 92614476096, 174403512247, 94618612216, 307842792959, 90844532971, 20944658592, 280459657131, 188504770090, 118980034681, 256, 63342930124, 21919262227, 27917249630, 17674943496, 457858279013, 144377324476, 173912154051, 23688259250, 12409270597, 396, 1136358304038, 95488322077, 11298895044, 77791602691, 36385643322, 577316078479, 455666900126, 233974424341, 70209715436, 38379308163, 28706145194, 9479418313, 536, 1313770192136, 175598504095, 244417969206, 84150211397, 37488741724, 10448928735, 1101771509769, 305831066272, 315436491895, 35397487678, 39013924901, 33973764724, 13764481707, 374663270, 1222669153, 731879766, 2019699437194, 272625772705, 24326035064, 144288221607, 32915917422, 32271863441, 12988682140, 7171715271, 1344773624, 135691960, 91112118, 1458179698187, 426628152610, 69711770937, 184192137296, 84709745671, 22230001710, 20404544909, 2934433828, 1764007827, 736491314, 438451909, 100899324876, 666520734499, 221607519386, 33543066313, 9944759240, 38468412031, 17893966110, 2841489863, 1589493166, 624648594, 210148505, 125414320, 11794941, 1708204538893, 729788301348, 42684474619, 7752946066, 66030280953, 1957100672, 15122761063, 1457974314, 2039064875, 661283248, 284308533, 73338020, 47157511, 13745526, 1177717060814, 869396113957, 116462450460, 127781914283, 82580886466, 21132812289, 17832375332, 3278195005, 1548292923, 1548274316, 457549939, 165008247, 44072660, 19432438, 1512471, 314939086863, 8673188902, 28179061309, 74815574740, 116980272875, 24986584834, 15288284889, 10202748656, 2111360455, 135586878, 530499845, 5139388, 59149299, 5518106, 2147617, 1464, 1431835268560, 239870579943, 30168527845, 123136956, 1277544975, 2274873590033, 1078504948264, 2086083135, 157629652214, 391140685, 9892597246, 419863922514, 791739707369, 136522547776, 179204533575, 1238611934, 62515491361, 11882843873, 1519593435, 168843961, 56281524, 11185769, 6253810, 2084853, 1903550803219, 359985254442, 450535996865, 79855632088, 112199398671, 65009012534, 3852460620, 32192866, 179183612, 1192615, 19996518, 132821, 2215264, 148279299860, 1170722911723, 659591245218, 49319392841, 113854502776, 56851196355, 6662647081, 1365823280, 202461775, 38145198, 50586335, 10511365, 5621013, 821948, 3484106410773, 309783336236, 155529082435, 38882270682, 38722917137, 12097591886, 2843081197654, 272042473581, 633446708036, 301746086011, 19825032642, 55518421061, 7600984293, 1414917058, 471639195, 249767096, 52404625, 24224289, 5823047, 3456853]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s := Explode([G.1, G.2, G.3, G.4, G.6, G.8, G.10, G.11, G.12, G.13, G.14, G.15, G.16, G.18, G.19, G.20, G.21, G.22, G.23]); AssignNames(~G, ["a", "b", "c", "d", "d2", "e", "e2", "f", "f2", "g", "h", "i", "j", "k", "l", "m", "m3", "n", "o", "p", "q", "r", "s"]);
 
Copy content gap:G := PcGroupCode(41684566543877761214175137561815079275673509300723726978357114462827811497058330052946198325052844961339040940886851433047245582011706125266939257987118791423819237478243543774493456809558204665906314968124580423645621015824286319782268204165933094354256306618518908366359451645197212539009839092454154625252802482685587610621754992491405835353302460724111899756619756305007630601667604096241561467145489496181066661274812746520884480999900246681862307033145576498420669843797278147226756320476980017545680263947544996015778196065437468165641993770375507187163822871068599052526271265651832615264505160274820914666353244446223174688144501193474217630093055723731626428629163621592647521256431023907449296669784959813906053355556646083171547004338021366520106441050372607977130033203491468076779696492022408476311867655518277273209472446536251595738883110090920769545781859621182631414103251382535683427440309049004970698303181807131968386759422049012073431808028557814778490943584333495308312533293354388517615240329201958064133825788037063712003144446009603762532957747458389044248570143952591163791647667479987379974143495580151003837817578614871786105763454461685448772546793261175925409611708775214896962925930948998975501510614892319863073620873520483207776875377265704486047911242096274277301331837337325379194114044836523691645610668458245718557461557672823022257206938969899598312177837465174593515338972913466778805920534948288364121811185162524628998471122624672306545408206815021814290576469111913472670559790920279629115217122866688824340032270507054458872513733319318468034755530860239900733905041318941030781975187609904731083606574194409497946034141885801507829418442901859293079742018139808114664042678345860263894691531341892241849753039613595524532453940485326773310796767099564986643073663592870918069812498946086285947940905519243959632411951128323909671660463470821111466025086856309049324555094239746631417527153691097146916457211858446459505624783243253404169235677485875917016859933482487411246091254374893015823491025031318727444435086442495,8264970432); a := G.1; b := G.2; c := G.3; d := G.4; e := G.6; f := G.8; g := G.10; h := G.11; i := G.12; j := G.13; k := G.14; l := G.15; m := G.16; n := G.18; o := G.19; p := G.20; q := G.21; r := G.22; s := G.23;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(41684566543877761214175137561815079275673509300723726978357114462827811497058330052946198325052844961339040940886851433047245582011706125266939257987118791423819237478243543774493456809558204665906314968124580423645621015824286319782268204165933094354256306618518908366359451645197212539009839092454154625252802482685587610621754992491405835353302460724111899756619756305007630601667604096241561467145489496181066661274812746520884480999900246681862307033145576498420669843797278147226756320476980017545680263947544996015778196065437468165641993770375507187163822871068599052526271265651832615264505160274820914666353244446223174688144501193474217630093055723731626428629163621592647521256431023907449296669784959813906053355556646083171547004338021366520106441050372607977130033203491468076779696492022408476311867655518277273209472446536251595738883110090920769545781859621182631414103251382535683427440309049004970698303181807131968386759422049012073431808028557814778490943584333495308312533293354388517615240329201958064133825788037063712003144446009603762532957747458389044248570143952591163791647667479987379974143495580151003837817578614871786105763454461685448772546793261175925409611708775214896962925930948998975501510614892319863073620873520483207776875377265704486047911242096274277301331837337325379194114044836523691645610668458245718557461557672823022257206938969899598312177837465174593515338972913466778805920534948288364121811185162524628998471122624672306545408206815021814290576469111913472670559790920279629115217122866688824340032270507054458872513733319318468034755530860239900733905041318941030781975187609904731083606574194409497946034141885801507829418442901859293079742018139808114664042678345860263894691531341892241849753039613595524532453940485326773310796767099564986643073663592870918069812498946086285947940905519243959632411951128323909671660463470821111466025086856309049324555094239746631417527153691097146916457211858446459505624783243253404169235677485875917016859933482487411246091254374893015823491025031318727444435086442495,8264970432)'); a = G.1; b = G.2; c = G.3; d = G.4; e = G.6; f = G.8; g = G.10; h = G.11; i = G.12; j = G.13; k = G.14; l = G.15; m = G.16; n = G.18; o = G.19; p = G.20; q = G.21; r = G.22; s = G.23;
 
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(41684566543877761214175137561815079275673509300723726978357114462827811497058330052946198325052844961339040940886851433047245582011706125266939257987118791423819237478243543774493456809558204665906314968124580423645621015824286319782268204165933094354256306618518908366359451645197212539009839092454154625252802482685587610621754992491405835353302460724111899756619756305007630601667604096241561467145489496181066661274812746520884480999900246681862307033145576498420669843797278147226756320476980017545680263947544996015778196065437468165641993770375507187163822871068599052526271265651832615264505160274820914666353244446223174688144501193474217630093055723731626428629163621592647521256431023907449296669784959813906053355556646083171547004338021366520106441050372607977130033203491468076779696492022408476311867655518277273209472446536251595738883110090920769545781859621182631414103251382535683427440309049004970698303181807131968386759422049012073431808028557814778490943584333495308312533293354388517615240329201958064133825788037063712003144446009603762532957747458389044248570143952591163791647667479987379974143495580151003837817578614871786105763454461685448772546793261175925409611708775214896962925930948998975501510614892319863073620873520483207776875377265704486047911242096274277301331837337325379194114044836523691645610668458245718557461557672823022257206938969899598312177837465174593515338972913466778805920534948288364121811185162524628998471122624672306545408206815021814290576469111913472670559790920279629115217122866688824340032270507054458872513733319318468034755530860239900733905041318941030781975187609904731083606574194409497946034141885801507829418442901859293079742018139808114664042678345860263894691531341892241849753039613595524532453940485326773310796767099564986643073663592870918069812498946086285947940905519243959632411951128323909671660463470821111466025086856309049324555094239746631417527153691097146916457211858446459505624783243253404169235677485875917016859933482487411246091254374893015823491025031318727444435086442495,8264970432)'); a = G.1; b = G.2; c = G.3; d = G.4; e = G.6; f = G.8; g = G.10; h = G.11; i = G.12; j = G.13; k = G.14; l = G.15; m = G.16; n = G.18; o = G.19; p = G.20; q = G.21; r = G.22; s = G.23;
 
Permutation group:Degree $36$ $\langle(1,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32)(10,22,34)(11,24,35,12,23,36), (1,35,20,13,10,8,25,22,31,2,34,19,14,12,7,26,24,33,3,36,21,15,11,9,27,23,32)(4,6,5)(16,18,17), (1,11,14,24,3,12,13,22,2,10,15,23)(4,8,16,21,6,9,18,19,5,7,17,20)(25,35,26,34,27,36)(28,31,29,33,30,32) >;
 
Copy content gap:G := Group( (1,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32)(10,22,34)(11,24,35,12,23,36), (1,35,20,13,10,8,25,22,31,2,34,19,14,12,7,26,24,33,3,36,21,15,11,9,27,23,32)(4,6,5)(16,18,17), (1,11,14,24,3,12,13,22,2,10,15,23)(4,8,16,21,6,9,18,19,5,7,17,20)(25,35,26,34,27,36)(28,31,29,33,30,32) );
 
Copy content sage:G = PermutationGroup(['(1,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32)(10,22,34)(11,24,35,12,23,36)', '(1,35,20,13,10,8,25,22,31,2,34,19,14,12,7,26,24,33,3,36,21,15,11,9,27,23,32)(4,6,5)(16,18,17)', '(1,11,14,24,3,12,13,22,2,10,15,23)(4,8,16,21,6,9,18,19,5,7,17,20)(25,35,26,34,27,36)(28,31,29,33,30,32)'])
 
Copy content sage_gap:G = gap.new('Group( (1,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32)(10,22,34)(11,24,35,12,23,36), (1,35,20,13,10,8,25,22,31,2,34,19,14,12,7,26,24,33,3,36,21,15,11,9,27,23,32)(4,6,5)(16,18,17), (1,11,14,24,3,12,13,22,2,10,15,23)(4,8,16,21,6,9,18,19,5,7,17,20)(25,35,26,34,27,36)(28,31,29,33,30,32) )')
 
Copy content oscar:G = @permutation_group(36, (1,5,9,13,30,20,25,16,31,3,4,8,14,28,21,27,18,33)(2,6,7,15,29,19,26,17,32)(10,22,34)(11,24,35,12,23,36), (1,35,20,13,10,8,25,22,31,2,34,19,14,12,7,26,24,33,3,36,21,15,11,9,27,23,32)(4,6,5)(16,18,17), (1,11,14,24,3,12,13,22,2,10,15,23)(4,8,16,21,6,9,18,19,5,7,17,20)(25,35,26,34,27,36)(28,31,29,33,30,32))
 
Transitive group: 36T107023 more information
Copy content magma:G := TransitiveGroup(36, 107023);
 
Copy content gap:G := TransitiveGroup(36, 107023);
 
Copy content sage:G = TransitiveGroup(36, 107023)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 107023)
 
Copy content oscar:G = transitive_group(36, 107023)
 
Direct product: not computed
Semidirect product: not computed
Trans. wreath product: not computed
Possibly split product: $C_3^{12}$ . $(C_6:S_3^3:A_4)$ (2) $(C_3^9.C_3^5.D_6^2)$ . $A_4$ $(C_3^8.C_3^8:C_2^4)$ . $A_4$ $C_3^8$ . $(C_3^8.C_2^4:A_4)$ all 13

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

Homology

Abelianization: $C_{3} $
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}^{2}$
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 19 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:(C_4^2:C_2^2)$
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)
 
3-Sylow subgroup: $P_{ 3 } \simeq$ $C_3^8.C_3^5.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 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 $1365 \times 1365$ character table is not available for this group.

Rational character table

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