Properties

Label 459165024.cb
Order \( 2^{5} \cdot 3^{15} \)
Exponent \( 2^{2} \cdot 3^{2} \)
Nilpotent no
Solvable yes
$\card{G^{\mathrm{ab}}}$ \( 2^{4} \)
$\card{Z(G)}$ 3
$\card{\Aut(G)}$ \( 2^{8} \cdot 3^{19} \)
$\card{\mathrm{Out}(G)}$ \( 2^{3} \cdot 3^{5} \)
Perm deg. $36$
Trans deg. $36$
Rank $4$

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

Group information

Description:$C_3^8.(C_3^4:C_6.D_6^2)$
Order: \(459165024\)\(\medspace = 2^{5} \cdot 3^{15} \)
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: \(36\)\(\medspace = 2^{2} \cdot 3^{2} \)
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 5, $C_3$ x 15
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:$4$
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
Elements 1 85779 1436858 6377292 110985390 12912048 165809592 161558064 459165024
Conjugacy classes   1 10 1265 6 5663 1187 84 1995 10211
Divisions 1 10 693 6 2974 616 54 1014 5368
Autjugacy classes 1 3 72 1 156 36 5 36 310

Minimal presentations

Permutation degree:$36$
Transitive degree:$36$
Rank: $4$
Inequivalent generating quadruples: 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 \mid d^{6}=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([20, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3508728960, 11009621201, 101, 10725398402, 2412325842, 25134663363, 6229554743, 6398974363, 223, 41578622404, 19889368824, 5739531044, 1669118484, 49503997445, 18580151545, 10515305565, 3651515345, 304953565, 345, 9092832006, 4676454746, 7722817246, 3007218546, 1026074366, 12762835207, 16006705947, 12317512367, 321759427, 1404930327, 910130987, 467, 78123139208, 13255125148, 3439985808, 51908, 2015630008, 266118588, 53922931209, 14685408029, 20040912049, 490032069, 3116152889, 717350509, 175252949, 59778769, 23692901770, 18098277150, 18783420530, 1839261670, 2125878570, 708650030, 521749930, 136651830, 79281815051, 34016060191, 2111132211, 8833259591, 54812251, 1005791151, 511254851, 72122551, 118104651, 23913551, 12364771, 58077302412, 15976621472, 28138294132, 6666585192, 3218557772, 548439952, 713068332, 36084512, 32053492, 37978392, 190552, 80213898253, 10146366753, 23082857333, 4976233993, 3452823453, 1283153873, 346011253, 174051513, 27919273, 2595833, 1702093, 51909206414, 40169520034, 2384899254, 3582878474, 3773865694, 66452514, 492496334, 93232954, 66703674, 29743394, 15479314, 227034, 1552754, 110074, 16285777935, 20780098595, 30734415415, 6571422795, 931760735, 1170881395, 395084295, 214686875, 158164015, 34214595, 423595, 118335, 137555, 18535, 66325720336, 55055177316, 3131187896, 4203362956, 4107511536, 179414036, 494214616, 84348036, 70888136, 36848716, 17019936, 330716, 1949476, 160416, 4396, 157363223057, 73466403877, 59664936978, 62598804518, 15672519418, 7771553358, 7184202578, 2327186998, 645012138, 268711838, 188927818, 22069478, 1498198, 2397678, 166718, 41338, 13998, 4898, 9119692819, 45985017639, 26105241659, 13202208079, 5907700899, 528710519, 35157739, 117811359, 190414979, 21675819, 3121439, 2574259, 347079, 119099, 39919, 13539]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p := Explode([G.1, G.2, G.4, G.6, G.8, G.10, G.11, G.12, G.13, G.14, G.15, G.16, G.17, G.18, G.19, G.20]); AssignNames(~G, ["a", "b", "b2", "c", "c2", "d", "d2", "e", "e2", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p"]);
 
Copy content gap:G := PcGroupCode(2692073848665045201056698923266659414725843903767434783929045292715110616001625861401560656008498829846557100384928714148111234230805821586055894800711011073690356781325459861400386685050724120537019441317370389618631605022419384967315486867724805510210868303944831106446007624710600746876254383220650564018720236074266194886629590611362296577687562307637134999117168254825768496196208920524073921861720556430980741620698299612965392292618119193499197651034793886794160844661447774167352056369955433717983931787721971579038265329689410450917181110803422956661255808485323297618814851463233860364909688683604754023961553014853635607507591090719328441018833004033822978596380077861858172268964764259646361602066475904645540944672068196184466285626652274122963630558628067666321859351876456231273687546302929956678949100360705489660972352319184356571513451834277466120920723673693099692068505392659392034707369406227147391339845928748990209526312405974533366179007507673011732446523570474522505119519613034879629185893203187134582420372639111299370384934970296678596391884186130109249815902945634262715326935131194238644945173426051836403499639679445521382747793664207460795376415534223894368143320671152854226551690359723290937696419345203088874312348277850592857790822855312801835180058717779239068042293451459271817041243264533335562806503544129617468760597747230480065840112423862268199934770023160750538579940711690500730303990239815819486027365749002335883649340354506751,459165024); a := G.1; b := G.2; c := G.4; d := G.6; e := G.8; f := G.10; g := G.11; h := G.12; i := G.13; j := G.14; k := G.15; l := G.16; m := G.17; n := G.18; o := G.19; p := G.20;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(2692073848665045201056698923266659414725843903767434783929045292715110616001625861401560656008498829846557100384928714148111234230805821586055894800711011073690356781325459861400386685050724120537019441317370389618631605022419384967315486867724805510210868303944831106446007624710600746876254383220650564018720236074266194886629590611362296577687562307637134999117168254825768496196208920524073921861720556430980741620698299612965392292618119193499197651034793886794160844661447774167352056369955433717983931787721971579038265329689410450917181110803422956661255808485323297618814851463233860364909688683604754023961553014853635607507591090719328441018833004033822978596380077861858172268964764259646361602066475904645540944672068196184466285626652274122963630558628067666321859351876456231273687546302929956678949100360705489660972352319184356571513451834277466120920723673693099692068505392659392034707369406227147391339845928748990209526312405974533366179007507673011732446523570474522505119519613034879629185893203187134582420372639111299370384934970296678596391884186130109249815902945634262715326935131194238644945173426051836403499639679445521382747793664207460795376415534223894368143320671152854226551690359723290937696419345203088874312348277850592857790822855312801835180058717779239068042293451459271817041243264533335562806503544129617468760597747230480065840112423862268199934770023160750538579940711690500730303990239815819486027365749002335883649340354506751,459165024)'); a = G.1; b = G.2; c = G.4; d = G.6; e = G.8; f = G.10; g = G.11; h = G.12; i = G.13; j = G.14; k = G.15; l = G.16; m = G.17; n = G.18; o = G.19; p = G.20;
 
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(2692073848665045201056698923266659414725843903767434783929045292715110616001625861401560656008498829846557100384928714148111234230805821586055894800711011073690356781325459861400386685050724120537019441317370389618631605022419384967315486867724805510210868303944831106446007624710600746876254383220650564018720236074266194886629590611362296577687562307637134999117168254825768496196208920524073921861720556430980741620698299612965392292618119193499197651034793886794160844661447774167352056369955433717983931787721971579038265329689410450917181110803422956661255808485323297618814851463233860364909688683604754023961553014853635607507591090719328441018833004033822978596380077861858172268964764259646361602066475904645540944672068196184466285626652274122963630558628067666321859351876456231273687546302929956678949100360705489660972352319184356571513451834277466120920723673693099692068505392659392034707369406227147391339845928748990209526312405974533366179007507673011732446523570474522505119519613034879629185893203187134582420372639111299370384934970296678596391884186130109249815902945634262715326935131194238644945173426051836403499639679445521382747793664207460795376415534223894368143320671152854226551690359723290937696419345203088874312348277850592857790822855312801835180058717779239068042293451459271817041243264533335562806503544129617468760597747230480065840112423862268199934770023160750538579940711690500730303990239815819486027365749002335883649340354506751,459165024)'); a = G.1; b = G.2; c = G.4; d = G.6; e = G.8; f = G.10; g = G.11; h = G.12; i = G.13; j = G.14; k = G.15; l = G.16; m = G.17; n = G.18; o = G.19; p = G.20;
 
Permutation group:Degree $36$ $\langle(1,29,15,18)(2,28,14,17)(3,30,13,16)(4,26,6,25,5,27)(7,11,32,22,9,12,31,23,8,10,33,24) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,29,15,18)(2,28,14,17)(3,30,13,16)(4,26,6,25,5,27)(7,11,32,22,9,12,31,23,8,10,33,24)(19,35,21,36,20,34), (1,7,14,31,2,8,13,32,3,9,15,33)(4,11,30,34)(5,10,29,36)(6,12,28,35)(16,22,17,23,18,24)(19,25)(20,26)(21,27), (1,15,3,13,2,14)(4,30,5,29,6,28)(7,9,8)(10,12,11)(16,18,17)(31,32,33)(34,36,35), (1,19,3,21,2,20)(4,10,16,23)(5,12,18,22)(6,11,17,24)(7,15,33,26,8,14,31,27,9,13,32,25)(28,35)(29,36)(30,34) >;
 
Copy content gap:G := Group( (1,29,15,18)(2,28,14,17)(3,30,13,16)(4,26,6,25,5,27)(7,11,32,22,9,12,31,23,8,10,33,24)(19,35,21,36,20,34), (1,7,14,31,2,8,13,32,3,9,15,33)(4,11,30,34)(5,10,29,36)(6,12,28,35)(16,22,17,23,18,24)(19,25)(20,26)(21,27), (1,15,3,13,2,14)(4,30,5,29,6,28)(7,9,8)(10,12,11)(16,18,17)(31,32,33)(34,36,35), (1,19,3,21,2,20)(4,10,16,23)(5,12,18,22)(6,11,17,24)(7,15,33,26,8,14,31,27,9,13,32,25)(28,35)(29,36)(30,34) );
 
Copy content sage:G = PermutationGroup(['(1,29,15,18)(2,28,14,17)(3,30,13,16)(4,26,6,25,5,27)(7,11,32,22,9,12,31,23,8,10,33,24)(19,35,21,36,20,34)', '(1,7,14,31,2,8,13,32,3,9,15,33)(4,11,30,34)(5,10,29,36)(6,12,28,35)(16,22,17,23,18,24)(19,25)(20,26)(21,27)', '(1,15,3,13,2,14)(4,30,5,29,6,28)(7,9,8)(10,12,11)(16,18,17)(31,32,33)(34,36,35)', '(1,19,3,21,2,20)(4,10,16,23)(5,12,18,22)(6,11,17,24)(7,15,33,26,8,14,31,27,9,13,32,25)(28,35)(29,36)(30,34)'])
 
Copy content sage_gap:G = gap.new('Group( (1,29,15,18)(2,28,14,17)(3,30,13,16)(4,26,6,25,5,27)(7,11,32,22,9,12,31,23,8,10,33,24)(19,35,21,36,20,34), (1,7,14,31,2,8,13,32,3,9,15,33)(4,11,30,34)(5,10,29,36)(6,12,28,35)(16,22,17,23,18,24)(19,25)(20,26)(21,27), (1,15,3,13,2,14)(4,30,5,29,6,28)(7,9,8)(10,12,11)(16,18,17)(31,32,33)(34,36,35), (1,19,3,21,2,20)(4,10,16,23)(5,12,18,22)(6,11,17,24)(7,15,33,26,8,14,31,27,9,13,32,25)(28,35)(29,36)(30,34) )')
 
Copy content oscar:G = @permutation_group(36, (1,29,15,18)(2,28,14,17)(3,30,13,16)(4,26,6,25,5,27)(7,11,32,22,9,12,31,23,8,10,33,24)(19,35,21,36,20,34), (1,7,14,31,2,8,13,32,3,9,15,33)(4,11,30,34)(5,10,29,36)(6,12,28,35)(16,22,17,23,18,24)(19,25)(20,26)(21,27), (1,15,3,13,2,14)(4,30,5,29,6,28)(7,9,8)(10,12,11)(16,18,17)(31,32,33)(34,36,35), (1,19,3,21,2,20)(4,10,16,23)(5,12,18,22)(6,11,17,24)(7,15,33,26,8,14,31,27,9,13,32,25)(28,35)(29,36)(30,34))
 
Transitive group: 36T88079 more information
Copy content magma:G := TransitiveGroup(36, 88079);
 
Copy content gap:G := TransitiveGroup(36, 88079);
 
Copy content sage:G = TransitiveGroup(36, 88079)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 88079)
 
Copy content oscar:G = transitive_group(36, 88079)
 
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^{10}$ . $(C_3:S_3^3:D_6)$ (3) $C_3^9$ . $(C_3:S_3^3:S_3^2)$ (3) $(C_3^9.C_3^5)$ . $(D_4:D_6)$ (3) $(C_3^8.C_3^7:D_4)$ . $C_2^2$ (6) all 31

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

Homology

Abelianization: $C_{2}^{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}^{5}$
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 167 normal subgroups (13 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_3$
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 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^{11}.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 10 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 $10211 \times 10211$ character table is not available for this group.

Rational character table

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