-
-
Notifications
You must be signed in to change notification settings - Fork 656
Avoid algebra in polynomials #37341
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
Avoid algebra in polynomials #37341
Conversation
8afc307
to
16353f6
Compare
Is there a good reason to re-introduce |
just because I am not cleaning away all calls to |
Documentation preview for this PR (built with commit 53b69df; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sagemathgh-37341: Avoid algebra in polynomials One avoids using `Algebra` and `CommutativeAlgebra` in the polynomial classes. And the general method `is_commutative` is delegated to the categories of Rings and CommutativeRings. ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [x] I have updated the documentation accordingly. URL: sagemath#37341 Reported by: Frédéric Chapoton Reviewer(s): Martin Rubey
sagemathgh-37341: Avoid algebra in polynomials One avoids using `Algebra` and `CommutativeAlgebra` in the polynomial classes. And the general method `is_commutative` is delegated to the categories of Rings and CommutativeRings. ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [x] I have updated the documentation accordingly. URL: sagemath#37341 Reported by: Frédéric Chapoton Reviewer(s): Martin Rubey
One avoids using
Algebra
andCommutativeAlgebra
in the polynomial classes.And the general method
is_commutative
is delegated to the categories of Rings and CommutativeRings.📝 Checklist