-
I try to get the degree of a multivariate polynomials (**y=x1*x2**) using Symbolics.degree, but I got unexpected values.
I must misunderstood the function Symbolics.degree. At any rate, could you ple…
-
When a finite field uses `givaro` as a backend, it is possible to deal with polynomial rings in a single variable, but dealing with multivariate polynomial ring (`libsingular`) leads to segfaults.
…
-
For even/odd functions using the respective type of polynomial typically allows for much higher degree approximations. Would it be relatively easy to add the ability to generate a minimax polynomial w…
-
I think that there are some uses of defining custom substitutions to recognize syntactic integer powers and
what is corresponding to the polynomial division.
So for the cases below, I'd expect `(x…
-
I get the following error:
```
poly = sympy.Poly(sympy.minimal_polynomial(expr))
File "venv-sympy/lib/python3.8/site-packages/sympy/polys/numberfields/minpoly.py", line 701, in minimal_poly…
-
``` python
>>> eq = x**5+x-sqrt(2)
>>> solveset(eq,x,S.Reals)
Traceback (most recent call last):
File "", line 1, in
File "", line 1, in
File "sympy\solvers\solveset.py", line 967, in solveset…
-
See https://github.com/sympy/sympy/pull/19673 and the code below,
```python
IPython console for SymPy 1.8.dev (Python 3.6.9-64-bit) (ground types: python)
These commands were executed:
>>> from …
-
https://timriffe.github.io/DemoTools/index.html
Add wrappers to allow:
* Smoothing/graduation: Add `smooth_population()` and `graduate_population()` to wrap DemoTools functions.
* Lifetable calcu…
-
-
We can consider that `q_arith` is hierarchically at a higher level.
`q_l, q_r, q_c, q_m, q_o, q_4` could be considered wire selectors in arithmetic gates, and auxiliary values in other custom gates.…