We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
The order of a generator of an abelian group should not be allowed to be negative.
sage: AbelianGroup([-4]) ValueError
A nonsensical object is created when negative orders are specified.
sage: AbelianGroup([-4]) Multiplicative Abelian group isomorphic to C-4 sage: _.cardinality() -4
Reported by @mantepse in a comment on PR #38961.
The text was updated successfully, but these errors were encountered:
sagemath#38967 negative order of generator of AbelianGroup
cf4fe6f
Successfully merging a pull request may close this issue.
Steps To Reproduce
No response
Expected Behavior
The order of a generator of an abelian group should not be allowed to be negative.
Actual Behavior
A nonsensical object is created when negative orders are specified.
Additional Information
Reported by @mantepse in a comment on PR #38961.
Environment
Checklist
The text was updated successfully, but these errors were encountered: