Properties

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

Group information

Description:$C_3^8.C_3^8:Q_8.S_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: \(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 \(892616806656\)\(\medspace = 2^{8} \cdot 3^{20} \)
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:$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
Elements 1 1502955 13548464 19131876 1007703504 229582512 794773296 1530550080 2219297616 1836660096 612220032 8264970432
Conjugacy classes   1 4 705 4 2939 2 762 92 1084 16 34 5643
Divisions 1 4 537 4 1843 2 557 76 655 8 28 3715
Autjugacy classes 1 4 150 3 427 1 152 24 146 2 7 917

Minimal presentations

Permutation degree:$36$
Transitive degree:$36$
Rank: $3$
Inequivalent generating triples: 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 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, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 147121676352, 100535522549, 169422354384, 49834072172, 66721582834, 186, 299134251555, 226744448834, 11560973256, 173563459744, 276261004602, 79212726620, 24218106178, 326, 450125292245, 58510108324, 28172423499, 2910066518, 6946753278, 826605106494, 60631608269, 119563719208, 369567525, 20895770210, 10382769532, 466, 1499936811271, 647242406814, 185005630709, 57477223084, 19262411043, 9463882250, 974833648280, 55145083207, 119860986114, 52653499601, 25111142362, 8743852761, 7093222364, 9263626, 606, 810968967369, 224590230752, 198059272615, 1609979838, 13894800581, 14987479084, 4992249507, 6070790, 668452805866, 819117423861, 318647761004, 38840464951, 11473620942, 6488001953, 111764416, 33203385, 374307116, 5992522, 746, 713466164747, 3302964898, 1413614649, 522593936, 46685766631, 87277950, 79637, 4839027, 1220690, 3408485196, 549349695683, 1527540826, 568080945, 30519427640, 94292767, 129318, 5260204, 1309839, 241288129165, 472207562100, 397132646459, 194223264562, 37437059625, 28203266576, 2757110983, 20448462, 689983085, 601072, 79260543, 52476, 644657616014, 805430790037, 220994425500, 1641824723, 8977722586, 275649609, 127429352, 45606415, 21238398, 7601261, 37504, 14951923, 2704490809359, 471454774310, 162019118653, 225335603028, 953963, 37562372482, 1043757127, 3088928877712, 916597758711, 250466429726, 1231368565, 76052965932, 348887867, 179384698, 54727665, 26477156, 9121471, 950376, 16923186, 2520509871761, 789792831, 29726683885, 2667511123794, 4957845449, 925419232, 95373110535, 31709482238, 15620271469, 5097416, 2725909, 303227, 587386909459, 1405695202602, 200922612545, 138251292568, 80583410991, 45359429894, 222665917, 109991700, 96578123, 9389769, 12407898, 2943881, 1378984, 327447, 2374744817108, 237915413611, 651415059858, 73384732601, 56826279328, 28971364095, 6905992118, 348820849, 2583370140, 62127551, 194441560, 13760023, 6299145, 1526162, 701704, 19294, 3747570976533, 420268476716, 527741419459, 233010328410, 85267274513, 45209197576, 4327138095, 1098261038, 1078751725, 185256948, 120417119, 3418856, 126383, 27782, 9589, 1356543122134, 215687468781, 394671741044, 284232842731, 88637555778, 40624965641, 11315221288, 3379243719, 385983998, 567835177, 313997724, 10442781, 387618, 33786, 11591]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r := Explode([G.1, G.2, G.3, G.5, G.7, G.9, G.11, G.13, G.14, G.15, G.16, G.17, G.18, G.19, G.20, G.21, G.22, G.23]); AssignNames(~G, ["a", "b", "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(262620793487240176598782522758259678986460783538995626849160498957319503802542411660145124504501260395637003409329635719511222894445669247365033680444146029041318042163267783648515172532373786255822279347360237237673767398475381741478935898506492165604240574506005060264891977789810289929142280837681992520890390467782112085563681782821458632149492469265841201075163119543105885026077549463180036010596274726075966012496044108962347222982336503481702932446736287611883464234212719936068603974075834741907241047035355578233484773117791867421818302591258799230442574859606971021392256102594277528197841761346630347071423018968871414478633412443969458770975007740050886795398381595450542139807600403752236611478562170620483943558995645549786851300130474042852636808493992762300128967711979522901954963903609671714302091972278476656462909718982951261718008520844617628290270798171336618038813620297348665065257389049807018344505322214127105405005686602308143997430210506736772294338157186133699331846425208574289258555357021825195109205080785166852675271258466895500835252677525738480448408934847205802601529482968458728498743197012087456058549279847922375579873240661105712990502357478156648594003352376712599979235530683711917295818219857579738614744595287537668588065800791297967261610223961965352614591195143567050340133941538691612275570109131805330987002896206843509158431407801854662572116050411403823843367064731386532044072963405502381701647376796692596500071443169111276381787894389712968914335348900690663506326487426035317025343021757247968251263455219259257527368690598665363244655952624104495635388647407773855854747467432299551761249930557771706881481410045142847941209100327821320490284301686660444280702928646651931378495616810604542813747365504434926352384985754403693292745224243598759096725856380789181638463314580829777949249736898189716839046629545670476700703174286384016502166154694770643476204348399568034738100292800724850186731251185225506026153688102234436401521735938047,8264970432); a := G.1; b := G.2; c := G.3; d := G.5; e := G.7; f := G.9; g := G.11; h := G.13; i := G.14; j := G.15; k := G.16; l := G.17; m := G.18; n := G.19; o := G.20; p := G.21; q := G.22; r := 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(262620793487240176598782522758259678986460783538995626849160498957319503802542411660145124504501260395637003409329635719511222894445669247365033680444146029041318042163267783648515172532373786255822279347360237237673767398475381741478935898506492165604240574506005060264891977789810289929142280837681992520890390467782112085563681782821458632149492469265841201075163119543105885026077549463180036010596274726075966012496044108962347222982336503481702932446736287611883464234212719936068603974075834741907241047035355578233484773117791867421818302591258799230442574859606971021392256102594277528197841761346630347071423018968871414478633412443969458770975007740050886795398381595450542139807600403752236611478562170620483943558995645549786851300130474042852636808493992762300128967711979522901954963903609671714302091972278476656462909718982951261718008520844617628290270798171336618038813620297348665065257389049807018344505322214127105405005686602308143997430210506736772294338157186133699331846425208574289258555357021825195109205080785166852675271258466895500835252677525738480448408934847205802601529482968458728498743197012087456058549279847922375579873240661105712990502357478156648594003352376712599979235530683711917295818219857579738614744595287537668588065800791297967261610223961965352614591195143567050340133941538691612275570109131805330987002896206843509158431407801854662572116050411403823843367064731386532044072963405502381701647376796692596500071443169111276381787894389712968914335348900690663506326487426035317025343021757247968251263455219259257527368690598665363244655952624104495635388647407773855854747467432299551761249930557771706881481410045142847941209100327821320490284301686660444280702928646651931378495616810604542813747365504434926352384985754403693292745224243598759096725856380789181638463314580829777949249736898189716839046629545670476700703174286384016502166154694770643476204348399568034738100292800724850186731251185225506026153688102234436401521735938047,8264970432)'); a = G.1; b = G.2; c = G.3; d = G.5; e = G.7; f = G.9; g = G.11; h = G.13; i = G.14; j = G.15; k = G.16; l = G.17; m = G.18; n = G.19; o = G.20; p = G.21; q = G.22; r = 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(262620793487240176598782522758259678986460783538995626849160498957319503802542411660145124504501260395637003409329635719511222894445669247365033680444146029041318042163267783648515172532373786255822279347360237237673767398475381741478935898506492165604240574506005060264891977789810289929142280837681992520890390467782112085563681782821458632149492469265841201075163119543105885026077549463180036010596274726075966012496044108962347222982336503481702932446736287611883464234212719936068603974075834741907241047035355578233484773117791867421818302591258799230442574859606971021392256102594277528197841761346630347071423018968871414478633412443969458770975007740050886795398381595450542139807600403752236611478562170620483943558995645549786851300130474042852636808493992762300128967711979522901954963903609671714302091972278476656462909718982951261718008520844617628290270798171336618038813620297348665065257389049807018344505322214127105405005686602308143997430210506736772294338157186133699331846425208574289258555357021825195109205080785166852675271258466895500835252677525738480448408934847205802601529482968458728498743197012087456058549279847922375579873240661105712990502357478156648594003352376712599979235530683711917295818219857579738614744595287537668588065800791297967261610223961965352614591195143567050340133941538691612275570109131805330987002896206843509158431407801854662572116050411403823843367064731386532044072963405502381701647376796692596500071443169111276381787894389712968914335348900690663506326487426035317025343021757247968251263455219259257527368690598665363244655952624104495635388647407773855854747467432299551761249930557771706881481410045142847941209100327821320490284301686660444280702928646651931378495616810604542813747365504434926352384985754403693292745224243598759096725856380789181638463314580829777949249736898189716839046629545670476700703174286384016502166154694770643476204348399568034738100292800724850186731251185225506026153688102234436401521735938047,8264970432)'); a = G.1; b = G.2; c = G.3; d = G.5; e = G.7; f = G.9; g = G.11; h = G.13; i = G.14; j = G.15; k = G.16; l = G.17; m = G.18; n = G.19; o = G.20; p = G.21; q = G.22; r = G.23;
 
Permutation group:Degree $36$ $\langle(1,22,20,17,2,23,19,16,3,24,21,18)(4,13,35,9,29,25,10,32,5,14,34,8,28,26,11,31,6,15,36,7,30,27,12,33) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,22,20,17,2,23,19,16,3,24,21,18)(4,13,35,9,29,25,10,32,5,14,34,8,28,26,11,31,6,15,36,7,30,27,12,33), (1,26,3,25,2,27)(4,7,29,33,16,19,6,8,30,31,18,21,5,9,28,32,17,20)(10,35,22)(11,36,24,12,34,23)(13,14), (1,23,2,24,3,22)(4,29,18,5,30,16)(6,28,17)(7,33,19,8,32,21)(9,31,20)(10,15,35,26,11,13,34,27,12,14,36,25) >;
 
Copy content gap:G := Group( (1,22,20,17,2,23,19,16,3,24,21,18)(4,13,35,9,29,25,10,32,5,14,34,8,28,26,11,31,6,15,36,7,30,27,12,33), (1,26,3,25,2,27)(4,7,29,33,16,19,6,8,30,31,18,21,5,9,28,32,17,20)(10,35,22)(11,36,24,12,34,23)(13,14), (1,23,2,24,3,22)(4,29,18,5,30,16)(6,28,17)(7,33,19,8,32,21)(9,31,20)(10,15,35,26,11,13,34,27,12,14,36,25) );
 
Copy content sage:G = PermutationGroup(['(1,22,20,17,2,23,19,16,3,24,21,18)(4,13,35,9,29,25,10,32,5,14,34,8,28,26,11,31,6,15,36,7,30,27,12,33)', '(1,26,3,25,2,27)(4,7,29,33,16,19,6,8,30,31,18,21,5,9,28,32,17,20)(10,35,22)(11,36,24,12,34,23)(13,14)', '(1,23,2,24,3,22)(4,29,18,5,30,16)(6,28,17)(7,33,19,8,32,21)(9,31,20)(10,15,35,26,11,13,34,27,12,14,36,25)'])
 
Copy content sage_gap:G = gap.new('Group( (1,22,20,17,2,23,19,16,3,24,21,18)(4,13,35,9,29,25,10,32,5,14,34,8,28,26,11,31,6,15,36,7,30,27,12,33), (1,26,3,25,2,27)(4,7,29,33,16,19,6,8,30,31,18,21,5,9,28,32,17,20)(10,35,22)(11,36,24,12,34,23)(13,14), (1,23,2,24,3,22)(4,29,18,5,30,16)(6,28,17)(7,33,19,8,32,21)(9,31,20)(10,15,35,26,11,13,34,27,12,14,36,25) )')
 
Copy content oscar:G = @permutation_group(36, (1,22,20,17,2,23,19,16,3,24,21,18)(4,13,35,9,29,25,10,32,5,14,34,8,28,26,11,31,6,15,36,7,30,27,12,33), (1,26,3,25,2,27)(4,7,29,33,16,19,6,8,30,31,18,21,5,9,28,32,17,20)(10,35,22)(11,36,24,12,34,23)(13,14), (1,23,2,24,3,22)(4,29,18,5,30,16)(6,28,17)(7,33,19,8,32,21)(9,31,20)(10,15,35,26,11,13,34,27,12,14,36,25))
 
Transitive group: 36T107036 more information
Copy content magma:G := TransitiveGroup(36, 107036);
 
Copy content gap:G := TransitiveGroup(36, 107036);
 
Copy content sage:G = TransitiveGroup(36, 107036)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 107036)
 
Copy content oscar:G = transitive_group(36, 107036)
 
Direct product: not computed
Semidirect product: not computed
Trans. wreath product: not isomorphic to a non-trivial transitive wreath product
Possibly split product: $(C_3^8.C_3^8:Q_8)$ . $S_4$ (2) $C_3^9$ . $(C_3^7.Q_8:S_4)$ $C_3^8$ . $(C_3^8.Q_8:S_4)$ $C_3^{12}$ . $(C_3^4:Q_8:S_4)$ all 26

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

Homology

Abelianization: $C_{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} \times C_{6}$
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 (25 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_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)
 
3-Sylow subgroup: $P_{ 3 } \simeq$ $C_3^9.C_3^5.C_3^3$

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 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 $5643 \times 5643$ character table is not available for this group.

Rational character table

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