-
Magma has 'em, so we should to:
http://magma.maths.usyd.edu.au/magma/htmlhelp/text306.htm
Sympy has them:
http://github.com/mattpap/sympy-polys/commit/dc42fd1995c48ad426b6279d3d1914f74e0c329…
-
The GAP package [GBNP](https://gap-packages.github.io/gbnp/), according to its documentation, "provides algorithms for computing Gröbner bases of noncommutative polynomials with coefficients from a …
-
CC: @AndrewAtLarge @tscrim @mwageringel
Component: **coercion**
Author: **Jeroen Demeyer**
Branch/Commit: **[u/jdemeyer/ticket/25558](https://github.com/sagemath/sagetrac-mirror/tree/u/jdemeye…
-
Depends on #29266
Component: **commutative algebra**
Keywords: **padicIMA**
Work Issues: **is the patchbot happy?**
Author: **Julian Rüth**
Branch/Commit: **[u/soehms/25227](https://github.co…
-
We've observed an error in gcds for polynomials over `Zmod(5^2)` and `Zmod(5^3)`. This seems to be a problem in FLINT's `nmod_poly_gcd`, since Sage essentially calls that function directly.
```
sa…
-
Mostly typo fixing, adding references to trac tickets, adding quotes, fixing a few spelling mistakes, ...
Component: **commutative algebra**
Author: **Charles Bouillaguet**
_Issue created by migr…
-
I have this snippet:
```
from sympy import *
from sympy.plotting import plot_implicit
x, y = symbols('x y', real=True)
alpha = sqrt(2) / 2
expr = 1 + ((1-alpha) * x + y*I) / (1 - alpha * (…
-
I have some [code](https://gitlab.com/nsajko/PolynomialApproximation.jl) where I define multiple `AbstractPolynomial` subtypes. In some cases I'd like to be able to turn a polynomial over one ring to …
-
Issue: The answer field for the 'Multiplying polynomials' question is of the form _blank_ X 10 _blank_ , and underneath it is the answer for the problem written in plain text.
Expected behavior: The …
-
so that the Zernike of an image can be taken.