Properties

Label 2754990144.is
Order \( 2^{6} \cdot 3^{16} \)
Exponent \( 2^{2} \cdot 3^{3} \)
Nilpotent no
Solvable yes
$\card{G^{\mathrm{ab}}}$ \( 2 \cdot 3 \)
$\card{Z(G)}$ 3
$\card{\Aut(G)}$ \( 2^{8} \cdot 3^{18} \)
$\card{\mathrm{Out}(G)}$ \( 2^{2} \cdot 3^{3} \)
Perm deg. $36$
Trans deg. $36$
Rank $2$

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

Group information

Description:$C_3^4.(C_3^7.S_3\wr A_4)$
Order: \(2754990144\)\(\medspace = 2^{6} \cdot 3^{16} \)
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: \(108\)\(\medspace = 2^{2} \cdot 3^{3} \)
Copy content comment:Exponent of the group
 
Copy content magma:Exponent(G);
 
Copy content gap:Exponent(G);
 
Copy content sage:G.exponent()
 
Copy content sage_gap:G.Exponent()
 
Copy content oscar:exponent(G)
 
Automorphism group:Group of order \(99179645184\)\(\medspace = 2^{8} \cdot 3^{18} \)
Copy content comment:Automorphism group
 
Copy content gap:AutomorphismGroup(G);
 
Copy content magma:AutomorphismGroup(G);
 
Copy content sage:libgap(G).AutomorphismGroup()
 
Copy content sage_gap:G.AutomorphismGroup()
 
Copy content oscar:automorphism_group(G)
 
Composition factors:$C_2$ x 6, $C_3$ x 16
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:$5$
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 27 36 54
Elements 1 88731 7105562 7794468 260415774 262335024 355711176 1300337712 204073344 153055008 204073344 2754990144
Conjugacy classes   1 5 470 2 4178 500 46 1874 16 6 12 7110
Divisions 1 5 257 2 2137 256 26 942 8 3 6 3643
Autjugacy classes 1 5 101 2 573 69 16 190 2 1 1 961

Minimal presentations

Permutation degree:$36$
Transitive degree:$36$
Rank: $2$
Inequivalent generating pairs: not computed

Minimal degrees of linear representations for this group have not been computed

Constructions

Show commands: Gap / Magma / Oscar / SageMath


