-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible example: two closure #18
Comments
@ChrisJefferson have you maybe done something wrong here? Admittedly on a very old machine, I get:
i.e. only four orbital graphs (not 6), and nearly 3 orders of magnitude slower. |
It's probably just your comment about "It takes 10 milliseconds and gives us 6 graphs." that's wrong (if I've not done something wrong on my end), although since |
Ah, I forgot it was an attribute. I'll also double-check my experiment. |
I was partially cheating, because the |
Let me give an updated example :) Native GAP:
Vole (with a regenerated group):
|
Thanks for clearing it up 🙂 I think it's a nice example. (Why i.e. even including
By the way I've added |
Yes, I definately did mean 36*36, I was earlier trying with 31, then realised 36 had a lot more interesting primitive groups :) |
I did this for something else, but thought it could be turned into a nice example (although it needs the orbital graphs package..)
How can we find the two closure of a group?
We can ask GAP for the two closure:
Let's try to do this from first principles instead:
Get the orbital graphs (using the OrbitalGraphs package):
We can ask for the automorphism groups of all those graphs
We can then ask GAP to intersect all those groups
Vole solves this in 30 seconds -- by finding (in a single step) the intersection of the automorphism groups of all the orbital graphs.
The text was updated successfully, but these errors were encountered: