Properties

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

Group information

Description:$C_2^{16}.C_3^4.C_4^2.C_2^3.C_2$
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: \(96\)\(\medspace = 2^{5} \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 32
Elements 1 614911 263168 56434176 34995200 276922368 154533888 467140608 28311552 339738624 1358954496
Conjugacy classes   1 117 2 384 72 138 114 44 12 16 900
Divisions 1 117 2 384 72 118 114 20 12 4 844
Autjugacy classes 1 92 2 203 43 81 44 16 8 2 492

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, u \mid c^{4}= \!\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, 35071498365, 7942137842, 43106805366, 24584636218, 3582163203, 43980497375, 37485300443, 311, 73052125444, 73821960832, 7624844140, 114660676037, 55183954593, 26897841661, 4749489785, 6995675013, 481, 234798143558, 75696699042, 32537659006, 29648623738, 5944994502, 566, 217894699015, 92321417251, 50933270591, 19661738075, 1181057143, 6284811464, 143858873124, 47873347264, 21060559388, 16874385816, 1535584324, 2417916488, 2406997608, 736, 259859496969, 12500508197, 75325241665, 31086025693, 4376359801, 8302701269, 1512336177, 776655805, 189846981, 166028380682, 8177799206, 66248050242, 13070534494, 16579221242, 10984571286, 1708694242, 2661275438, 552319386, 276158914, 906, 86027, 162622881831, 791949379, 22640615519, 5538710167, 48563, 2403307, 412741991, 160380752908, 165772938280, 56999045444, 48751597536, 17899382716, 3129104312, 712294308, 3476812456, 650607284, 206591376, 147645244, 41659028, 1076, 238038707213, 8206184489, 52332263493, 2709601, 504024345, 5724335413, 989279661, 56713, 89856101, 45259857, 327131965454, 236557117482, 99057530950, 12382191514, 3435203702, 572443438, 15901550, 7952238, 390595903503, 35022274603, 106009731143, 1321850979, 30962857087, 12219476123, 7740956343, 3060384979, 1305118319, 150333387, 181795111, 109533635, 30302175, 15709051, 379040643088, 20689869356, 16182415944, 25233925348, 18076286720, 16023873756, 6210600664, 505700708, 943285632, 360139012, 193260104, 116328060, 32210320, 19388336, 440615282705, 283847639085, 4567062601, 130636957, 8938823225, 1489695217, 212847561, 106487461, 41407985, 20692101, 252313657362, 165342740014, 119201435210, 27711718374, 20147750914, 17848361822, 1947413850, 569331718, 685622690, 401359158, 224978842, 108687926, 76962, 21816106, 467784253459, 315200471087, 156915118155, 66044160103, 16511040159, 9807195067, 759508083, 229320299, 114327687, 21097795, 10547423, 763194120212, 303553184304, 96828867148, 30805536488, 22512422148, 17023390432, 7552276892, 598779432, 1920932740, 440559272, 288075612, 120350992, 1693796, 23899056, 321633607701, 298194462769, 156474920525, 28098233961, 15829539425, 3891954717, 1162809865, 360582005, 1080880689, 305851693, 4080713, 49545237, 24667489, 709417046038, 11818275890, 158472841038, 28921390954, 16744365954, 13410808174, 1162248914, 2269482006, 1121108962, 309483518, 75893154, 25556854, 11897642, 614910320663, 75513876531, 143491461199, 105931349099, 56788688007, 25895697571, 6452151743, 3924329691, 2104631671, 418116659, 169029807, 82664395, 27700199, 13963203, 252249984024, 270403660852, 90365587280, 58184784108, 19608220936, 14878231364, 5647849392, 2405932420, 56473448, 1165380576, 260643904, 135399932, 53210160, 2167588, 156941051929, 426381097013, 69282210897, 84291847021, 43527190025, 4118325285, 2906414977, 7256602301, 541811337, 1209394645, 54722609, 32131341, 68757049, 4490693, 22014913562, 7809467958, 129104430418, 57419445998, 29604911754, 26955760774, 8069027090, 90180438, 339002746, 263362706, 62896482, 209155294, 10483058, 34859550, 1037490757659, 112075923511, 73214862419, 53713884783, 22962199847, 8378040579, 5918869375, 1466011259, 408768499, 49533455, 14992011, 20359303]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u := Explode([G.1, G.3, G.4, 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", "c", "c2", "d", "d2", "d4", "e", "e2", "f", "f2", "g", "g2", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u"]);
 
Copy content gap:G := PcGroupCode(6005901350670495910411023065775696676316983076395392114521993860180739538512439184610903677749607887809377106579427127624822814824301933603677356729547950371989031387007304435962421305540901445798815699869823907705910107163076266049220609484229113947475905001027456688616335556529899562933001868359153831947414960514700951251513321659756507143601106364947972454397978134002753280627621785209334291946996424601738215140353076099593328771541744709266679664484359596578800989354450421652639564336532100126826540785437055865466460492504092235893701512428667373328031773517153091951520493984649937698328643282815162557080554539431355846677321608752464896308085044871851848334356384922291062871835624397677732469341042799260316093792219905535178045105343985174873176061539801270256985991658193304733220508752197535160525743973892889612915373299424062697878440132157781543471913451110241200008450652681638130332899717010719088062548139124204656928192619356906405880979715286741216629126429422869424797040789189909391299452156027574599868503451864495860708717622719854811832192055382362655850234348239881362591871761083375167943914408824178761008101715298562583953094080286034348495922917409703439109082843545349616375651801251959708404430859395011949515063331532679895762838518354313201421675134928449811665010811324176050171366192111626969156845644363586636660057808454431881915091217759638165873090762076633104949515419142611201252006740729475269959558076365150348754572918602777623409948742966932343117106904467770204517985159668635967634148245555308394251424545432532452184207543137822827883215583719167428442725044359737464428297669595900688591037162412380517399429272878163386293608048174175253016749291881113916038440454541176568996070578162265708811662603010416641356858746218513747064844353974999829461499582594818283327671037160219218469897017437014925617382213412369990244745854890580450214580780466054639799055870363934963592657846630734587032177783481354203630421930646136068078682377692833681735969333365468377330545978425081160151996447279256155208148477777107445953929307028960430186357538461964395587545110333367935702685996284334448531124944633157248678756285475080779989676510959077397886691523616748413831148679028057257740617849525675967829287926006502490122948826366137200706573483704345490402351430809831770714498040127251094996759128865746997454167743714439964027666461620171259074716360732163105435618090573055630496595781462228297086785971925489726090018519614925174275896077704304543120916092751953227009780008352155084523572218411689246982518603071488,1358954496); a := G.1; b := G.3; c := G.4; d := G.6; e := G.9; f := G.11; g := G.13; h := G.15; i := G.16; j := G.17; k := G.18; l := G.19; m := G.20; n := G.21; o := G.22; p := G.23; q := G.24; r := G.25; s := G.26; t := G.27; u := 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(6005901350670495910411023065775696676316983076395392114521993860180739538512439184610903677749607887809377106579427127624822814824301933603677356729547950371989031387007304435962421305540901445798815699869823907705910107163076266049220609484229113947475905001027456688616335556529899562933001868359153831947414960514700951251513321659756507143601106364947972454397978134002753280627621785209334291946996424601738215140353076099593328771541744709266679664484359596578800989354450421652639564336532100126826540785437055865466460492504092235893701512428667373328031773517153091951520493984649937698328643282815162557080554539431355846677321608752464896308085044871851848334356384922291062871835624397677732469341042799260316093792219905535178045105343985174873176061539801270256985991658193304733220508752197535160525743973892889612915373299424062697878440132157781543471913451110241200008450652681638130332899717010719088062548139124204656928192619356906405880979715286741216629126429422869424797040789189909391299452156027574599868503451864495860708717622719854811832192055382362655850234348239881362591871761083375167943914408824178761008101715298562583953094080286034348495922917409703439109082843545349616375651801251959708404430859395011949515063331532679895762838518354313201421675134928449811665010811324176050171366192111626969156845644363586636660057808454431881915091217759638165873090762076633104949515419142611201252006740729475269959558076365150348754572918602777623409948742966932343117106904467770204517985159668635967634148245555308394251424545432532452184207543137822827883215583719167428442725044359737464428297669595900688591037162412380517399429272878163386293608048174175253016749291881113916038440454541176568996070578162265708811662603010416641356858746218513747064844353974999829461499582594818283327671037160219218469897017437014925617382213412369990244745854890580450214580780466054639799055870363934963592657846630734587032177783481354203630421930646136068078682377692833681735969333365468377330545978425081160151996447279256155208148477777107445953929307028960430186357538461964395587545110333367935702685996284334448531124944633157248678756285475080779989676510959077397886691523616748413831148679028057257740617849525675967829287926006502490122948826366137200706573483704345490402351430809831770714498040127251094996759128865746997454167743714439964027666461620171259074716360732163105435618090573055630496595781462228297086785971925489726090018519614925174275896077704304543120916092751953227009780008352155084523572218411689246982518603071488,1358954496)'); a = G.1; b = G.3; c = G.4; d = G.6; e = G.9; f = G.11; g = G.13; h = G.15; i = G.16; j = G.17; k = G.18; l = G.19; m = G.20; n = G.21; o = G.22; p = G.23; q = G.24; r = G.25; s = G.26; t = G.27; u = 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(6005901350670495910411023065775696676316983076395392114521993860180739538512439184610903677749607887809377106579427127624822814824301933603677356729547950371989031387007304435962421305540901445798815699869823907705910107163076266049220609484229113947475905001027456688616335556529899562933001868359153831947414960514700951251513321659756507143601106364947972454397978134002753280627621785209334291946996424601738215140353076099593328771541744709266679664484359596578800989354450421652639564336532100126826540785437055865466460492504092235893701512428667373328031773517153091951520493984649937698328643282815162557080554539431355846677321608752464896308085044871851848334356384922291062871835624397677732469341042799260316093792219905535178045105343985174873176061539801270256985991658193304733220508752197535160525743973892889612915373299424062697878440132157781543471913451110241200008450652681638130332899717010719088062548139124204656928192619356906405880979715286741216629126429422869424797040789189909391299452156027574599868503451864495860708717622719854811832192055382362655850234348239881362591871761083375167943914408824178761008101715298562583953094080286034348495922917409703439109082843545349616375651801251959708404430859395011949515063331532679895762838518354313201421675134928449811665010811324176050171366192111626969156845644363586636660057808454431881915091217759638165873090762076633104949515419142611201252006740729475269959558076365150348754572918602777623409948742966932343117106904467770204517985159668635967634148245555308394251424545432532452184207543137822827883215583719167428442725044359737464428297669595900688591037162412380517399429272878163386293608048174175253016749291881113916038440454541176568996070578162265708811662603010416641356858746218513747064844353974999829461499582594818283327671037160219218469897017437014925617382213412369990244745854890580450214580780466054639799055870363934963592657846630734587032177783481354203630421930646136068078682377692833681735969333365468377330545978425081160151996447279256155208148477777107445953929307028960430186357538461964395587545110333367935702685996284334448531124944633157248678756285475080779989676510959077397886691523616748413831148679028057257740617849525675967829287926006502490122948826366137200706573483704345490402351430809831770714498040127251094996759128865746997454167743714439964027666461620171259074716360732163105435618090573055630496595781462228297086785971925489726090018519614925174275896077704304543120916092751953227009780008352155084523572218411689246982518603071488,1358954496)'); a = G.1; b = G.3; c = G.4; d = G.6; e = G.9; f = G.11; g = G.13; h = G.15; i = G.16; j = G.17; k = G.18; l = G.19; m = G.20; n = G.21; o = G.22; p = G.23; q = G.24; r = G.25; s = G.26; t = G.27; u = G.28;
 
Permutation group:Degree $36$ $\langle(1,23,10,36,18,33,4,20,15,21,8,28,11,29,13,25)(2,24,9,35,17,34,3,19,16,22,7,27,12,30,14,26) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,23,10,36,18,33,4,20,15,21,8,28,11,29,13,25)(2,24,9,35,17,34,3,19,16,22,7,27,12,30,14,26)(5,31)(6,32), (1,17,2,18)(3,4)(7,10,8,9)(11,15,12,16)(13,14)(19,35,33,32,23,27)(20,36,34,31,24,28)(21,25,30,22,26,29), (1,9,17,4,16,8,11,14)(2,10,18,3,15,7,12,13)(5,6)(19,21,28,29,26,23,35,34,20,22,27,30,25,24,36,33) >;
 
Copy content gap:G := Group( (1,23,10,36,18,33,4,20,15,21,8,28,11,29,13,25)(2,24,9,35,17,34,3,19,16,22,7,27,12,30,14,26)(5,31)(6,32), (1,17,2,18)(3,4)(7,10,8,9)(11,15,12,16)(13,14)(19,35,33,32,23,27)(20,36,34,31,24,28)(21,25,30,22,26,29), (1,9,17,4,16,8,11,14)(2,10,18,3,15,7,12,13)(5,6)(19,21,28,29,26,23,35,34,20,22,27,30,25,24,36,33) );
 
Copy content sage:G = PermutationGroup(['(1,23,10,36,18,33,4,20,15,21,8,28,11,29,13,25)(2,24,9,35,17,34,3,19,16,22,7,27,12,30,14,26)(5,31)(6,32)', '(1,17,2,18)(3,4)(7,10,8,9)(11,15,12,16)(13,14)(19,35,33,32,23,27)(20,36,34,31,24,28)(21,25,30,22,26,29)', '(1,9,17,4,16,8,11,14)(2,10,18,3,15,7,12,13)(5,6)(19,21,28,29,26,23,35,34,20,22,27,30,25,24,36,33)'])
 
Copy content sage_gap:G = gap.new('Group( (1,23,10,36,18,33,4,20,15,21,8,28,11,29,13,25)(2,24,9,35,17,34,3,19,16,22,7,27,12,30,14,26)(5,31)(6,32), (1,17,2,18)(3,4)(7,10,8,9)(11,15,12,16)(13,14)(19,35,33,32,23,27)(20,36,34,31,24,28)(21,25,30,22,26,29), (1,9,17,4,16,8,11,14)(2,10,18,3,15,7,12,13)(5,6)(19,21,28,29,26,23,35,34,20,22,27,30,25,24,36,33) )')
 
Copy content oscar:G = @permutation_group(36, (1,23,10,36,18,33,4,20,15,21,8,28,11,29,13,25)(2,24,9,35,17,34,3,19,16,22,7,27,12,30,14,26)(5,31)(6,32), (1,17,2,18)(3,4)(7,10,8,9)(11,15,12,16)(13,14)(19,35,33,32,23,27)(20,36,34,31,24,28)(21,25,30,22,26,29), (1,9,17,4,16,8,11,14)(2,10,18,3,15,7,12,13)(5,6)(19,21,28,29,26,23,35,34,20,22,27,30,25,24,36,33))
 
Transitive group: 36T94746 36T94747 36T94748 more information
Copy content magma:G := TransitiveGroup(36, 94746);
 
Copy content gap:G := TransitiveGroup(36, 94746);
 
Copy content sage:G = TransitiveGroup(36, 94746)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 94746)
 
Copy content oscar:G = transitive_group(36, 94746)
 
Copy content magma:G := TransitiveGroup(36, 94747);
 
Copy content gap:G := TransitiveGroup(36, 94747);
 
Copy content sage:G = TransitiveGroup(36, 94747)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 94747)
 
Copy content oscar:G = transitive_group(36, 94747)
 
Copy content magma:G := TransitiveGroup(36, 94748);
 
Copy content gap:G := TransitiveGroup(36, 94748);
 
Copy content sage:G = TransitiveGroup(36, 94748)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 94748)
 
Copy content oscar:G = transitive_group(36, 94748)
 
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^{17}$ . $(C_3^2:F_9.D_8)$ $C_2^{16}$ . $(C_2\times C_3^2:F_9.D_8)$ $(C_2^{16}.C_3^4.C_4.C_2^3)$ . $D_4$ (4) $(C_2^{16}.C_3^4.C_4.C_2^2)$ . $D_8$ (4) all 28

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}$
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 75 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^{12}.C_2^4.C_2.C_2^6.C_2$
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 $900 \times 900$ character table is not available for this group.

Rational character table

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