Properties

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

Group information

Description:$C_3^8.C_3^6:\GL(2,3)$
Order: \(229582512\)\(\medspace = 2^{4} \cdot 3^{15} \)
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 \(12397455648\)\(\medspace = 2^{5} \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 4, $C_3$ x 15
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
Elements 1 236925 1476224 354294 40684032 6377292 41570496 28343520 59521392 51018336 229582512
Conjugacy classes   1 2 1489 1 346 2 261 44 78 16 2240
Divisions 1 2 1045 1 278 1 245 24 75 4 1676
Autjugacy classes 1 2 242 1 72 2 51 8 9 4 392

Minimal presentations

Permutation degree:$36$
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 24 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 \mid d^{12}=e^{3}=h^{3}= \!\cdots\! \rangle}$ Copy content Toggle raw display
Copy content comment:Define the group with the given generators and relations
 
Copy content magma:G := PCGroup([19, 2, 3, 2, 3, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1035833526, 8462637621, 3895570172, 2669776832, 5897343027, 154, 9208179459, 1505008414, 431348244, 12532034254, 5184363488, 9383952, 1454403226, 270, 13819358165, 8118816000, 3716072179, 1485295802, 328, 24460340694, 9196895761, 4498294124, 185124891, 33281601415, 2702927258, 2806928109, 2292702400, 885045011, 91356966, 165904777, 29063485592, 19307173635, 1397793718, 951280589, 300070200, 290408377, 222143999, 58225641, 734263, 31613741289, 1641628, 7118196527, 2781574986, 720619165, 563569364, 219128073, 1628062, 13222451, 10660320, 2569415914, 1339557941, 1393595328, 2073734851, 1048311482, 348365067, 57699818, 34452558, 6512830, 33950717579, 16926767454, 5885973265, 2573643092, 894237063, 123147466, 105784829, 15211620, 26567407, 12543374, 2331957, 904, 1374240828, 868623943, 4943809778, 48256972, 54593771917, 2291287856, 3603180723, 125656342, 1436601185, 15513228, 1508385, 337738, 1974598574, 493649673, 10381601572, 969847110, 5811657999, 31052833954, 3990270005, 15956424, 500950747, 28366958, 320279, 656826, 29906192752, 27820897019, 4340127798, 5543835121, 1452360548, 915495807, 166004384, 25430604, 18366613, 959535, 41402744369, 20378256084, 952062391, 1454022650, 1504107885, 280732180, 114437112, 44766601, 13112468, 1579240, 27365365314, 23289403861, 5704802192, 1335845919, 2284423978, 235799537, 164217607, 17837180, 18909369, 633782]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o := Explode([G.1, G.2, G.3, G.5, G.8, G.9, G.10, G.11, G.12, G.14, G.15, G.16, G.17, G.18, G.19]); AssignNames(~G, ["a", "b", "c", "c2", "d", "d2", "d4", "e", "f", "g", "h", "i", "i3", "j", "k", "l", "m", "n", "o"]);
 
Copy content gap:G := PcGroupCode(18304798551076963901005174575470276854697809285802672952281023849112609468448902400189482500813879374123201431205644149147013305839192325257786074345391981402391417116686306283491320180272884257405660186046020860113902608723690886899537601944348368754463406286596347578217826934563438540352859297233053890774361212009321087913008763209424203824804651789538118213481157199302915453028746633367217623694612542834136224411780442149321982304320452603416963088670898416165045675686218526222704677112637999568853859041397126440449491461116136812308512756184959635495507384577633003089885875541487315186543096123338225198669762290413673808027174045374108083200328291079203230339462816592534129475033261206566219906677913425045696656837772929032256233645685999403124596720717123014409774725014180040570695514996451130821866122396533185728144435110972646666379736897239333769430124378066923682587620638361736147406569517067449048998175456888860011079392485894142691749563957562557809671204609468441217238720440086794024884589192843999636825744044827218492976473491889162250317992246179950790296542552063,229582512); a := G.1; b := G.2; c := G.3; d := G.5; e := G.8; f := G.9; g := G.10; h := G.11; i := G.12; j := G.14; k := G.15; l := G.16; m := G.17; n := G.18; o := G.19;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(18304798551076963901005174575470276854697809285802672952281023849112609468448902400189482500813879374123201431205644149147013305839192325257786074345391981402391417116686306283491320180272884257405660186046020860113902608723690886899537601944348368754463406286596347578217826934563438540352859297233053890774361212009321087913008763209424203824804651789538118213481157199302915453028746633367217623694612542834136224411780442149321982304320452603416963088670898416165045675686218526222704677112637999568853859041397126440449491461116136812308512756184959635495507384577633003089885875541487315186543096123338225198669762290413673808027174045374108083200328291079203230339462816592534129475033261206566219906677913425045696656837772929032256233645685999403124596720717123014409774725014180040570695514996451130821866122396533185728144435110972646666379736897239333769430124378066923682587620638361736147406569517067449048998175456888860011079392485894142691749563957562557809671204609468441217238720440086794024884589192843999636825744044827218492976473491889162250317992246179950790296542552063,229582512)'); a = G.1; b = G.2; c = G.3; d = G.5; e = G.8; f = G.9; g = G.10; h = G.11; i = G.12; j = G.14; k = G.15; l = G.16; m = G.17; n = G.18; o = G.19;
 
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(18304798551076963901005174575470276854697809285802672952281023849112609468448902400189482500813879374123201431205644149147013305839192325257786074345391981402391417116686306283491320180272884257405660186046020860113902608723690886899537601944348368754463406286596347578217826934563438540352859297233053890774361212009321087913008763209424203824804651789538118213481157199302915453028746633367217623694612542834136224411780442149321982304320452603416963088670898416165045675686218526222704677112637999568853859041397126440449491461116136812308512756184959635495507384577633003089885875541487315186543096123338225198669762290413673808027174045374108083200328291079203230339462816592534129475033261206566219906677913425045696656837772929032256233645685999403124596720717123014409774725014180040570695514996451130821866122396533185728144435110972646666379736897239333769430124378066923682587620638361736147406569517067449048998175456888860011079392485894142691749563957562557809671204609468441217238720440086794024884589192843999636825744044827218492976473491889162250317992246179950790296542552063,229582512)'); a = G.1; b = G.2; c = G.3; d = G.5; e = G.8; f = G.9; g = G.10; h = G.11; i = G.12; j = G.14; k = G.15; l = G.16; m = G.17; n = G.18; o = G.19;
 
Permutation group:Degree $36$ $\langle(1,20,16,2,19,18,3,21,17)(4,13,33,6,15,31,5,14,32)(7,29,26,8,30,25,9,28,27) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,20,16,2,19,18,3,21,17)(4,13,33,6,15,31,5,14,32)(7,29,26,8,30,25,9,28,27)(10,36,23,11,34,24,12,35,22), (1,31,13,8,26,19,2,33,15,9,27,20,3,32,14,7,25,21)(4,18,28,5,17,29)(6,16,30)(10,35,11,34,12,36)(22,24), (1,32,10,16)(2,31,11,17)(3,33,12,18)(4,27,21,23,29,14,9,34,5,25,19,24,30,13,7,35,6,26,20,22,28,15,8,36) >;
 
Copy content gap:G := Group( (1,20,16,2,19,18,3,21,17)(4,13,33,6,15,31,5,14,32)(7,29,26,8,30,25,9,28,27)(10,36,23,11,34,24,12,35,22), (1,31,13,8,26,19,2,33,15,9,27,20,3,32,14,7,25,21)(4,18,28,5,17,29)(6,16,30)(10,35,11,34,12,36)(22,24), (1,32,10,16)(2,31,11,17)(3,33,12,18)(4,27,21,23,29,14,9,34,5,25,19,24,30,13,7,35,6,26,20,22,28,15,8,36) );
 
Copy content sage:G = PermutationGroup(['(1,20,16,2,19,18,3,21,17)(4,13,33,6,15,31,5,14,32)(7,29,26,8,30,25,9,28,27)(10,36,23,11,34,24,12,35,22)', '(1,31,13,8,26,19,2,33,15,9,27,20,3,32,14,7,25,21)(4,18,28,5,17,29)(6,16,30)(10,35,11,34,12,36)(22,24)', '(1,32,10,16)(2,31,11,17)(3,33,12,18)(4,27,21,23,29,14,9,34,5,25,19,24,30,13,7,35,6,26,20,22,28,15,8,36)'])
 
Copy content sage_gap:G = gap.new('Group( (1,20,16,2,19,18,3,21,17)(4,13,33,6,15,31,5,14,32)(7,29,26,8,30,25,9,28,27)(10,36,23,11,34,24,12,35,22), (1,31,13,8,26,19,2,33,15,9,27,20,3,32,14,7,25,21)(4,18,28,5,17,29)(6,16,30)(10,35,11,34,12,36)(22,24), (1,32,10,16)(2,31,11,17)(3,33,12,18)(4,27,21,23,29,14,9,34,5,25,19,24,30,13,7,35,6,26,20,22,28,15,8,36) )')
 
Copy content oscar:G = @permutation_group(36, (1,20,16,2,19,18,3,21,17)(4,13,33,6,15,31,5,14,32)(7,29,26,8,30,25,9,28,27)(10,36,23,11,34,24,12,35,22), (1,31,13,8,26,19,2,33,15,9,27,20,3,32,14,7,25,21)(4,18,28,5,17,29)(6,16,30)(10,35,11,34,12,36)(22,24), (1,32,10,16)(2,31,11,17)(3,33,12,18)(4,27,21,23,29,14,9,34,5,25,19,24,30,13,7,35,6,26,20,22,28,15,8,36))
 
Transitive group: 36T83688 more information
Copy content magma:G := TransitiveGroup(36, 83688);
 
Copy content gap:G := TransitiveGroup(36, 83688);
 
Copy content sage:G = TransitiveGroup(36, 83688)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 83688)
 
Copy content oscar:G = transitive_group(36, 83688)
 
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^8.C_3^6:Q_8)$ . $S_3$ $(C_3^8.C_3^5.C_6)$ . $S_4$ $(C_3^9.C_3^5)$ . $\GL(2,3)$ $C_3^9$ . $(C_3^5:\GL(2,3))$ all 24

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

Homology

Abelianization: $C_{2} $
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_{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 29 normal subgroups (24 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_1$
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^6:\SL(2,3)$
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$

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 3 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 $2240 \times 2240$ character table is not available for this group.

Rational character table

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