-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
every quaternion lies in every quaternion order #32364
Comments
Author: Lorenz Panny |
Commit: |
This comment has been minimized.
This comment has been minimized.
comment:2
Here
there should be a single colon on top line and a double colon on bottom lines. Double colons are signaling an indented block. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
Replying to @fchapoton:
Oops! Thanks, fixed. |
Stopgaps: mathematically_wrong |
comment:7
Bumping priority since this bug can lead to mathematical errors. |
comment:8
Stalled in |
comment:9
Reported again at |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
please break the very long line in doctests |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:13
Done & patchbot is green. |
Reviewer: Frédéric Chapoton |
comment:14
ok, then |
Changed branch from public/fix_quaternion_order_element_constructor to |
This is wrong:
To fix this, we add an
_element_constructor_
toQuaternionOrder
s that actually checks whether the given element is contained in the order. (This in turn makes the default implementation of__contains__
work properly.)CC: @pjbruin
Component: algebra
Keywords: quaternion orders, elements, membership
Stopgaps: mathematically_wrong
Author: Lorenz Panny
Branch/Commit:
a1d445b
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/32364
The text was updated successfully, but these errors were encountered: