Properties

Label 1185792.d
Order \( 2^{11} \cdot 3 \cdot 193 \)
Exponent \( 2^{6} \cdot 3 \cdot 193 \)
Nilpotent no
Solvable yes
$\card{G^{\mathrm{ab}}}$ \( 2^{11} \cdot 3 \)
$\card{Z(G)}$ \( 2^{5} \cdot 3 \)
$\card{\Aut(G)}$ \( 2^{16} \cdot 3 \cdot 193 \)
$\card{\mathrm{Out}(G)}$ \( 2^{10} \cdot 3 \)
Perm deg. not computed
Trans deg. $18528$
Rank $2$

Related objects

Downloads

Learn more

Show commands: Gap / Magma / SageMath (using Gap)

Copy content comment:Define the group with the given generators and relations
 
Copy content magma:G := PCGroup([13, -2, -2, -2, -2, -2, -2, -3, -2, -2, -2, -2, -2, -193, 26, 66, 106, 146, 186, 226, 85003783, 16623380, 26842017, 5673454, 4234523, 240312, 306, 52520840, 37402581, 25710082, 12765215, 856500, 540613, 346, 116712969, 6040342, 18595235, 9097968, 1903261, 1201274, 386, 87200266, 13288727, 40909476, 20015473, 4187102, 2642715, 426, 5271563, 28993560, 43011109, 20547122, 9135423, 5765836, 466, 11421708, 62819353, 43090982, 19468851, 7268416, 6230093]); a,b := Explode([G.1, G.8]); AssignNames(~G, ["a", "a2", "a4", "a8", "a16", "a32", "a64", "b", "b2", "b4", "b8", "b16", "b32"]);
 
Copy content gap:G := PcGroupCode(289095316388053618472917707312495599829481447852214169911922798432645557286452870041300053381468924270287711577945902444070642276101606429833120467445414343240054951987751871211669900932638104750712858717863683947198850618080627694825029024071719971066336454243341998368613974018453530215329174949862911515476527151509506560954215014858943,1185792); a := G.1; b := G.8;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(289095316388053618472917707312495599829481447852214169911922798432645557286452870041300053381468924270287711577945902444070642276101606429833120467445414343240054951987751871211669900932638104750712858717863683947198850618080627694825029024071719971066336454243341998368613974018453530215329174949862911515476527151509506560954215014858943,1185792)'); a = G.1; b = G.8;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(289095316388053618472917707312495599829481447852214169911922798432645557286452870041300053381468924270287711577945902444070642276101606429833120467445414343240054951987751871211669900932638104750712858717863683947198850618080627694825029024071719971066336454243341998368613974018453530215329174949862911515476527151509506560954215014858943,1185792)'); a = G.1; b = G.8;
 

Group information

Description:$C_{18528}:C_{64}$
Order: \(1185792\)\(\medspace = 2^{11} \cdot 3 \cdot 193 \)
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:G.Order()
 
Exponent: \(37056\)\(\medspace = 2^{6} \cdot 3 \cdot 193 \)
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:G.Exponent()
 
Automorphism group:$C_{3088}.C_{24}.C_4^2.C_2^5$, of order \(37945344\)\(\medspace = 2^{16} \cdot 3 \cdot 193 \)
Copy content comment:Automorphism group
 
Copy content gap:AutomorphismGroup(G);
 
Copy content magma:AutomorphismGroup(G);
 
Copy content sage:G.AutomorphismGroup()
 
Composition factors:$C_2$ x 11, $C_3$, $C_{193}$
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:G.CompositionSeries()
 
Derived length:$2$
Copy content comment:Derived length of the group
 
Copy content magma:DerivedLength(G);
 
Copy content gap:DerivedLength(G);
 
Copy content sage:G.DerivedLength()
 

This group is nonabelian, metacyclic (hence solvable, supersolvable, monomial, and metabelian), hyperelementary for $p = 2$, and an A-group.

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:G.IsAbelian()
 
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:G.IsCyclic()
 
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:G.IsNilpotentGroup()
 
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:G.IsSolvableGroup()
 
Copy content comment:Determine if the group G is supersolvable
 
Copy content gap:IsSupersolvableGroup(G);
 
Copy content sage:G.is_supersolvable()
 
Copy content sage:G.IsSupersolvableGroup()
 
Copy content comment:Determine if the group G is simple
 
Copy content magma:IsSimple(G);
 
Copy content gap:IsSimpleGroup(G);
 