Presentation: ${\langle a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q \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([22, 2, 3, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 44, 21367234967, 84600254378, 1442902650, 25429223998, 2240455539, 120139737985, 25976878623, 245, 42158429284, 33099968906, 15779872288, 5023101692, 251555512037, 147864461211, 57268070689, 10978079183, 981497577, 379, 416195198502, 113338965460, 1750758290, 8690489880, 4668969322, 310891367431, 235406170589, 24067608627, 106419529, 11170206527, 1025622165, 1734955867, 513, 173293921160, 145978676742, 4740609508, 15800152970, 1780225224, 312117204969, 296512563631, 53246017493, 7240171035, 22596496657, 5067778439, 40990101, 904938043, 129215645, 647, 443160761482, 114350854496, 42238703286, 13117031212, 534010850, 4606017096, 87262, 58244, 5320314, 451820312075, 278786458401, 41004817975, 31063139789, 10103341347, 1140601, 541871, 180741, 47707, 3377, 401629497996, 262682424610, 36949214072, 6671886, 225729604, 12571582, 2090298, 1462264, 14370061, 216262037411, 86493318969, 681379855, 23572267589, 7858021371, 33475, 36377211, 771238765454, 310787357796, 60929858938, 20323781360, 21355559382, 9457264204, 3233688626, 367044648, 196210, 105959912, 2192094, 136898, 526635343887, 352662875173, 72980683835, 48242608209, 35267063143, 3393206909, 4958503059, 1296371113, 51473855, 321028437, 2395243, 41599265, 152343, 4622413, 162947, 321965601424, 228997435430, 63893358204, 34282952434, 12044167448, 3365246142, 2696973988, 1361102858, 91629444, 177224602, 5180510, 44259792, 242632, 195552, 358264, 354373595153, 424297222311, 61665639613, 66604488275, 12503224905, 3667128031, 2876404757, 1448096139, 100483609, 188804303, 6062601, 47055751, 32357, 214165, 381695, 383861960082, 3949197160, 63976993406, 7503474612, 313933086739, 498877885481, 67963104063, 72757872085, 16178849387, 4628859969, 3473141911, 1701374573, 1948515, 225179017, 14434439, 54850221, 1212043, 12207, 348829, 549714211220, 357119642922, 141887459008, 29334257654, 30937515948, 12030624274, 2210392952, 2425245150, 769995268, 284931326, 63655084, 4041882, 574132, 865214, 150060, 50290, 5982, 9145509141, 8230958251, 2743652801, 762125847]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q := Explode([G.1, G.3, G.4, G.6, G.8, G.10, G.12, G.13, G.14, G.15, G.16, G.17, G.18, G.19, G.20, G.21, G.22]); AssignNames(~G, ["a", "a2", "b", "c", "c2", "d", "d2", "e", "e2", "f", "f2", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q"]);
 
Copy content gap:G := PcGroupCode(66617391432117559561798494109275013306147081563109367456842367164178990135813999316107386657419029484122122326418691483516421640419231066218894904340065980390251371349592559533690482076786119434839865344601923465620078979159012458220814845347009970307041037256698335378595876880148241895319150896405643969584734302127211093000531844960045706814859825808642186049546510092856793863790213538288880673685284829476253894837138438888425124169144313292602208018801299418479591207195935190786563389207284886793916054392320805256353086163036915443365435952280172464980806174228388984316098500184519930187626694094263358886168222544856431087798434845054913571859102452057808288728143257756219247712868968411208631336125469186177294897836904281553303308330527996737223168754554789767532417626612826222483268597349983942240266937292795529703499850728810172805573511363038202764640723346018216211699781755225713950167495642525486447335766001762539718667846922229762101166262498258887363017124701936686454846512585449726849728812553531667755089297384135945124264225657954289394949688746510540287214521374135498737660560602854755392387268559209257529395858787425658624846187081322739701123324498385960091691708470666507659142057121219511475408057782415493605788210499055615506781833919021058947213658131473724080442066829642213595493097434719824089970502422241871828838277265796103729314395865832457157663630850668524186501188570153981671351187034528025861579399046589195609625578350538959983920980254658616367503618971863555679894753174235438098257940279836147853651677677340650348676507401492324806922081241425037488605298527363790137555118053319757198922034557537889818948104360367868514278713817044216709664352588401668981297876076513351722211486346947632705425778737852415,2754990144); a := G.1; b := G.3; c := G.4; d := G.6; e := G.8; f := G.10; g := G.12; h := G.13; i := G.14; j := G.15; k := G.16; l := G.17; m := G.18; n := G.19; o := G.20; p := G.21; q := G.22;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(66617391432117559561798494109275013306147081563109367456842367164178990135813999316107386657419029484122122326418691483516421640419231066218894904340065980390251371349592559533690482076786119434839865344601923465620078979159012458220814845347009970307041037256698335378595876880148241895319150896405643969584734302127211093000531844960045706814859825808642186049546510092856793863790213538288880673685284829476253894837138438888425124169144313292602208018801299418479591207195935190786563389207284886793916054392320805256353086163036915443365435952280172464980806174228388984316098500184519930187626694094263358886168222544856431087798434845054913571859102452057808288728143257756219247712868968411208631336125469186177294897836904281553303308330527996737223168754554789767532417626612826222483268597349983942240266937292795529703499850728810172805573511363038202764640723346018216211699781755225713950167495642525486447335766001762539718667846922229762101166262498258887363017124701936686454846512585449726849728812553531667755089297384135945124264225657954289394949688746510540287214521374135498737660560602854755392387268559209257529395858787425658624846187081322739701123324498385960091691708470666507659142057121219511475408057782415493605788210499055615506781833919021058947213658131473724080442066829642213595493097434719824089970502422241871828838277265796103729314395865832457157663630850668524186501188570153981671351187034528025861579399046589195609625578350538959983920980254658616367503618971863555679894753174235438098257940279836147853651677677340650348676507401492324806922081241425037488605298527363790137555118053319757198922034557537889818948104360367868514278713817044216709664352588401668981297876076513351722211486346947632705425778737852415,2754990144)'); a = G.1; b = G.3; c = G.4; d = G.6; e = G.8; f = G.10; g = G.12; h = G.13; i = G.14; j = G.15; k = G.16; l = G.17; m = G.18; n = G.19; o = G.20; p = G.21; q = G.22;
 
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(66617391432117559561798494109275013306147081563109367456842367164178990135813999316107386657419029484122122326418691483516421640419231066218894904340065980390251371349592559533690482076786119434839865344601923465620078979159012458220814845347009970307041037256698335378595876880148241895319150896405643969584734302127211093000531844960045706814859825808642186049546510092856793863790213538288880673685284829476253894837138438888425124169144313292602208018801299418479591207195935190786563389207284886793916054392320805256353086163036915443365435952280172464980806174228388984316098500184519930187626694094263358886168222544856431087798434845054913571859102452057808288728143257756219247712868968411208631336125469186177294897836904281553303308330527996737223168754554789767532417626612826222483268597349983942240266937292795529703499850728810172805573511363038202764640723346018216211699781755225713950167495642525486447335766001762539718667846922229762101166262498258887363017124701936686454846512585449726849728812553531667755089297384135945124264225657954289394949688746510540287214521374135498737660560602854755392387268559209257529395858787425658624846187081322739701123324498385960091691708470666507659142057121219511475408057782415493605788210499055615506781833919021058947213658131473724080442066829642213595493097434719824089970502422241871828838277265796103729314395865832457157663630850668524186501188570153981671351187034528025861579399046589195609625578350538959983920980254658616367503618971863555679894753174235438098257940279836147853651677677340650348676507401492324806922081241425037488605298527363790137555118053319757198922034557537889818948104360367868514278713817044216709664352588401668981297876076513351722211486346947632705425778737852415,2754990144)'); a = G.1; b = G.3; c = G.4; d = G.6; e = G.8; f = G.10; g = G.12; h = G.13; i = G.14; j = G.15; k = G.16; l = G.17; m = G.18; n = G.19; o = G.20; p = G.21; q = G.22;
 
Permutation group:Degree $36$ $\langle(1,23,8)(2,24,9)(3,22,7)(4,28,16,6,30,18,5,29,17)(10,31,26,35,20,13,11,32,27,36,21,14,12,33,25,34,19,15) \!\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,8)(2,24,9)(3,22,7)(4,28,16,6,30,18,5,29,17)(10,31,26,35,20,13,11,32,27,36,21,14,12,33,25,34,19,15), (1,3,2)(4,12,8,17,23,33,6,11,7,16,22,32,5,10,9,18,24,31)(19,30,35,20,28,36,21,29,34)(25,26,27) >;
 
Copy content gap:G := Group( (1,23,8)(2,24,9)(3,22,7)(4,28,16,6,30,18,5,29,17)(10,31,26,35,20,13,11,32,27,36,21,14,12,33,25,34,19,15), (1,3,2)(4,12,8,17,23,33,6,11,7,16,22,32,5,10,9,18,24,31)(19,30,35,20,28,36,21,29,34)(25,26,27) );
 
Copy content sage:G = PermutationGroup(['(1,23,8)(2,24,9)(3,22,7)(4,28,16,6,30,18,5,29,17)(10,31,26,35,20,13,11,32,27,36,21,14,12,33,25,34,19,15)', '(1,3,2)(4,12,8,17,23,33,6,11,7,16,22,32,5,10,9,18,24,31)(19,30,35,20,28,36,21,29,34)(25,26,27)'])
 
Copy content sage_gap:G = gap.new('Group( (1,23,8)(2,24,9)(3,22,7)(4,28,16,6,30,18,5,29,17)(10,31,26,35,20,13,11,32,27,36,21,14,12,33,25,34,19,15), (1,3,2)(4,12,8,17,23,33,6,11,7,16,22,32,5,10,9,18,24,31)(19,30,35,20,28,36,21,29,34)(25,26,27) )')
 
Copy content oscar:G = @permutation_group(36, (1,23,8)(2,24,9)(3,22,7)(4,28,16,6,30,18,5,29,17)(10,31,26,35,20,13,11,32,27,36,21,14,12,33,25,34,19,15), (1,3,2)(4,12,8,17,23,33,6,11,7,16,22,32,5,10,9,18,24,31)(19,30,35,20,28,36,21,29,34)(25,26,27))
 
Transitive group: 36T100049 more information
Copy content magma:G := TransitiveGroup(36, 100049);
 
Copy content gap:G := TransitiveGroup(36, 100049);
 
Copy content sage:G = TransitiveGroup(36, 100049)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 100049)
 
Copy content oscar:G = transitive_group(36, 100049)
 
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^{11}$ . $(S_3\wr A_4)$ $C_3^8$ . $(C_3^3.S_3\wr A_4)$ $C_3^4$ . $(C_3^7.S_3\wr A_4)$ $(C_3^{11}.C_3^4)$ . $(C_2\wr A_4)$ all 16

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

Homology

Abelianization: $C_{6} \simeq C_{2} \times C_{3}$
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}^{2}$
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 18 normal subgroups, and all normal subgroups are characteristic.

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

Subgroup diagram and profile

Series

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

Supergroups

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

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

Character theory

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

Complex character table

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

Rational character table

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