Pranav Joshi

Results 3 issues of Pranav Joshi

I have added a function `MinimalGeneratingSetUsingChiefSeries` that computes a minimum generating set for finite groups using the algorithm derived from [the research paper](https://arxiv.org/abs/2306.07633) by Dhara Thakkar and Andrea Lucchini. We...

Added the function `MinimalFaithfulPermutationDegreeOfSimpleGroup` which computes the minimal degree directly, using table 4 of this paper : https://www.ams.org/journals/tran/2015-367-11/S0002-9947-2015-06293-X/S0002-9947-2015-06293-X.pdf ![table4](https://github.com/gap-system/gap/assets/108942295/339a8688-21f8-4852-af9b-14ed4e60628e) Also added test `MinimalFaithfulPermutationDegreeOfSimpleGroup.tst` to cross verify using `DoMinimalFaithfulPermutationDegree` and the...

For $G = SL(d,q) $, one can decompose any automorphism $\alpha : G \to G$ as $$ \alpha = idgf $$ where $i$ is an inner automorphism of G, $d$...