-
Notifications
You must be signed in to change notification settings - Fork 161
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
Buggy GroupHomomorphismByImages for f.p. groups #3100
Milestone
Comments
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Dec 11, 2018
Error arises if homomorphism is given on permuted standard generators. I have a fix. |
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Dec 11, 2018
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Dec 11, 2018
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Dec 12, 2018
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Dec 12, 2018
hulpke
added a commit
to hulpke/gap
that referenced
this issue
Dec 13, 2018
ssiccha
pushed a commit
to ssiccha/gap
that referenced
this issue
Mar 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GAP can create a homomorphism, check that it's bijective, but the inverse map is not a homomorphism.
This seems to be related to the complexity of the groups involved. If I replace
q
bySimplifiedFpGroup(q)
then everything works.The text was updated successfully, but these errors were encountered: