Properties

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

Group information

Description:$C_3^8.C_3^5:(S_3\times \GL(2,3))$
Order: \(459165024\)\(\medspace = 2^{5} \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 \(4132485216\)\(\medspace = 2^{5} \cdot 3^{17} \)
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 5, $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 830331 1476224 708588 124058304 12754584 41570496 56687040 119042784 102036672 459165024
Conjugacy classes   1 5 1036 2 1032 4 150 44 78 16 2368
Divisions 1 5 1036 2 1032 2 144 38 76 8 2344
Autjugacy classes 1 5 244 2 260 4 62 16 30 8 632

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 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}=f^{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([20, 2, 2, 3, 2, 3, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3959786880, 8467739921, 101, 8543230322, 5811510282, 4955897283, 13154467223, 2719093243, 223, 3651398404, 12869188824, 4607302244, 1242628284, 12952824485, 26916941545, 9269947845, 3117440945, 1067917405, 345, 37623942726, 19309721786, 2681516926, 5257807026, 1836990206, 406, 48191155207, 20561472027, 7311617327, 2353578307, 991044567, 14303433608, 16741157788, 8618983248, 4140901508, 614155048, 960930108, 480467288, 50013158409, 38177827229, 7436318449, 7201656069, 2498472089, 1067702509, 7329, 2996040970, 32832138270, 23243695250, 1339208710, 2061251370, 1147766510, 617997730, 319114770, 35801870, 84457935371, 9022993951, 23606743731, 6646613831, 4309251931, 285439791, 707590211, 349660951, 27147771, 5599651, 1574871, 7860602892, 21126718112, 19120289812, 7492137192, 3338178572, 1212803392, 277739412, 5246492, 3433792, 62875491853, 2337027873, 17384794613, 3203141833, 1152537213, 420557873, 277809973, 400828833, 18465893, 32409913, 7061253, 11153, 21253, 1113, 377913614, 57915259234, 28910390454, 7715736074, 650851314, 806215695, 47264394275, 24791132215, 8196526155, 1366087795, 144527276176, 26084125476, 16522898456, 1293865996, 4443891216, 195570836, 139995136, 49177416, 125448956, 6527196, 5921336, 789736, 575556, 96820531217, 18423521317, 34998765177, 1447657997, 3033028897, 1533271797, 625346057, 385106557, 137552217, 5074057, 933357, 894497, 272437, 20857, 112066778898, 65714068838, 12639253018, 2597339598, 1495908098, 695504998, 648226938, 17452478, 3324478, 99458, 14018, 4918, 124207603219, 16502227239, 45034704059, 5206809679, 1714608119]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o := Explode([G.1, G.2, G.4, G.6, G.9, G.10, G.11, G.12, G.13, G.14, G.16, G.17, G.18, G.19, G.20]); AssignNames(~G, ["a", "b", "b2", "c", "c2", "d", "d2", "d4", "e", "f", "g", "h", "i", "j", "j3", "k", "l", "m", "n", "o"]);
 
Copy content gap:G := PcGroupCode(4087905842685172155450196327349719482960485659810804211948422436259027673077689003824883351038933186735991884828321171342696851923455450391151334664712059971222634839999442385103130167261448956640495499932900198999979004286854793990042058462113226033844390283096037669774303691844288995549778634301225732861023474322717168879832523431854895340908842551504297158819099889942673295009247361306662852854408154617245099272151620772295500104130468386935024404046648102513976339667249726090362621995704494052614021679975781868294528940886946734512361922521318583090572040227508629727681819302571280799941342703483185346655849081370519014493501232598885603598766992040138082432263661770403645188446989226136724486396794226477243913650898380130861508301820203683300249305736005063581145157145262590135883911705689190655715968208737695833573368362768552302511302015511381802575161305029275759485484064482157668188452894142807257590724455842411969155765994144784679003905315807723717040543847483868143183754010131986261094694660007979816720550952565551223590712635046346393362495086874220392445318256742832305493991052198929176158937914723393394000767381939741917657870114275880018393390261872653208232106530717351964457644002429341944230076401929944560768013702258342021058636000264493113343,459165024); a := G.1; b := G.2; c := G.4; d := G.6; e := G.9; f := G.10; g := G.11; h := G.12; i := G.13; j := G.14; k := G.16; l := G.17; m := G.18; n := G.19; o := G.20;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(4087905842685172155450196327349719482960485659810804211948422436259027673077689003824883351038933186735991884828321171342696851923455450391151334664712059971222634839999442385103130167261448956640495499932900198999979004286854793990042058462113226033844390283096037669774303691844288995549778634301225732861023474322717168879832523431854895340908842551504297158819099889942673295009247361306662852854408154617245099272151620772295500104130468386935024404046648102513976339667249726090362621995704494052614021679975781868294528940886946734512361922521318583090572040227508629727681819302571280799941342703483185346655849081370519014493501232598885603598766992040138082432263661770403645188446989226136724486396794226477243913650898380130861508301820203683300249305736005063581145157145262590135883911705689190655715968208737695833573368362768552302511302015511381802575161305029275759485484064482157668188452894142807257590724455842411969155765994144784679003905315807723717040543847483868143183754010131986261094694660007979816720550952565551223590712635046346393362495086874220392445318256742832305493991052198929176158937914723393394000767381939741917657870114275880018393390261872653208232106530717351964457644002429341944230076401929944560768013702258342021058636000264493113343,459165024)'); a = G.1; b = G.2; c = G.4; d = G.6; e = G.9; f = G.10; g = G.11; h = G.12; i = G.13; j = G.14; k = G.16; l = G.17; m = G.18; n = G.19; o = G.20;
 
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(4087905842685172155450196327349719482960485659810804211948422436259027673077689003824883351038933186735991884828321171342696851923455450391151334664712059971222634839999442385103130167261448956640495499932900198999979004286854793990042058462113226033844390283096037669774303691844288995549778634301225732861023474322717168879832523431854895340908842551504297158819099889942673295009247361306662852854408154617245099272151620772295500104130468386935024404046648102513976339667249726090362621995704494052614021679975781868294528940886946734512361922521318583090572040227508629727681819302571280799941342703483185346655849081370519014493501232598885603598766992040138082432263661770403645188446989226136724486396794226477243913650898380130861508301820203683300249305736005063581145157145262590135883911705689190655715968208737695833573368362768552302511302015511381802575161305029275759485484064482157668188452894142807257590724455842411969155765994144784679003905315807723717040543847483868143183754010131986261094694660007979816720550952565551223590712635046346393362495086874220392445318256742832305493991052198929176158937914723393394000767381939741917657870114275880018393390261872653208232106530717351964457644002429341944230076401929944560768013702258342021058636000264493113343,459165024)'); a = G.1; b = G.2; c = G.4; d = G.6; e = G.9; f = G.10; g = G.11; h = G.12; i = G.13; j = G.14; k = G.16; l = G.17; m = G.18; n = G.19; o = G.20;
 
Permutation group:Degree $36$ $\langle(1,35,25,11,15,23,3,36,27,12,13,24,2,34,26,10,14,22)(4,17,29,6,18,28)(5,16,30) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,35,25,11,15,23,3,36,27,12,13,24,2,34,26,10,14,22)(4,17,29,6,18,28)(5,16,30)(7,20,9,21,8,19)(32,33), (1,13,3,15,2,14)(4,23,31,6,22,32)(5,24,33)(7,28,35,20,16,10,9,29,36,21,18,12,8,30,34,19,17,11)(25,26) >;
 
Copy content gap:G := Group( (1,35,25,11,15,23,3,36,27,12,13,24,2,34,26,10,14,22)(4,17,29,6,18,28)(5,16,30)(7,20,9,21,8,19)(32,33), (1,13,3,15,2,14)(4,23,31,6,22,32)(5,24,33)(7,28,35,20,16,10,9,29,36,21,18,12,8,30,34,19,17,11)(25,26) );
 
Copy content sage:G = PermutationGroup(['(1,35,25,11,15,23,3,36,27,12,13,24,2,34,26,10,14,22)(4,17,29,6,18,28)(5,16,30)(7,20,9,21,8,19)(32,33)', '(1,13,3,15,2,14)(4,23,31,6,22,32)(5,24,33)(7,28,35,20,16,10,9,29,36,21,18,12,8,30,34,19,17,11)(25,26)'])
 
Copy content sage_gap:G = gap.new('Group( (1,35,25,11,15,23,3,36,27,12,13,24,2,34,26,10,14,22)(4,17,29,6,18,28)(5,16,30)(7,20,9,21,8,19)(32,33), (1,13,3,15,2,14)(4,23,31,6,22,32)(5,24,33)(7,28,35,20,16,10,9,29,36,21,18,12,8,30,34,19,17,11)(25,26) )')
 
Copy content oscar:G = @permutation_group(36, (1,35,25,11,15,23,3,36,27,12,13,24,2,34,26,10,14,22)(4,17,29,6,18,28)(5,16,30)(7,20,9,21,8,19)(32,33), (1,13,3,15,2,14)(4,23,31,6,22,32)(5,24,33)(7,28,35,20,16,10,9,29,36,21,18,12,8,30,34,19,17,11)(25,26))
 
Transitive group: 36T88067 more information
Copy content magma:G := TransitiveGroup(36, 88067);
 
Copy content gap:G := TransitiveGroup(36, 88067);
 
Copy content sage:G = TransitiveGroup(36, 88067)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 88067)
 
Copy content oscar:G = transitive_group(36, 88067)
 
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.C_3^4.D_6)$ . $S_4$ $(C_3^8.C_3^6:Q_8)$ . $D_6$ $(C_3^8.C_3^5:Q_8)$ . $S_3^2$ $(C_3^{12}.C_3.S_3)$ . $\GL(2,3)$ (2) all 31

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

Homology

Abelianization: $C_{2}^{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_{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: $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 36 normal subgroups (33 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^8.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 6 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 $2368 \times 2368$ character table is not available for this group.

Rational character table

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