Properties

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

Group information

Description:$C_3^8.(C_3\times S_3\wr S_4)$
Order: \(612220032\)\(\medspace = 2^{7} \cdot 3^{14} \)
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: \(72\)\(\medspace = 2^{3} \cdot 3^{2} \)
Copy content comment:Exponent of the group
 
Copy content magma:Exponent(G);
 
Copy content gap:Exponent(G);
 
Copy content sage:G.exponent()
 
Copy content sage_gap:G.Exponent()
 
Copy content oscar:exponent(G)
 
Automorphism group:Group of order \(1224440064\)\(\medspace = 2^{8} \cdot 3^{14} \)
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 7, $C_3$ x 14
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:$6$
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 9 12 18 24 36
Elements 1 51147 1594322 2102436 80472006 8503056 51018336 128986344 192106080 68024448 79361856 612220032
Conjugacy classes   1 8 136 6 887 1 96 293 316 8 50 1802
Divisions 1 8 87 6 492 1 52 154 159 4 25 989
Autjugacy classes 1 8 72 6 360 1 31 100 67 2 9 657

Minimal presentations

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

Minimal degrees of faithful linear representations

Over $\mathbb{C}$ Over $\mathbb{R}$ Over $\mathbb{Q}$
Irreducible 12 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 \mid b^{6}=d^{2}= \!\cdots\! \rangle}$ Copy content Toggle raw display
Copy content comment:Define the group with the given generators and relations
 
Copy content magma:G := PCGroup([21, 2, 3, 2, 3, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 42, 12098274070, 34924214936, 17452133204, 170, 26388556995, 16160933904, 18008638204, 30705335035, 8329878946, 3588066472, 468370648, 15579091589, 14950733138, 2321047055, 3937569368, 268079957, 41990977482, 23874212403, 13544562702, 184451406, 2387319486, 1085644209, 426, 37222633735, 48059270812, 4509074353, 5483878918, 2195242651, 1262140432, 87200218, 108722490416, 16725157373, 17276165726, 5584765229, 3153329012, 7673, 544183298, 125962229, 554, 22544282889, 63665965470, 21221988531, 5305507272, 720720093, 6834, 362984295, 1836, 20220254218, 66551284831, 13587057844, 8088762601, 1286326366, 245750851, 946664008, 144155245, 463102, 6760309259, 76201606688, 10344208949, 2716689098, 206857823, 1098280628, 510185, 529097342, 59116355, 132639644, 22107173, 14995483788, 40123871457, 396736758, 10777987659, 4599774912, 1855308117, 15534930, 170417679, 144902574, 143697846, 6769257, 9421200, 9383351053, 62865403810, 6690781495, 7760555788, 1705736353, 2342460406, 417197899, 404838160, 16117849, 44159317, 6194530, 572683, 29292036494, 1787365475, 25763693816, 2589148877, 2809931138, 2473672439, 272666660, 508565141, 301606382, 82974983, 44574929, 6591620, 5276201, 315917, 203730702351, 29064075321, 15260991054, 5086997091, 1211003277, 49980502672, 69381059365, 32195391034, 14395953679, 1113862948, 625561225, 704869510, 382051567, 22058500, 13099627, 15037087, 5552332, 485452, 666472, 102786340625, 17533635878, 33152208827, 17575294544, 4577174885, 39687098, 469630367, 104713724, 396984101, 30587609, 11298290, 7073027, 1133156, 430097, 42311, 220344219666, 67003348647, 24509044284, 858431025, 4366247526, 125669163, 4692384, 228043029, 21045840, 65446203, 21524703, 3684636, 2424216, 853773, 90129, 180309749779, 20942046760, 41352675901, 7720272082, 3061175143, 397407484, 1217203825, 783820966, 24456787, 5409409, 11601070, 6770251, 200632, 332953, 57055, 19276, 7957, 122693792276, 77845235369, 21278581694, 13913853491, 6653271848, 2007262781, 1701395786, 673841111, 373276700, 7180151, 23933321, 5537027, 266216, 663137, 24170, 8315, 9659]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q := Explode([G.1, G.3, G.5, G.6, G.7, G.9, G.11, G.12, G.13, G.14, G.15, G.16, G.17, G.18, G.19, G.20, G.21]); AssignNames(~G, ["a", "a2", "b", "b2", "c", "d", "e", "e2", "f", "f2", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q"]);
 
Copy content gap:G := PcGroupCode(1256624782391911859547068216886474685555273999855815904390999367436970542254772859694604176415814731650140717387915209507796987775006933901343252512997530783564644395642450398837556208311766303504189528306917361259105269917243328314101817802887597805806271689800954148896904259437936139612665751159307770580427580418290440261065667771099293919808683559313069376398732027025314121621179578029982539098867384895800675063706649869412814912357576301449403816406715479852042212423909220848581577343746637787465283398427276073007933137258047737807452979908089342209704483545616499138883889766676005248294924627301142372798864940348046083398664695414718435389479406746689485776642118690175701072292063695659105427492706782870885625106063915183491542548999483651751677217115858840928001885657558420807202694986696385668561394981121868371225356340981685200716485268927817188195434476236171345701481648073587435160948173756751156510827322306591493526363562137453103928778681576092060057492608769588845635380505013149663564847048711280616437377493033038235914343081529492594143111142357771338055656706990632466082589215571526227215628959500349134447416527155025310675914395028237285134369877983466726561810965487696662500213613259080510996602027655584602854093165393036538329514789654130412531799205031782292304702965576977357826768128858178681769028445053279017406793824953953718649450882928197832632296397877663757187262808168278379877145212920417568510131325383247208345455774117066687072391855902875487400163210172749188637027203120833911598483612297619482808781528887082843756545330587137000597956285274373859662261195435843621515057260999281787752457090083253154293790053364396506972797469349988408318100781216634939072628529524510719,612220032); a := G.1; b := G.3; c := G.5; d := G.6; e := G.7; f := G.9; g := G.11; h := G.12; i := G.13; j := G.14; k := G.15; l := G.16; m := G.17; n := G.18; o := G.19; p := G.20; q := G.21;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(1256624782391911859547068216886474685555273999855815904390999367436970542254772859694604176415814731650140717387915209507796987775006933901343252512997530783564644395642450398837556208311766303504189528306917361259105269917243328314101817802887597805806271689800954148896904259437936139612665751159307770580427580418290440261065667771099293919808683559313069376398732027025314121621179578029982539098867384895800675063706649869412814912357576301449403816406715479852042212423909220848581577343746637787465283398427276073007933137258047737807452979908089342209704483545616499138883889766676005248294924627301142372798864940348046083398664695414718435389479406746689485776642118690175701072292063695659105427492706782870885625106063915183491542548999483651751677217115858840928001885657558420807202694986696385668561394981121868371225356340981685200716485268927817188195434476236171345701481648073587435160948173756751156510827322306591493526363562137453103928778681576092060057492608769588845635380505013149663564847048711280616437377493033038235914343081529492594143111142357771338055656706990632466082589215571526227215628959500349134447416527155025310675914395028237285134369877983466726561810965487696662500213613259080510996602027655584602854093165393036538329514789654130412531799205031782292304702965576977357826768128858178681769028445053279017406793824953953718649450882928197832632296397877663757187262808168278379877145212920417568510131325383247208345455774117066687072391855902875487400163210172749188637027203120833911598483612297619482808781528887082843756545330587137000597956285274373859662261195435843621515057260999281787752457090083253154293790053364396506972797469349988408318100781216634939072628529524510719,612220032)'); a = G.1; b = G.3; c = G.5; d = G.6; e = G.7; f = G.9; g = G.11; h = G.12; i = G.13; j = G.14; k = G.15; l = G.16; m = G.17; n = G.18; o = G.19; p = G.20; q = G.21;
 
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(1256624782391911859547068216886474685555273999855815904390999367436970542254772859694604176415814731650140717387915209507796987775006933901343252512997530783564644395642450398837556208311766303504189528306917361259105269917243328314101817802887597805806271689800954148896904259437936139612665751159307770580427580418290440261065667771099293919808683559313069376398732027025314121621179578029982539098867384895800675063706649869412814912357576301449403816406715479852042212423909220848581577343746637787465283398427276073007933137258047737807452979908089342209704483545616499138883889766676005248294924627301142372798864940348046083398664695414718435389479406746689485776642118690175701072292063695659105427492706782870885625106063915183491542548999483651751677217115858840928001885657558420807202694986696385668561394981121868371225356340981685200716485268927817188195434476236171345701481648073587435160948173756751156510827322306591493526363562137453103928778681576092060057492608769588845635380505013149663564847048711280616437377493033038235914343081529492594143111142357771338055656706990632466082589215571526227215628959500349134447416527155025310675914395028237285134369877983466726561810965487696662500213613259080510996602027655584602854093165393036538329514789654130412531799205031782292304702965576977357826768128858178681769028445053279017406793824953953718649450882928197832632296397877663757187262808168278379877145212920417568510131325383247208345455774117066687072391855902875487400163210172749188637027203120833911598483612297619482808781528887082843756545330587137000597956285274373859662261195435843621515057260999281787752457090083253154293790053364396506972797469349988408318100781216634939072628529524510719,612220032)'); a = G.1; b = G.3; c = G.5; d = G.6; e = G.7; f = G.9; g = G.11; h = G.12; i = G.13; j = G.14; k = G.15; l = G.16; m = G.17; n = G.18; o = G.19; p = G.20; q = G.21;
 
Permutation group:Degree $36$ $\langle(1,15,26,3,14,25,2,13,27)(4,6,5)(7,12,33,23,19,36,8,10,31,24,20,34,9,11,32,22,21,35) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,15,26,3,14,25,2,13,27)(4,6,5)(7,12,33,23,19,36,8,10,31,24,20,34,9,11,32,22,21,35)(16,17,18)(28,30,29), (1,17,31,25,6,9)(2,18,32,26,4,7)(3,16,33,27,5,8)(10,11,12)(13,29,19)(14,30,20)(15,28,21)(22,23,24) >;
 
Copy content gap:G := Group( (1,15,26,3,14,25,2,13,27)(4,6,5)(7,12,33,23,19,36,8,10,31,24,20,34,9,11,32,22,21,35)(16,17,18)(28,30,29), (1,17,31,25,6,9)(2,18,32,26,4,7)(3,16,33,27,5,8)(10,11,12)(13,29,19)(14,30,20)(15,28,21)(22,23,24) );
 
Copy content sage:G = PermutationGroup(['(1,15,26,3,14,25,2,13,27)(4,6,5)(7,12,33,23,19,36,8,10,31,24,20,34,9,11,32,22,21,35)(16,17,18)(28,30,29)', '(1,17,31,25,6,9)(2,18,32,26,4,7)(3,16,33,27,5,8)(10,11,12)(13,29,19)(14,30,20)(15,28,21)(22,23,24)'])
 
Copy content sage_gap:G = gap.new('Group( (1,15,26,3,14,25,2,13,27)(4,6,5)(7,12,33,23,19,36,8,10,31,24,20,34,9,11,32,22,21,35)(16,17,18)(28,30,29), (1,17,31,25,6,9)(2,18,32,26,4,7)(3,16,33,27,5,8)(10,11,12)(13,29,19)(14,30,20)(15,28,21)(22,23,24) )')
 
Copy content oscar:G = @permutation_group(36, (1,15,26,3,14,25,2,13,27)(4,6,5)(7,12,33,23,19,36,8,10,31,24,20,34,9,11,32,22,21,35)(16,17,18)(28,30,29), (1,17,31,25,6,9)(2,18,32,26,4,7)(3,16,33,27,5,8)(10,11,12)(13,29,19)(14,30,20)(15,28,21)(22,23,24))
 
Transitive group: 36T89591 more information
Copy content magma:G := TransitiveGroup(36, 89591);
 
Copy content gap:G := TransitiveGroup(36, 89591);
 
Copy content sage:G = TransitiveGroup(36, 89591)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 89591)
 
Copy content oscar:G = transitive_group(36, 89591)
 
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^9$ . $(S_3\wr S_4)$ $(C_3^8.S_3\wr S_4)$ . $C_3$ $C_3^8$ . $(C_3\times S_3\wr S_4)$ $(C_3^8.S_3\wr A_4)$ . $C_6$ all 26

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

Homology

Abelianization: $C_{2} \times C_{6} \simeq C_{2}^{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}^{3}$
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 28 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:S_3^3:A_4$
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^8.C_3^4.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 2 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 $1802 \times 1802$ character table is not available for this group.

Rational character table

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