Properties

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

Group information

Description:$C_3^4.(C_3^8.C_6\wr S_4)$
Order: \(16529940864\)\(\medspace = 2^{7} \cdot 3^{17} \)
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: \(216\)\(\medspace = 2^{3} \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 7, $C_3$ x 17
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 27 36 54
Elements 1 185931 13548464 34178436 1356701040 229582512 794773296 3454200288 5391882288 1836660096 612220032 2193788448 612220032 16529940864
Conjugacy classes   1 8 1011 6 10251 1 951 2039 4248 8 26 407 18 18975
Divisions 1 8 531 6 5207 1 484 1031 2131 4 13 204 9 9630

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, r \mid 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([24, 2, 3, 2, 3, 2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 48, 16318667833, 216385268402, 182869521938, 194, 100080713091, 557941128219, 47806898763, 722423361604, 497269292428, 229067802772, 109250001796, 18368294500, 893460891461, 484884076637, 252566977877, 167246759741, 35955399557, 413, 932440190982, 270258823326, 409882588470, 14693301582, 739841190, 2142770262, 750379686919, 494388665887, 317857872439, 219098320207, 20772506983, 37554788863, 322486999, 559, 1027596160520, 310090799264, 588151321400, 180410359184, 43493864, 20324105408, 5577959528, 2119014812169, 225447079713, 597498877497, 147418194321, 5591635305, 1512138369, 2041411833, 2166688977, 912937881, 705, 4322502264970, 274362536482, 334893297082, 269515059346, 10727621098, 4641221506, 415657594, 23098066, 770215910411, 899443325987, 272807025467, 350057759699, 45983220587, 21970279427, 885810971, 2618635571, 278624651, 344565155, 136297115, 851, 1162699619340, 189954865188, 680783201340, 59095236180, 133153922412, 6470845188, 4503268380, 2813661108, 1186829484, 425625636, 102276972, 5002960951309, 422636175397, 334139323453, 426453382741, 4021581421, 17651354245, 547586077, 1289675701, 325539853, 4983781, 26968285, 4309, 14791818254, 263128642598, 444226705982, 453413272406, 22690679150, 36741133574, 1077753758, 31726262, 13238, 6397166, 2334191468559, 555064565799, 878514315327, 499160973399, 39193694319, 68200538247, 12553076895, 3314718903, 17418447, 124236519, 49725183, 60620823, 48439599, 6825927, 1190367, 4495166751760, 2724451739176, 751011305536, 170838595672, 116381131888, 8482848904, 8677435552, 2352342136, 2315064016, 228320296, 133599856, 75161224, 51489088, 7259872, 1256176, 1907368, 267690479633, 316325440553, 155386874945, 74132651609, 184963046513, 4991259017, 5691378977, 3711080633, 30233297, 892638377, 35272193, 102500921, 31598081, 2029865, 676865, 132569, 631553, 1867417970706, 666620970, 1157911096386, 102015459162, 34899102834, 20994225546, 5840024994, 3901295418, 135629202, 904997898, 665106, 119719434, 33575130, 2216490, 739074, 111186, 669354, 12738, 2461958737939, 1229695395883, 641404293187, 180775203931, 98077132915, 15120898699, 366820003, 17002414267, 4142603731, 2076825835, 878849539, 455596123, 114424147, 8437339, 471307, 157411, 121210048532, 418497601580, 45560890436, 79527764828, 141425657972, 34314803852, 7327744868, 4602951548, 255721748, 1035532748, 24984548, 120564140, 30128420, 122804, 41180, 272540, 776060, 30668, 110852, 4620044335125, 4171600300077, 848183187525, 255893603421, 9603754101, 53213428365, 6758484645, 3789397053, 2246156565, 45537069, 47925765, 118223709, 76982709, 2452365, 2789781, 2851581, 171501, 57477, 6837, 1828799493142, 2485220299822, 884499222598, 152399957854, 138067794550, 2471373545495, 3351519203375, 1352023695431, 205947795551, 251861778551, 42648809615]); a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r := Explode([G.1, G.3, G.5, G.6, G.8, G.10, G.12, G.14, G.15, G.16, G.17, G.18, G.19, G.20, G.21, G.22, G.23, G.24]); AssignNames(~G, ["a", "a2", "b", "b2", "c", "d", "d2", "e", "e2", "f", "f2", "g", "g2", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r"]);
 
Copy content gap:G := PcGroupCode(3689969078104521763206052061421388881953123700110516111925663131065157071435537960289165993316281079370675581044042027138028688679163682518804158952289987568188504955784993536839974626406550064821769601080888579439136781546810163437313521384464821354918644548472208797134255076776758992780325495050541046536536953317746571446658314905109959775880482983120859035599480954742458052012256122186409573431633321747345727821479377143289993932018364252264873218730373581927945007938440593879296634714549568120409883646005985607719013391167962470619438379222475545863851229134180796947580742830436314381693828769743283259498363975373196174761789877559589360548108278957544000532348703487206504926246585543653401043212399116162594183753965531832190690307026335155241614032610789868320827449916622848628056769849848138290420699870799657201163664072002997500910032544139924770944769770528071495238936906851056570400765862130617857555100145417180560419793181322717427079936437386364830158961984680761850602714071773483040601117093621352589654594107458732881712571464437744168198165752185579469803963030164531836432520532204507990793983920466839749301710648614535505127394390184017877389377777895843991920990102068124899349769717811528992304631806677582996703823798104224324679627049239446330777972185061532045408935212432107579819522674045196960823669959509531816318385921802458930686165798684239831450891354976559649911148375092865659431769041512761354181438765031058249156605942207195170036816779023539612902095404471717026196513641895784937401877826334220582753020396237978816631790932749046795125231965808227643898596732230447416530496341932908828735318565975744705704408257991531486467937084986196050355224535990609887939316803564265338766706660578938975307100634315953175104011473773708030142885868454475299445511354928541773504307598861802697710152728189675025407237193788645609761347800891311078827434973439920313286066198844979550925472735171331072670617023831929015653870538659075994860022197037592395578647930107477080560805212658537679742003771365066786976537838380850913370132848491741557605234220132073290650763592366387377596941714651741777856578927012921355296382370757033249764012697470796151579592027860053591894123955007135851906830363066598060905503628046964141739084424855556009360454299019358684233556002994934979897171176559626142573029406508784048286292612595355260169585751962423005346937415698370239653752459491142336716957155272999132831847961197741584062925156351,16529940864); a := G.1; b := G.3; c := G.5; d := G.6; e := G.8; f := G.10; g := G.12; h := G.14; i := G.15; j := G.16; k := G.17; l := G.18; m := G.19; n := G.20; o := G.21; p := G.22; q := G.23; r := G.24;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(3689969078104521763206052061421388881953123700110516111925663131065157071435537960289165993316281079370675581044042027138028688679163682518804158952289987568188504955784993536839974626406550064821769601080888579439136781546810163437313521384464821354918644548472208797134255076776758992780325495050541046536536953317746571446658314905109959775880482983120859035599480954742458052012256122186409573431633321747345727821479377143289993932018364252264873218730373581927945007938440593879296634714549568120409883646005985607719013391167962470619438379222475545863851229134180796947580742830436314381693828769743283259498363975373196174761789877559589360548108278957544000532348703487206504926246585543653401043212399116162594183753965531832190690307026335155241614032610789868320827449916622848628056769849848138290420699870799657201163664072002997500910032544139924770944769770528071495238936906851056570400765862130617857555100145417180560419793181322717427079936437386364830158961984680761850602714071773483040601117093621352589654594107458732881712571464437744168198165752185579469803963030164531836432520532204507990793983920466839749301710648614535505127394390184017877389377777895843991920990102068124899349769717811528992304631806677582996703823798104224324679627049239446330777972185061532045408935212432107579819522674045196960823669959509531816318385921802458930686165798684239831450891354976559649911148375092865659431769041512761354181438765031058249156605942207195170036816779023539612902095404471717026196513641895784937401877826334220582753020396237978816631790932749046795125231965808227643898596732230447416530496341932908828735318565975744705704408257991531486467937084986196050355224535990609887939316803564265338766706660578938975307100634315953175104011473773708030142885868454475299445511354928541773504307598861802697710152728189675025407237193788645609761347800891311078827434973439920313286066198844979550925472735171331072670617023831929015653870538659075994860022197037592395578647930107477080560805212658537679742003771365066786976537838380850913370132848491741557605234220132073290650763592366387377596941714651741777856578927012921355296382370757033249764012697470796151579592027860053591894123955007135851906830363066598060905503628046964141739084424855556009360454299019358684233556002994934979897171176559626142573029406508784048286292612595355260169585751962423005346937415698370239653752459491142336716957155272999132831847961197741584062925156351,16529940864)'); a = G.1; b = G.3; c = G.5; d = G.6; e = G.8; f = G.10; g = G.12; h = G.14; i = G.15; j = G.16; k = G.17; l = G.18; m = G.19; n = G.20; o = G.21; p = G.22; q = G.23; r = G.24;
 
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(3689969078104521763206052061421388881953123700110516111925663131065157071435537960289165993316281079370675581044042027138028688679163682518804158952289987568188504955784993536839974626406550064821769601080888579439136781546810163437313521384464821354918644548472208797134255076776758992780325495050541046536536953317746571446658314905109959775880482983120859035599480954742458052012256122186409573431633321747345727821479377143289993932018364252264873218730373581927945007938440593879296634714549568120409883646005985607719013391167962470619438379222475545863851229134180796947580742830436314381693828769743283259498363975373196174761789877559589360548108278957544000532348703487206504926246585543653401043212399116162594183753965531832190690307026335155241614032610789868320827449916622848628056769849848138290420699870799657201163664072002997500910032544139924770944769770528071495238936906851056570400765862130617857555100145417180560419793181322717427079936437386364830158961984680761850602714071773483040601117093621352589654594107458732881712571464437744168198165752185579469803963030164531836432520532204507990793983920466839749301710648614535505127394390184017877389377777895843991920990102068124899349769717811528992304631806677582996703823798104224324679627049239446330777972185061532045408935212432107579819522674045196960823669959509531816318385921802458930686165798684239831450891354976559649911148375092865659431769041512761354181438765031058249156605942207195170036816779023539612902095404471717026196513641895784937401877826334220582753020396237978816631790932749046795125231965808227643898596732230447416530496341932908828735318565975744705704408257991531486467937084986196050355224535990609887939316803564265338766706660578938975307100634315953175104011473773708030142885868454475299445511354928541773504307598861802697710152728189675025407237193788645609761347800891311078827434973439920313286066198844979550925472735171331072670617023831929015653870538659075994860022197037592395578647930107477080560805212658537679742003771365066786976537838380850913370132848491741557605234220132073290650763592366387377596941714651741777856578927012921355296382370757033249764012697470796151579592027860053591894123955007135851906830363066598060905503628046964141739084424855556009360454299019358684233556002994934979897171176559626142573029406508784048286292612595355260169585751962423005346937415698370239653752459491142336716957155272999132831847961197741584062925156351,16529940864)'); a = G.1; b = G.3; c = G.5; d = G.6; e = G.8; f = G.10; g = G.12; h = G.14; i = G.15; j = G.16; k = G.17; l = G.18; m = G.19; n = G.20; o = G.21; p = G.22; q = G.23; r = G.24;
 
Permutation group:Degree $36$ $\langle(1,21,29,34,15,33,4,23,25,9,17,10)(2,19,30,35,13,31,5,24,26,7,18,11)(3,20,28,36,14,32,6,22,27,8,16,12) \!\cdots\! \rangle$ Copy content Toggle raw display
Copy content comment:Define the group as a permutation group
 
Copy content magma:G := PermutationGroup< 36 | (1,21,29,34,15,33,4,23,25,9,17,10)(2,19,30,35,13,31,5,24,26,7,18,11)(3,20,28,36,14,32,6,22,27,8,16,12), (1,23,6,26,10,16,3,22,5,25,12,18,2,24,4,27,11,17)(7,21,31,9,20,33,8,19,32)(13,35,29)(14,36,30)(15,34,28) >;
 
Copy content gap:G := Group( (1,21,29,34,15,33,4,23,25,9,17,10)(2,19,30,35,13,31,5,24,26,7,18,11)(3,20,28,36,14,32,6,22,27,8,16,12), (1,23,6,26,10,16,3,22,5,25,12,18,2,24,4,27,11,17)(7,21,31,9,20,33,8,19,32)(13,35,29)(14,36,30)(15,34,28) );
 
Copy content sage:G = PermutationGroup(['(1,21,29,34,15,33,4,23,25,9,17,10)(2,19,30,35,13,31,5,24,26,7,18,11)(3,20,28,36,14,32,6,22,27,8,16,12)', '(1,23,6,26,10,16,3,22,5,25,12,18,2,24,4,27,11,17)(7,21,31,9,20,33,8,19,32)(13,35,29)(14,36,30)(15,34,28)'])
 
Copy content sage_gap:G = gap.new('Group( (1,21,29,34,15,33,4,23,25,9,17,10)(2,19,30,35,13,31,5,24,26,7,18,11)(3,20,28,36,14,32,6,22,27,8,16,12), (1,23,6,26,10,16,3,22,5,25,12,18,2,24,4,27,11,17)(7,21,31,9,20,33,8,19,32)(13,35,29)(14,36,30)(15,34,28) )')
 
Copy content oscar:G = @permutation_group(36, (1,21,29,34,15,33,4,23,25,9,17,10)(2,19,30,35,13,31,5,24,26,7,18,11)(3,20,28,36,14,32,6,22,27,8,16,12), (1,23,6,26,10,16,3,22,5,25,12,18,2,24,4,27,11,17)(7,21,31,9,20,33,8,19,32)(13,35,29)(14,36,30)(15,34,28))
 
Transitive group: 36T110183 more information
Copy content magma:G := TransitiveGroup(36, 110183);
 
Copy content gap:G := TransitiveGroup(36, 110183);
 
Copy content sage:G = TransitiveGroup(36, 110183)
 
Copy content sage_gap:G = libgap.TransitiveGroup(36, 110183)
 
Copy content oscar:G = transitive_group(36, 110183)
 
Direct product: not computed
Semidirect product: not computed
Trans. wreath product: not computed
Possibly split product: $C_3^{12}$ . $(S_3\wr S_4)$ $C_3^{11}$ . $(C_3\times S_3\wr S_4)$ $C_3^9$ . $(C_3^3.S_3\wr S_4)$ $C_3^8$ . $(C_3^4.C_6\wr S_4)$ all 36

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: not computed
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 38 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^7:C_2^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)
 

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

Rational character table

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