You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this needs to be discussed on [sage-devel]. Many people are pushing for less stuff in the global namespace so we cannot just add stuff without asking first.
I think this needs to be discussed on [sage-devel]. Many people are pushing for less stuff in the global namespace so we cannot just add stuff without asking first.
Martin, feel free to forward to sage-devel, since I am not subscribed.
On the other hand for coherence one could replace Polynomial
by sage.rings.polynomial.polynomial_ring.Polynomial.
for univariate polynomials we have the class
Polynomial
:However for multivariate polynomials we have to write:
I suggest
MPolynomial
is defined as an alias forsage.rings.polynomial.multi_polynomial.MPolynomial
so that we can simply write:CC: @mezzarobba
Component: commutative algebra
Issue created by migration from https://trac.sagemath.org/ticket/11764
The text was updated successfully, but these errors were encountered: