Properties

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

Group information

Description:$C_2^{16}.C_3^4.C_2^3.C_2^4.C_2^2$
Order: \(2717908992\)\(\medspace = 2^{25} \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 \(86973087744\)\(\medspace = 2^{30} \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 25, $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 1229823 263168 169491456 70253568 950206464 762052608 254803968 509607936 2717908992
Conjugacy classes   1 246 3 801 151 328 238 48 32 1848
Divisions 1 246 3 793 151 256 234 24 28 1736
Autjugacy classes 1 140 2 318 67 91 75 7 9 710

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, v \mid f^{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([29, 2, 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, 58, 3959345438, 96673136414, 11957648389, 53237625396, 20212132323, 26860916880, 7023627685, 5489410090, 9997030804, 58489096633, 22850684042, 22600684641, 410, 450497531333, 190582241794, 102306678447, 2207579156, 12058225206, 274872409846, 127467623619, 66676175056, 409291941, 15710547702, 6054095541, 586, 24537366791, 109339142692, 28826226497, 76400187358, 30054002107, 8310345016, 674, 699223560200, 227365994917, 105738023874, 8522297375, 35658780604, 21984727545, 1482914544, 404850467849, 115697137958, 154439022147, 78039176416, 47990360125, 15722299114, 8669149983, 2670063272, 7345651, 850, 161223518730, 393968205351, 141604191940, 24274991585, 32192724734, 10628334971, 4743680752, 6251112729, 1439544524, 694794104843, 110906274856, 112689460293, 14376531554, 38345502079, 27825640284, 898608569, 2144831398, 2952436419, 1036118072, 174503857, 1026, 921159459596, 66055901225, 52038305350, 38027224035, 45780853376, 14259286237, 11007435066, 4815617255, 343982584, 218894013, 552437252, 956373236237, 316000258602, 92868894791, 99989810020, 5119458753, 23176825214, 1889176651, 2519550144, 1617267953, 1010974378, 24080163, 129091280, 110849323, 1202, 661659694094, 581920588843, 131624179272, 134515140581, 26557105090, 17897500959, 16020242828, 7360826617, 1948448766, 1034343275, 649467484, 164372913, 92209052, 109691559951, 453634670636, 131902801993, 20942005350, 24643077251, 30177847456, 10418886333, 8319594458, 930580087, 1077809172, 538954865, 8569486, 74842635, 10693736, 16394005, 289265707024, 179554102317, 254162150858, 159385275175, 21930990756, 13742063585, 3930685246, 4607948955, 328409240, 1118017789, 558902574, 254471159, 99974848, 6064293, 4546868, 99755753489, 44422484014, 72458945355, 147025902056, 73282486021, 14577480738, 19456485311, 694101532, 4864121529, 1301045606, 650748475, 672552751122, 516617035823, 80643337420, 88377473193, 8520593606, 15375915235, 19037799552, 2959214045, 5490684394, 279568863, 139308536, 27109595, 6784336, 826006118419, 753411870768, 121856348237, 146800097386, 70474510215, 15502648484, 15472581313, 10033424862, 789264251, 259329880, 128662869, 235526738, 53620207, 10746636, 1810025, 1584993650708, 688440259633, 148636301262, 150870444587, 14845003624, 893447013, 9793187906, 11357509183, 5681122524, 979871537, 492040642, 247653843, 56476592, 11342413, 1929738, 1221671227413, 382704943154, 279408476239, 22860693612, 11853693065, 10583654566, 14393770179, 1419973914, 498314039, 26459476, 108041841, 39444110, 13842475, 1276759148566, 350530633779, 54881058896, 26555351149, 60192129162, 35628429479, 16375800004, 165971169, 461030683, 82985784, 152140373, 123710194, 12806799, 2305580, 388295036951, 44335890484, 400870342737, 8312979566, 1385496715, 34175582376, 11430346949, 692748514, 1154580764, 596533561, 19243350, 109044083, 32072080, 16570797, 1876253414424, 446437785653, 407951769682, 172224921711, 8178278540, 14432256169, 9741772998, 2204928285, 1062374714, 220493143, 116928372, 61248401, 29510830, 1314961330201, 960610959414, 44028002387, 199126646896, 16010182797, 52033093802, 6003818695, 9005727972, 500318494, 166773051, 416932184, 138977653, 13898130, 4633007, 566451615770, 598534520887, 330440933460, 81051549809, 108068733070, 29095428267, 20782448840, 15586836709, 173187359, 259780924, 259780953, 101026166, 4811155, 7216560, 1656822988827, 758636347448, 73277374549, 56035639410, 120692146319, 34483470508, 23707386057, 12931301606, 1436811552, 1077608765, 39911828, 29934001, 149835681820, 1000020639801, 466527486038, 98216312947, 98216312976, 17857511597, 11160944842, 2232189217, 372031806, 62005653, 10334642]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v := Explode([G.1, G.3, G.4, G.5, G.7, G.10, G.12, G.14, 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, G.29]); AssignNames(~G, ["a", "a2", "b", "c", "d", "d2", "e", "e2", "e4", "f", "f2", "g", "g2", "h", "h2", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v"]);
 
Copy content gap:G := PcGroupCode(66340334841410460419283549955900856378164807995281071939873311375423692859608787961950071510502875735131584318245679087590071501986203941214725877417074811246332456606072491500462097934573411708302090169065091693004036690095948534103204500749562624504664401761056758346263905035017538765694668754604896773749795110251097427915622194027214290169485411264830835183094683065229493088015107748916241335995819644786476298951837488998898090159240412605240098650646223170625467886705414704131261445936084026354643779958168403403192977034483808828730609492457678545471299795240101825189064951839381001417237366792554056893082875536580902302751484187610403146799034943121893248814317469799185787663636312539436633221012058644375147540414602380268472799777563870210012656541397156764541250126376180346868756827869690691743437337850616146387185522978547774749536342794311912047203102649700453206300609205361021133922945338580727207569817048153709269350372841231918159821816510631276371241002115544870151171713655136058763908498116694158773537393383586154124838300818956394564196770396042220872779487235394590060753586368045453344294668226164062932523393268085550745164177934248759743454680537027272856252828168033555765089005156563788756856866655362266657517931270855596007401269417839307481553792017303777184508772966784817399585172414806259827330525961855529310651255605337169273943021287618501193631114455014235782579836268620240109260606911923972343948904563043465031293383820705754966896178484783702139713506146514202080077648150044707100104035998225540969042622719114691682782118030481997367638020770699449265327111699207207337940806810659468180267609830082401198538855274965847725160079900513412073658834663347176680622113546620791648513878414066494238359042106722482347426299243728233801610550440435034243733602370685677510407298368680444108284599393576025626785144094108486707934007900671925077790918937065577932912770908679508195634156628964900631136193674404719062455870847938743993077636940720663052648076439634362931263127363194814261667716349101091877407503190561708688130462294510658308170978294876049605319945015301872335311640626817273764831271773942133730115185716513121196884561035836419815349703804137567239761237092411407966991452741352072866206413046177768544833983343406939025629058516774565919697336345358991310765526044901195585014075038964763027703486438518793480951187400321117909501894050339366754665588668486940564674683415621489023408795592613131260833387129212924543094610263343707820178349766477796930493240449389663144748202794174740325161748213518154204050975244678347463308101999962611759853728916916352617564706432105941115026301171905661154160074643638566890742035660990074972426677856413646315432757712738938761409419949123565964503995247171189526402855247791389574642349080255214955489572930314022009062215523084737644649958016135432007857953382118406619965061766522023092932057333283277271856764471738577783701504,2717908992); a := G.1; b := G.3; c := G.4; d := G.5; e := G.7; f := G.10; g := G.12; h := G.14; 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; v := G.29;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(66340334841410460419283549955900856378164807995281071939873311375423692859608787961950071510502875735131584318245679087590071501986203941214725877417074811246332456606072491500462097934573411708302090169065091693004036690095948534103204500749562624504664401761056758346263905035017538765694668754604896773749795110251097427915622194027214290169485411264830835183094683065229493088015107748916241335995819644786476298951837488998898090159240412605240098650646223170625467886705414704131261445936084026354643779958168403403192977034483808828730609492457678545471299795240101825189064951839381001417237366792554056893082875536580902302751484187610403146799034943121893248814317469799185787663636312539436633221012058644375147540414602380268472799777563870210012656541397156764541250126376180346868756827869690691743437337850616146387185522978547774749536342794311912047203102649700453206300609205361021133922945338580727207569817048153709269350372841231918159821816510631276371241002115544870151171713655136058763908498116694158773537393383586154124838300818956394564196770396042220872779487235394590060753586368045453344294668226164062932523393268085550745164177934248759743454680537027272856252828168033555765089005156563788756856866655362266657517931270855596007401269417839307481553792017303777184508772966784817399585172414806259827330525961855529310651255605337169273943021287618501193631114455014235782579836268620240109260606911923972343948904563043465031293383820705754966896178484783702139713506146514202080077648150044707100104035998225540969042622719114691682782118030481997367638020770699449265327111699207207337940806810659468180267609830082401198538855274965847725160079900513412073658834663347176680622113546620791648513878414066494238359042106722482347426299243728233801610550440435034243733602370685677510407298368680444108284599393576025626785144094108486707934007900671925077790918937065577932912770908679508195634156628964900631136193674404719062455870847938743993077636940720663052648076439634362931263127363194814261667716349101091877407503190561708688130462294510658308170978294876049605319945015301872335311640626817273764831271773942133730115185716513121196884561035836419815349703804137567239761237092411407966991452741352072866206413046177768544833983343406939025629058516774565919697336345358991310765526044901195585014075038964763027703486438518793480951187400321117909501894050339366754665588668486940564674683415621489023408795592613131260833387129212924543094610263343707820178349766477796930493240449389663144748202794174740325161748213518154204050975244678347463308101999962611759853728916916352617564706432105941115026301171905661154160074643638566890742035660990074972426677856413646315432757712738938761409419949123565964503995247171189526402855247791389574642349080255214955489572930314022009062215523084737644649958016135432007857953382118406619965061766522023092932057333283277271856764471738577783701504,2717908992)'); a = G.1; b = G.3; c = G.4; d = G.5; e = G.7; f = G.10; g = G.12; h = G.14; 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; v = G.29;
 
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(66340334841410460419283549955900856378164807995281071939873311375423692859608787961950071510502875735131584318245679087590071501986203941214725877417074811246332456606072491500462097934573411708302090169065091693004036690095948534103204500749562624504664401761056758346263905035017538765694668754604896773749795110251097427915622194027214290169485411264830835183094683065229493088015107748916241335995819644786476298951837488998898090159240412605240098650646223170625467886705414704131261445936084026354643779958168403403192977034483808828730609492457678545471299795240101825189064951839381001417237366792554056893082875536580902302751484187610403146799034943121893248814317469799185787663636312539436633221012058644375147540414602380268472799777563870210012656541397156764541250126376180346868756827869690691743437337850616146387185522978547774749536342794311912047203102649700453206300609205361021133922945338580727207569817048153709269350372841231918159821816510631276371241002115544870151171713655136058763908498116694158773537393383586154124838300818956394564196770396042220872779487235394590060753586368045453344294668226164062932523393268085550745164177934248759743454680537027272856252828168033555765089005156563788756856866655362266657517931270855596007401269417839307481553792017303777184508772966784817399585172414806259827330525961855529310651255605337169273943021287618501193631114455014235782579836268620240109260606911923972343948904563043465031293383820705754966896178484783702139713506146514202080077648150044707100104035998225540969042622719114691682782118030481997367638020770699449265327111699207207337940806810659468180267609830082401198538855274965847725160079900513412073658834663347176680622113546620791648513878414066494238359042106722482347426299243728233801610550440435034243733602370685677510407298368680444108284599393576025626785144094108486707934007900671925077790918937065577932912770908679508195634156628964900631136193674404719062455870847938743993077636940720663052648076439634362931263127363194814261667716349101091877407503190561708688130462294510658308170978294876049605319945015301872335311640626817273764831271773942133730115185716513121196884561035836419815349703804137567239761237092411407966991452741352072866206413046177768544833983343406939025629058516774565919697336345358991310765526044901195585014075038964763027703486438518793480951187400321117909501894050339366754665588668486940564674683415621489023408795592613131260833387129212924543094610263343707820178349766477796930493240449389663144748202794174740325161748213518154204050975244678347463308101999962611759853728916916352617564706432105941115026301171905661154160074643638566890742035660990074972426677856413646315432757712738938761409419949123565964503995247171189526402855247791389574642349080255214955489572930314022009062215523084737644649958016135432007857953382118406619965061766522023092932057333283277271856764471738577783701504,2717908992)'); a = G.1; b = G.3; c = G.4; d = G.5; e = G.7; f = G.10; g = G.12; h = G.14; 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; v = G.29;
 
Permutation group:Degree $36$ $\langle(1,27,15,21,2,28,16,22)(3,25,7,32,4,26,8,31)(5,33,6,34)(9,29,14,35,10,30,13,36) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,27,15,21,2,28,16,22)(3,25,7,32,4,26,8,31)(5,33,6,34)(9,29,14,35,10,30,13,36)(11,20)(12,19)(17,24)(18,23), (1,22,10,27)(2,21,9,28)(3,30,5,36)(4,29,6,35)(7,32,17,25,8,31,18,26)(11,33)(12,34)(13,23,14,24)(15,20)(16,19), (1,32,6,19,11,24,4,30,10,22,14,27,2,31,5,20,12,23,3,29,9,21,13,28)(7,35,16,25,17,33)(8,36,15,26,18,34) >;
 
Copy content gap:G := Group( (1,27,15,21,2,28,16,22)(3,25,7,32,4,26,8,31)(5,33,6,34)(9,29,14,35,10,30,13,36)(11,20)(12,19)(17,24)(18,23), (1,22,10,27)(2,21,9,28)(3,30,5,36)(4,29,6,35)(7,32,17,25,8,31,18,26)(11,33)(12,34)(13,23,14,24)(15,20)(16,19), (1,32,6,19,11,24,4,30,10,22,14,27,2,31,5,20,12,23,3,29,9,21,13,28)(7,35,16,25,17,33)(8,36,15,26,18,34) );
 
Copy content sage:G = PermutationGroup(['(1,27,15,21,2,28,16,22)(3,25,7,32,4,26,8,31)(5,33,6,34)(9,29,14,35,10,30,13,36)(11,20)(12,19)(17,24)(18,23)', '(1,22,10,27)(2,21,9,28)(3,30,5,36)(4,29,6,35)(7,32,17,25,8,31,18,26)(11,33)(12,34)(13,23,14,24)(15,20)(16,19)', '(1,32,6,19,11,24,4,30,10,22,14,27,2,31,5,20,12,23,3,29,9,21,13,28)(7,35,16,25,17,33)(8,36,15,26,18,34)'])
 
Copy content sage_gap:G = gap.new('Group( (1,27,15,21,2,28,16,22)(3,25,7,32,4,26,8,31)(5,33,6,34)(9,29,14,35,10,30,13,36)(11,20)(12,19)(17,24)(18,23), (1,22,10,27)(2,21,9,28)(3,30,5,36)(4,29,6,35)(7,32,17,25,8,31,18,26)(11,33)(12,34)(13,23,14,24)(15,20)(16,19), (1,32,6,19,11,24,4,30,10,22,14,27,2,31,5,20,12,23,3,29,9,21,13,28)(7,35,16,25,17,33)(8,36,15,26,18,34) )')
 
Copy content oscar:G = @permutation_group(36, (1,27,15,21,2,28,16,22)(3,25,7,32,4,26,8,31)(5,33,6,34)(9,29,14,35,10,30,13,36)(11,20)(12,19)(17,24)(18,23), (1,22,10,27)(2,21,9,28)(3,30,5,36)(4,29,6,35)(7,32,17,25,8,31,18,26)(11,33)(12,34)(13,23,14,24)(15,20)(16,19), (1,32,6,19,11,24,4,30,10,22,14,27,2,31,5,20,12,23,3,29,9,21,13,28)(7,35,16,25,17,33)(8,36,15,26,18,34))
 
Transitive group: 36T99464 more information
Copy content magma:G := TransitiveGroup(36, 99464);
 
Copy content gap:G := TransitiveGroup(36, 99464);
 
Copy content sage:G = TransitiveGroup(36, 99464)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 99464)
 
Copy content oscar:G = transitive_group(36, 99464)
 
Direct product: not computed
Semidirect product: not computed
Trans. wreath product: not computed
Possibly split product: $C_2^{16}$ . $(C_3^2:F_9:D_4.D_4)$ $C_2^{18}$ . $(C_3^2:(C_4\times F_9):C_4)$ $(C_2^{16}.C_3^3.D_6)$ . $(C_2^4.D_4)$ (2) $(C_2^{16}.C_3^4.C_2^4.C_2^2)$ . $D_4$ (12) all 29

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}^{6} \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 92 normal subgroups (34 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_2$
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^4$
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 7 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 $1848 \times 1848$ character table is not available for this group.

Rational character table

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