I am currently working on trying to get a solvable doubly transitive permutation group using GAP. So, I am trying to create the semidirect product of a subgroup of a general linear group and a vector space. Currently I am trying to work with the group GL(2,3) and vector space V of dimension 2 over the field of 3 elements. I don't know if this is possible, since it seems like both parts of the semidirect product needs to be a group and I need a homomorphism from GL to V. I am new to GAP so I don't know what I can do to achieve this.
2026-03-25 06:34:24.1774420464
semidirect product between subgroup of general linear group and vector space in GAP
316 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ABSTRACT-ALGEBRA
- Feel lost in the scheme of the reducibility of polynomials over $\Bbb Z$ or $\Bbb Q$
- Integral Domain and Degree of Polynomials in $R[X]$
- Fixed points of automorphisms of $\mathbb{Q}(\zeta)$
- Group with order $pq$ has subgroups of order $p$ and $q$
- A commutative ring is prime if and only if it is a domain.
- Conjugacy class formula
- Find gcd and invertible elements of a ring.
- Extending a linear action to monomials of higher degree
- polynomial remainder theorem proof, is it legit?
- $(2,1+\sqrt{-5}) \not \cong \mathbb{Z}[\sqrt{-5}]$ as $\mathbb{Z}[\sqrt{-5}]$-module
Related Questions in VECTOR-SPACES
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Does curl vector influence the final destination of a particle?
- Closure and Subsets of Normed Vector Spaces
- Dimension of solution space of homogeneous differential equation, proof
- Linear Algebra and Vector spaces
- Is the professor wrong? Simple ODE question
- Finding subspaces with trivial intersection
- verifying V is a vector space
- Proving something is a vector space using pre-defined properties
- Subspace of vector spaces
Related Questions in GAP
- List Conjugacy Classes in GAP?
- Betti number and torsion coefficient
- How to create a group action on some group with GAP
- Minimal Permutation Representation Degree of a group: GAP implementation
- How to compute group cohomology $H^2_\sigma(\mathbb{Z}\times \mathbb{Z}, \mathbb{Z}_2\times \mathbb{Z}_2)$ with nontrivial $G$-module
- Lower bound for the order of a non-solvable primitive group of degree n
- Finite groups with 15 or 16 conjugacy classes
- Construct a semidirect product in GAP
- In GAP, How can I check whether a given group is a direct product?
- Maximal subgroup of a finite semigroup (GAP)
Related Questions in SEMIDIRECT-PRODUCT
- Online reference about semi-direct products in finite group theory?
- Interpretation of wreath products in general and on symmetric groups
- The commutator of two subgroup in a finite group
- Why is the symmetry group $S_3$ not the direct product of two nontrivial groups?
- Holomorph of a group $G$, then the automorphism of $G$ are inner automorphisms
- $U(n)=SU(n)\rtimes U(1)$?
- Automorphism group of $\operatorname{Hol}(\mathbb{Z_n})$
- Groups without using Sylow
- Product of two elements in a semidirect product with distinct prime powers
- Proving that there exist a semidirect group
Related Questions in GENERAL-LINEAR-GROUP
- Proving that $Aw\in \langle w\rangle \implies A$ is of the form $\lambda I_n$
- Can we find element of order $q^2-1$ in $\text{GL}_2(\mathbb{F}_q)$?
- Is $H$ is a normal subgroup of $G$? Yes/NO
- Action of $GL(\Bbb F_2^3)$ on the sub-spaces of $\Bbb F_2^3$ of dimension $2$
- The orbit space GL(n,R)/O(n)
- Can any finite group of order $n$ be embedded in $SL_n(\mathbb{Z})$?
- eigenvectors of invertible matrices over the complex numbers
- eigenspace of the power of a matrix
- Isomorphism between $GL_2(\mathbb{F}_2)$ and $S_3$
- Center for a subgroup of $\operatorname{GL}_{2}(\mathbb{F_{7}})$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
For the special case of a semidirect product of a matrix group with its natural vector space you can use
SemidirectProductwithout homomorphism:The result is the semidirect product as an affine matrix group, that is the upper left corner is the matrix part and the last row (except from the last entry $1$) is the vector space part.
To get the permutation action on 9 points, you need to get the conjugation action (
OnPoints) of the matrix part, together with the translation action (multiplication,OnRight) of the vector space part:Together this gets the 2-transitive permutation action