Copy content sage:G.IsSimpleGroup()
 

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))
 

Order 1 2 3 4 6 8 12 16 24 32 48 64 96 192 193 386 579 772 1158 1544 2316 3088 4632 6176 9264 18528
Elements 1 387 2 1932 774 8496 3864 35520 16992 145152 71040 197632 290304 395264 192 192 384 384 384 768 768 1536 1536 3072 3072 6144 1185792
Conjugacy classes   1 3 2 12 6 48 24 192 96 768 384 1024 1536 2048 3 3 6 6 6 12 12 24 24 48 48 96 6432
Divisions 1 3 1 6 3 12 6 24 12 48 24 32 48 32 1 1 1 1 1 1 1 1 1 1 1 1 264

Minimal presentations

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

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

Constructions

Show commands: Gap / Magma / SageMath (using Gap)


Presentation: $\langle a, b \mid a^{192}=b^{6176}=1, b^{a}=b^{4257} \rangle$ Copy content Toggle raw display
Copy content comment:Define the group with the given generators and relations
 
Copy content magma:G := PCGroup([13, -2, -2, -2, -2, -2, -2, -3, -2, -2, -2, -2, -2, -193, 26, 66, 106, 146, 186, 226, 85003783, 16623380, 26842017, 5673454, 4234523, 240312, 306, 52520840, 37402581, 25710082, 12765215, 856500, 540613, 346, 116712969, 6040342, 18595235, 9097968, 1903261, 1201274, 386, 87200266, 13288727, 40909476, 20015473, 4187102, 2642715, 426, 5271563, 28993560, 43011109, 20547122, 9135423, 5765836, 466, 11421708, 62819353, 43090982, 19468851, 7268416, 6230093]); a,b := Explode([G.1, G.8]); AssignNames(~G, ["a", "a2", "a4", "a8", "a16", "a32", "a64", "b", "b2", "b4", "b8", "b16", "b32"]);
 
Copy content gap:G := PcGroupCode(289095316388053618472917707312495599829481447852214169911922798432645557286452870041300053381468924270287711577945902444070642276101606429833120467445414343240054951987751871211669900932638104750712858717863683947198850618080627694825029024071719971066336454243341998368613974018453530215329174949862911515476527151509506560954215014858943,1185792); a := G.1; b := G.8;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(289095316388053618472917707312495599829481447852214169911922798432645557286452870041300053381468924270287711577945902444070642276101606429833120467445414343240054951987751871211669900932638104750712858717863683947198850618080627694825029024071719971066336454243341998368613974018453530215329174949862911515476527151509506560954215014858943,1185792)'); a = G.1; b = G.8;
 
Copy content sage:# This uses Sage's interface to GAP, as Sage (currently) has no native support for PC groups G = gap.new('PcGroupCode(289095316388053618472917707312495599829481447852214169911922798432645557286452870041300053381468924270287711577945902444070642276101606429833120467445414343240054951987751871211669900932638104750712858717863683947198850618080627694825029024071719971066336454243341998368613974018453530215329174949862911515476527151509506560954215014858943,1185792)'); a = G.1; b = G.8;
 
Matrix group:$\left\langle \left(\begin{array}{rr} 1 & 1 \\ 0 & 1 \end{array}\right), \left(\begin{array}{rr} 37 & 0 \\ 0 & 21 \end{array}\right), \left(\begin{array}{rr} 185 & 0 \\ 0 & 24 \end{array}\right) \right\rangle \subseteq \GL_{2}(\F_{193})$
Copy content comment:Define the group as a matrix group with coefficients in GLFp
 
Copy content magma:G := MatrixGroup< 2, GF(193) | [[1, 1, 0, 1], [37, 0, 0, 21], [185, 0, 0, 24]] >;
 
Copy content gap:G := Group([[[ Z(193)^0, Z(193)^0 ], [ 0*Z(193), Z(193)^0 ]], [[ Z(193)^5, 0*Z(193) ], [ 0*Z(193), Z(193)^188 ]], [[ Z(193)^6, 0*Z(193) ], [ 0*Z(193), Z(193)^186 ]]]);
 
Copy content sage:MS = MatrixSpace(GF(193), 2, 2) G = MatrixGroup([MS([[1, 1], [0, 1]]), MS([[37, 0], [0, 21]]), MS([[185, 0], [0, 24]])])
 
