-
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
SemidirectProduct error if group has no generators #4089
Comments
This is related to some previous issues ,for example #1239 The fix for this is to pass the identity as the optional second argument of group, say |
Just to add to @ChrisJefferson's remark: If the generator list is (potentially) empty, the identity needs to be given, as GAP otherwise has no way of finding out what it would be (identity permutation, matrix, idword, ...) I suggest we close this. |
I am sorry to bring up this semi-trivial issue, but there are situations where it does cause error. For instance, continuing with the example above,
|
Need to give identity element in addition to generators. This closes gap-system#4089
@ignatsoroko Yes, but that is an issue in |
You may also would like to change gap\lib\gprd.gi (SubdirectProduct) |
Thanks. will fix.
Here it can't happen, as the group is nonabelian simple.
|
Need to give identity element in addition to generators. Ditto for related uses. This closes gap-system#4089
Need to give identity element in addition to generators. Ditto for related uses. This closes gap-system#4089
Need to give identity element in addition to generators. Ditto for related uses. This closes gap-system#4089
* FIX: SemidirectProduct case of trivial groups. Need to give identity element in addition to generators. Ditto for related uses. This closes #4089 * ENHANCE: More efforts on automorphism lifting Reduce the chance to be caught in unlucky bad case. Also Allow option in autsr to skip radical automorphism group which can be expensive in rare cases * ENHANCE: RandomUnimodularMat allows for option of entry range as Random(Integers) only selects from [-10..10].
Need to give identity element in addition to generators. Ditto for related uses. This closes gap-system#4089
Observed behaviour
Expected behaviour
Copy and paste GAP banner (to tell us about your setup)
The text was updated successfully, but these errors were encountered: