Properties

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

Related objects

Downloads

Learn more

Show commands: Gap / Magma / Oscar / SageMath

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

Group information

Description:$C_2^{16}.C_3^4.C_4:D_4.C_2^3$
Order: \(1358954496\)\(\medspace = 2^{24} \cdot 3^{4} \)
Copy content comment:Order of the group
 
Copy content magma:Order(G);
 
Copy content gap:Order(G);
 
Copy content sage:G.order()
 
Copy content sage_gap:G.Order()
 
Copy content oscar:order(G)
 
Exponent: \(48\)\(\medspace = 2^{4} \cdot 3 \)
Copy content comment:Exponent of the group
 
Copy content magma:Exponent(G);
 
Copy content gap:Exponent(G);
 
Copy content sage:G.exponent()
 
Copy content sage_gap:G.Exponent()
 
Copy content oscar:exponent(G)
 
Automorphism group:Group of order \(10871635968\)\(\medspace = 2^{27} \cdot 3^{4} \)
Copy content comment:Automorphism group
 
Copy content gap:AutomorphismGroup(G);
 
Copy content magma:AutomorphismGroup(G);
 
Copy content sage:libgap(G).AutomorphismGroup()
 
Copy content sage_gap:G.AutomorphismGroup()
 
Copy content oscar:automorphism_group(G)
 
Composition factors:$C_2$ x 24, $C_3$ x 4
Copy content comment:Composition factors of the group
 
Copy content magma:CompositionFactors(G);
 
Copy content gap:CompositionSeries(G);
 
Copy content sage:G.composition_series()
 
Copy content sage_gap:G.CompositionSeries()
 
Copy content oscar:composition_series(G)
 
Derived length:$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 8 12 16 24
Elements 1 614911 263168 84745728 34995200 475103232 381026304 127401984 254803968 1358954496
Conjugacy classes   1 131 3 420 77 196 124 24 20 996
Divisions 1 131 3 412 77 144 120 12 16 916
Autjugacy classes 1 95 2 257 46 86 65 7 9 568

Minimal presentations

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

Minimal degrees of faithful linear representations

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

Constructions

Show commands: Gap / Magma / Oscar / SageMath


Presentation: ${\langle a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t \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([28, 2, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 56, 13289841181, 18690984818, 9508370454, 226, 37329419907, 17106046303, 311, 35611629764, 71358829952, 7846614836, 187724787269, 52384085409, 50514123133, 23691261305, 7280511621, 481, 106168216902, 43970665122, 40399197054, 6404729722, 12355116486, 566, 57363554311, 69974976547, 31780252735, 32386364507, 10661805175, 576543947, 325186061768, 126732743460, 26936372800, 18263403740, 10180991640, 9772869604, 2005213064, 1013497584, 736, 342572912649, 60905994277, 54437824065, 18132423773, 3144019321, 11012023829, 1610495217, 1163228845, 574821, 179724002314, 110745879590, 66286015554, 25942105822, 6513046970, 658915638, 1321700866, 660628790, 220749378, 1966534, 906, 364113469451, 893362215, 59001772099, 395200607, 5596674171, 7432121239, 1737082547, 190306575, 235589995, 38567, 391104802828, 236252330536, 34175300, 36212117856, 14146501948, 14011163864, 3300753636, 1479310768, 846295868, 634266624, 225244, 7964, 1076, 282352043021, 194570385449, 130507845, 48711688801, 3387005, 3838617, 412352821, 206091857, 722562861, 371766793, 19109, 115569, 39887769614, 278691882, 27982402630, 38233036898, 34836606, 3266074, 9253622, 1542478, 257334, 121282, 43190, 20538, 486131466255, 163424895019, 30163746887, 40786550883, 20428111999, 20902043, 5108189367, 1742063, 290599, 153539, 23646687, 11826235, 43903254544, 25595426348, 35257662792, 74891585764, 35035991552, 17497021404, 8740491160, 4374872420, 6383400, 210184, 343016, 180252, 57472, 30368, 537809061905, 329875338285, 3929555017, 22104182117, 2009194113, 1131314845, 502298681, 84596641, 440261, 13953033, 7285141, 2428625, 1163109, 16635580434, 22063150, 44534375498, 16547430, 2758018, 12107128478, 19450, 163118, 3546, 27514, 17538232339, 271097487407, 37693071435, 69487165543, 24870343811, 1245404319, 6216134587, 96163443, 16632299, 8003847, 28667875, 14387903, 527264059412, 79570004016, 146154710092, 53142179432, 246903684, 6104004640, 2509424252, 113164372, 86492748, 42569176, 402548, 1570344, 165649397781, 322936492081, 104882190413, 50997703785, 25965346309, 20132570465, 3409759773, 2916754057, 1087067765, 866660529, 86686285, 10733513, 32924325, 242473, 383018969110, 170292229682, 206053086030, 16075414762, 30176665478, 17443641762, 9148313854, 584654330, 251650974, 97448422, 86963486, 44409282, 35039110, 16057238, 61679149079, 298395353139, 177054087247, 101482149995, 31516563591, 17498364067, 9538228415, 721550811, 154877431, 120258707, 84115887, 46243339, 36598823, 18200835, 417312000024, 222259161652, 52559539280, 115505308908, 36425894536, 20747664164, 10138867392, 116121820, 247980848, 19360176, 75171904, 38594132, 41311560, 20141488, 540284000281, 177906613301, 48232364625, 84506962285, 3228930569, 20725758309, 908186017, 4638462413, 860631657, 1275838477, 31397489, 16301709, 12348697, 23755757, 955352143898, 475703456310, 198268777810, 111059569262, 25135500234, 21742209382, 14868672530, 1134335886, 2602448602, 253517318, 18593426, 29209962, 786319736859, 529247416375, 70067773523, 102431444079, 24395696779, 14851807655, 12485902659, 2484530719, 1654152443, 790582743, 254524339, 116099759, 3006219, 21170743]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t := Explode([G.1, G.3, G.6, G.9, G.11, G.13, G.15, G.16, G.17, G.18, G.19, G.20, G.21, G.22, G.23, G.24, G.25, G.26, G.27, G.28]); AssignNames(~G, ["a", "a2", "b", "b2", "b4", "c", "c2", "c4", "d", "d2", "e", "e2", "f", "f2", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t"]);
 
Copy content gap:G := PcGroupCode(489290536106049333121806530627747006608040076816272571909328343546198187056224797136954996121144046399578754608963026210365052168624090623133907257775511249056647949556048008099431096828867963300780665572697328097938488268549839005016988342710697903861827595329417204782538182237660842078851952025607127253563971413067062274861152873035963344792491476338376937416045565575989976350189817277757413815250926107621839822852891462678090156752915676240596193092773717385853579571391064267815486747948459444757451486750885763432270078407184718134198994628735040645215833960208338872065776989613368382041757288297657623131895673045288690049672149283844485879274105211332564478200947392135947552090288182271922944374751850063654493868083149414153671586622693946333951916918908249910660458641530721091914759036665535779221416648879134593876430141087626003472160779927920709666862065124305914808383734479972293718580544647208459248646186768105576395798084984605594043844792568675799381655564897596760139098786052715883663740770661413013430344052042538317252828156937484245406109047205035335974300199945143789083291223928995201456103875213928833558653229889212434586362488467321555700336414876881451614455086664687369121792795559058931585318186211026423936661102615718931167475400619931964762865838438453632874636839775417422998154883294478579880826351108426270877169373907695224109519164056658745902393704581979486915519169743417921473922756500695613622977332333840782995821352196288538624884097779383019145003852396194636597032747399738361919399711080205207115792358782063280264060638683058452258561525038607911336729559342284398610015424422766655950260856529075051540759827619322732804140226920947689374575938843697706340589340997649154236064539140105713204850249930465908696786213942377919677474055671008706108813945848927781354740153527562741071837269617883424692241572445666428946419571045290089447998005489247321578038832269683053421551324782688360616862471508779098146041386520485610394484629730766358632432916724166269545051288132694356364541774950930725446554475534499586916865688557665477522763910990359027605484637455872413584328868644265104400450482828505767412369541279357971352532037912078308385656273469515221803328578601055543815803956871883431252984966665441049641802287938199760651433239479471952694747143020128424091090149114336394303143219279481723001282075648891204200748245191598352564081625087660037808440093535338082042193960538008938852323128673315680005940948846017123974241996110098902475083694921549808232687736282658360832067897559013390264763026151601924865861520667666729875721983280655323786736080220667904,1358954496); a := G.1; b := G.3; c := G.6; d := G.9; e := G.11; f := G.13; g := G.15; h := G.16; i := G.17; j := G.18; k := G.19; l := G.20; m := G.21; n := G.22; o := G.23; p := G.24; q := G.25; r := G.26; s := G.27; t := G.28;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(489290536106049333121806530627747006608040076816272571909328343546198187056224797136954996121144046399578754608963026210365052168624090623133907257775511249056647949556048008099431096828867963300780665572697328097938488268549839005016988342710697903861827595329417204782538182237660842078851952025607127253563971413067062274861152873035963344792491476338376937416045565575989976350189817277757413815250926107621839822852891462678090156752915676240596193092773717385853579571391064267815486747948459444757451486750885763432270078407184718134198994628735040645215833960208338872065776989613368382041757288297657623131895673045288690049672149283844485879274105211332564478200947392135947552090288182271922944374751850063654493868083149414153671586622693946333951916918908249910660458641530721091914759036665535779221416648879134593876430141087626003472160779927920709666862065124305914808383734479972293718580544647208459248646186768105576395798084984605594043844792568675799381655564897596760139098786052715883663740770661413013430344052042538317252828156937484245406109047205035335974300199945143789083291223928995201456103875213928833558653229889212434586362488467321555700336414876881451614455086664687369121792795559058931585318186211026423936661102615718931167475400619931964762865838438453632874636839775417422998154883294478579880826351108426270877169373907695224109519164056658745902393704581979486915519169743417921473922756500695613622977332333840782995821352196288538624884097779383019145003852396194636597032747399738361919399711080205207115792358782063280264060638683058452258561525038607911336729559342284398610015424422766655950260856529075051540759827619322732804140226920947689374575938843697706340589340997649154236064539140105713204850249930465908696786213942377919677474055671008706108813945848927781354740153527562741071837269617883424692241572445666428946419571045290089447998005489247321578038832269683053421551324782688360616862471508779098146041386520485610394484629730766358632432916724166269545051288132694356364541774950930725446554475534499586916865688557665477522763910990359027605484637455872413584328868644265104400450482828505767412369541279357971352532037912078308385656273469515221803328578601055543815803956871883431252984966665441049641802287938199760651433239479471952694747143020128424091090149114336394303143219279481723001282075648891204200748245191598352564081625087660037808440093535338082042193960538008938852323128673315680005940948846017123974241996110098902475083694921549808232687736282658360832067897559013390264763026151601924865861520667666729875721983280655323786736080220667904,1358954496)'); a = G.1; b = G.3; c = G.6; d = G.9; e = G.11; f = G.13; g = G.15; h = G.16; i = G.17; j = G.18; k = G.19; l = G.20; m = G.21; n = G.22; o = G.23; p = G.24; q = G.25; r = G.26; s = G.27; t = G.28;
 
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(489290536106049333121806530627747006608040076816272571909328343546198187056224797136954996121144046399578754608963026210365052168624090623133907257775511249056647949556048008099431096828867963300780665572697328097938488268549839005016988342710697903861827595329417204782538182237660842078851952025607127253563971413067062274861152873035963344792491476338376937416045565575989976350189817277757413815250926107621839822852891462678090156752915676240596193092773717385853579571391064267815486747948459444757451486750885763432270078407184718134198994628735040645215833960208338872065776989613368382041757288297657623131895673045288690049672149283844485879274105211332564478200947392135947552090288182271922944374751850063654493868083149414153671586622693946333951916918908249910660458641530721091914759036665535779221416648879134593876430141087626003472160779927920709666862065124305914808383734479972293718580544647208459248646186768105576395798084984605594043844792568675799381655564897596760139098786052715883663740770661413013430344052042538317252828156937484245406109047205035335974300199945143789083291223928995201456103875213928833558653229889212434586362488467321555700336414876881451614455086664687369121792795559058931585318186211026423936661102615718931167475400619931964762865838438453632874636839775417422998154883294478579880826351108426270877169373907695224109519164056658745902393704581979486915519169743417921473922756500695613622977332333840782995821352196288538624884097779383019145003852396194636597032747399738361919399711080205207115792358782063280264060638683058452258561525038607911336729559342284398610015424422766655950260856529075051540759827619322732804140226920947689374575938843697706340589340997649154236064539140105713204850249930465908696786213942377919677474055671008706108813945848927781354740153527562741071837269617883424692241572445666428946419571045290089447998005489247321578038832269683053421551324782688360616862471508779098146041386520485610394484629730766358632432916724166269545051288132694356364541774950930725446554475534499586916865688557665477522763910990359027605484637455872413584328868644265104400450482828505767412369541279357971352532037912078308385656273469515221803328578601055543815803956871883431252984966665441049641802287938199760651433239479471952694747143020128424091090149114336394303143219279481723001282075648891204200748245191598352564081625087660037808440093535338082042193960538008938852323128673315680005940948846017123974241996110098902475083694921549808232687736282658360832067897559013390264763026151601924865861520667666729875721983280655323786736080220667904,1358954496)'); a = G.1; b = G.3; c = G.6; d = G.9; e = G.11; f = G.13; g = G.15; h = G.16; i = G.17; j = G.18; k = G.19; l = G.20; m = G.21; n = G.22; o = G.23; p = G.24; q = G.25; r = G.26; s = G.27; t = G.28;
 
Permutation group:Degree $36$ $\langle(1,2)(3,4)(5,14)(6,13)(7,15)(8,16)(9,11)(10,12)(17,18)(19,29)(20,30)(21,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,2)(3,4)(5,14)(6,13)(7,15)(8,16)(9,11)(10,12)(17,18)(19,29)(20,30)(21,32)(22,31)(25,26)(33,36)(34,35), (3,16,18,5,4,15,17,6)(7,12,14,9,8,11,13,10)(19,24,25,22,20,23,26,21)(27,30,35,34,28,29,36,33), (1,36,7,21,3,32,10,29,17,27,6,26)(2,35,8,22,4,31,9,30,18,28,5,25)(11,23,15,33,13,20)(12,24,16,34,14,19) >;
 
Copy content gap:G := Group( (1,2)(3,4)(5,14)(6,13)(7,15)(8,16)(9,11)(10,12)(17,18)(19,29)(20,30)(21,32)(22,31)(25,26)(33,36)(34,35), (3,16,18,5,4,15,17,6)(7,12,14,9,8,11,13,10)(19,24,25,22,20,23,26,21)(27,30,35,34,28,29,36,33), (1,36,7,21,3,32,10,29,17,27,6,26)(2,35,8,22,4,31,9,30,18,28,5,25)(11,23,15,33,13,20)(12,24,16,34,14,19) );
 
Copy content sage:G = PermutationGroup(['(1,2)(3,4)(5,14)(6,13)(7,15)(8,16)(9,11)(10,12)(17,18)(19,29)(20,30)(21,32)(22,31)(25,26)(33,36)(34,35)', '(3,16,18,5,4,15,17,6)(7,12,14,9,8,11,13,10)(19,24,25,22,20,23,26,21)(27,30,35,34,28,29,36,33)', '(1,36,7,21,3,32,10,29,17,27,6,26)(2,35,8,22,4,31,9,30,18,28,5,25)(11,23,15,33,13,20)(12,24,16,34,14,19)'])
 
Copy content sage_gap:G = gap.new('Group( (1,2)(3,4)(5,14)(6,13)(7,15)(8,16)(9,11)(10,12)(17,18)(19,29)(20,30)(21,32)(22,31)(25,26)(33,36)(34,35), (3,16,18,5,4,15,17,6)(7,12,14,9,8,11,13,10)(19,24,25,22,20,23,26,21)(27,30,35,34,28,29,36,33), (1,36,7,21,3,32,10,29,17,27,6,26)(2,35,8,22,4,31,9,30,18,28,5,25)(11,23,15,33,13,20)(12,24,16,34,14,19) )')
 
Copy content oscar:G = @permutation_group(36, (1,2)(3,4)(5,14)(6,13)(7,15)(8,16)(9,11)(10,12)(17,18)(19,29)(20,30)(21,32)(22,31)(25,26)(33,36)(34,35), (3,16,18,5,4,15,17,6)(7,12,14,9,8,11,13,10)(19,24,25,22,20,23,26,21)(27,30,35,34,28,29,36,33), (1,36,7,21,3,32,10,29,17,27,6,26)(2,35,8,22,4,31,9,30,18,28,5,25)(11,23,15,33,13,20)(12,24,16,34,14,19))
 
Transitive group: 36T94759 36T94760 36T94761 more information
Copy content magma:G := TransitiveGroup(36, 94759);
 
Copy content gap:G := TransitiveGroup(36, 94759);
 
Copy content sage:G = TransitiveGroup(36, 94759)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 94759)
 
Copy content oscar:G = transitive_group(36, 94759)
 
Copy content magma:G := TransitiveGroup(36, 94760);
 
Copy content gap:G := TransitiveGroup(36, 94760);
 
Copy content sage:G = TransitiveGroup(36, 94760)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 94760)
 
Copy content oscar:G = transitive_group(36, 94760)
 
Copy content magma:G := TransitiveGroup(36, 94761);
 
Copy content gap:G := TransitiveGroup(36, 94761);
 
Copy content sage:G = TransitiveGroup(36, 94761)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 94761)
 
Copy content oscar:G = transitive_group(36, 94761)
 
Direct product: not computed
Semidirect product: not computed
Trans. wreath product: not isomorphic to a non-trivial transitive wreath product
Possibly split product: $(C_2^{16}.C_3^4.C_4:D_4)$ . $D_4$ (4) $(C_2^{16}.C_3^4.C_4:D_4)$ . $C_2^3$ $C_2^{17}$ . $(C_3^2:(C_4\times F_9):C_4)$ $(C_2^{16}.C_3^3.D_6)$ . $(C_4^2:C_4)$ (2) all 22

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

Homology

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

Subgroups

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

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

Subgroup diagram and profile

Series

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

Supergroups

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

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

Character theory

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

Complex character table

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

Rational character table

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