Direct product: $C_{32}$ $\, \times\, $ $C_3$ $\, \times\, $ $(C_{193}:C_{64})$
Semidirect product: $C_{18528}$ $\,\rtimes\,$ $C_{64}$ $C_{6176}$ $\,\rtimes\,$ $C_{192}$ $(C_{193}:C_{96})$ $\,\rtimes\,$ $C_{64}$ $(C_{193}:C_{96})$ $\,\rtimes\,$ $C_{64}$ all 14
Trans. wreath product: not computed
Non-split product: $(C_{96}\times D_{193})$ . $C_{32}$ $(D_{193}:C_{96})$ . $C_{32}$ $(D_{193}:C_{96})$ . $C_{32}$ $(D_{193}:C_{96})$ . $C_{32}$ all 144

Elements of the group are displayed as words in the presentation generators from the presentation above.

Homology

Abelianization: $C_{32} \times C_{192} \simeq C_{32} \times C_{64} \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())
 
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:G.AbelianInvariantsMultiplier()
 
Commutator length: not computed
Copy content comment:The commutator length of the group
 
Copy content gap:CommutatorLength(G);
 
Copy content sage: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:G.AllSubgroups()
 

There are 90816 subgroups in 960 conjugacy classes, 492 normal (96 characteristic).

Characteristic subgroups are shown in this color. Normal (but not characteristic) subgroups are shown in this color.

Special subgroups

Center: $Z \simeq$ $C_{96}$ $G/Z \simeq$ $C_{193}:C_{64}$
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:G.Center()
 
Commutator: $G' \simeq$ $C_{193}$ $G/G' \simeq$ $C_{32}\times C_{192}$
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:G.DerivedSubgroup()
 
Frattini: $\Phi \simeq$ $C_{16}$ $G/\Phi \simeq$ $C_{1158}:C_{64}$
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:G.FrattiniSubgroup()
 
Fitting: $\operatorname{Fit} \simeq$ $C_{18528}$ $G/\operatorname{Fit} \simeq$ $C_{64}$
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:G.FittingSubgroup()
 
Radical: $R \simeq$ $C_{18528}:C_{64}$ $G/R \simeq$ $C_1$
Copy content comment:Radical of the group G
 
Copy content magma:Radical(G);
 
Copy content gap:SolvableRadical(G);
 
Copy content sage:G.SolvableRadical()
 
Socle: $\operatorname{soc} \simeq$ $C_{1158}$ $G/\operatorname{soc} \simeq$ $C_{16}\times C_{64}$
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:G.Socle()
 
2-Sylow subgroup: $P_{ 2 } \simeq$ $C_{32}\times C_{64}$
3-Sylow subgroup: $P_{ 3 } \simeq$ $C_3$
193-Sylow subgroup: $P_{ 193 } \simeq$ $C_{193}$

Subgroup diagram and profile

Series

Derived series $C_{18528}:C_{64}$ $\rhd$ $C_{193}$ $\rhd$ $C_1$
Copy content comment:Derived series of the group GF
 
Copy content magma:DerivedSeries(G);
 
Copy content gap:DerivedSeriesOfGroup(G);
 
Copy content sage:G.derived_series()
 
Copy content sage:G.DerivedSeriesOfGroup()
 
Chief series $C_{18528}:C_{64}$ $\rhd$ $C_{18528}:C_{32}$ $\rhd$ $C_{18528}:C_{16}$ $\rhd$ $C_{18528}:C_8$ $\rhd$ $C_{18528}.C_4$ $\rhd$ $C_{96}\times D_{193}$ $\rhd$ $C_{18528}$ $\rhd$ $C_{6176}$ $\rhd$ $C_{3088}$ $\rhd$ $C_{1544}$ $\rhd$ $C_{772}$ $\rhd$ $C_{386}$ $\rhd$ $C_{193}$ $\rhd$ $C_1$
Copy content comment:Chief series of the group G
 
Copy content magma:ChiefSeries(G);
 
Copy content gap:ChiefSeries(G);
 
Copy content sage:G.ChiefSeries()
 
Lower central series $C_{18528}:C_{64}$ $\rhd$ $C_{193}$
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:G.LowerCentralSeriesOfGroup()
 
Upper central series $C_1$ $\lhd$ $C_{96}$
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:G.UpperCentralSeriesOfGroup()
 

Supergroups

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

This group is a maximal quotient of 1 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:G.CharacterTable() # Output not guaranteed to exactly match the LMFDB table
 

Complex character table

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

Rational character table

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