bug in ClassPositionsOfLowerCentralSeries #3321
Labels
kind: bug: wrong result
Issues describing bugs that result in mathematically or otherwise wrong results, and PRs fixing them
kind: bug
Issues describing general bugs, and PRs fixing them
Milestone
Frieder Ladisch had reported the following bug:
Looking at the code, I found related issues:
ElementaryAbelianSeries
runs into an error if the argument is a nonsolvable group.According to the documentation,
fail
should be returned.I think the function should be adjusted to the documentation.
(The corresponding function
ClassPositionsOfElementaryAbelianSeries
returnsfail
for character tables of nonsolvable groups.)
UpperCentralSeries
returns a descending series,whereas
ClassPositionsOfUpperCentralSeries
returns an ascending series.The documentation of
UpperCentralSeries
coincides with the return value.Here I am not sure what to do.
ClassPositionsOf...
functions with the corresponding functions for groups,it makes sense to improve the code of some
ClassPositionsOf...
methods.I will provide a pull request.
The text was updated successfully, but these errors were encountered: