Conversation
…nt for MPolynomialRing_base.monomial
|
Documentation preview for this PR (built with commit 6a5aece; changes) is ready! 🎉 |
|
@nbruin @fchapoton @xcaruso cc-ing you in case you have some thoughts/comments about doing this. |
tscrim
left a comment
There was a problem hiding this comment.
Since there are no comments, then positive review. (Something I've wanted to do for awhile, thank you!)
|
Thanks @tscrim for pointing this to me and sorry for not being reactive. However, I should say that I'm quite confused with the dichotomy between the classes Concretely, recently, I implemented Ore modules (see #38703) and was embarrassed by this. I finally chose to derive from Any thoughts about this? (Please answer in #38703 - and review this PR at the same time :-)) |
sagemathgh-39044: provide default argument for monomial_coefficients This is a followup to sagemath#38767, where we put polynomials into the category of modules with basis. Back then, we missed the fact that `monomial_coefficients` should take an optional argument `copy`, which we fix here. Fixes sagemath#39037 URL: sagemath#39044 Reported by: Martin Rubey Reviewer(s): Marc Mezzarobba
We put polynomials (and friends) into the category of algebras with basis.
Dependencies: #38729