-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Allow multiplication of a left and right noncommutative ideal #34261
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
New commits:
|
comment:3
I don't think you should allow two-sided ideals as input, because the generating set of a product of two-sided ideals is not just the product of the generating sets: |
comment:6
Indeed, you're correct. I have updated the code. |
comment:7
LGTM. The patchbot timeouts do not seem to be related, and the build-and-test was successful. |
Reviewer: Dave Morris |
comment:8
Thank you. |
Changed branch from public/algebras/ideal_multiplication-34261 to |
Their product has a simple generating set, but right now Sage does not allow this:
We fix this.
Component: algebra
Keywords: ideals
Author: Travis Scrimshaw
Branch/Commit:
c41575e
Reviewer: Dave Morris
Issue created by migration from https://trac.sagemath.org/ticket/34261
The text was updated successfully, but these errors were encountered: