-
```python
p, q = Poly(x**2/4 - 1), Poly(x/2 - 1)
e1 = (p/q).as_expr()
case1 = p.cancel(q); case1
(1/2, Poly(x + 2, x, domain='QQ'), Poly(1, x, domain='QQ'))
p, q = [Poly(i) for i in (p/q).as_expr().a…
-
- [x] natural splines
- [ ] restricted cubic splines
- [x] orthogonal polynomials
- [x] [periodic splines](https://stat.ethz.ch/R-manual/R-devel/library/splines/html/periodicSpline.html)
-
### Problem Description
- Functions for computing the Hamming weight are missing in the classes of Boolean functions and Boolean polynomials, but the Hamming weight is frequently used in the study of…
10v1 updated
7 months ago
-
The [ADVZ scheme](https://eprint.iacr.org/2021/1500) specifies only 1 evaluation per polynomial. Thus, communication to storage nodes includes `k` polynomial evaluations + `k` polynomial commitments. …
-
How should we verify the accuracy and correctness of these polynomials?
We can use the official TEOS-10 implementation, perhaps:
https://github.com/TEOS-10/GibbsSeaWater.jl
This package is no…
-
Some special handling should be done for higher-order polynomials whose critical points may be too complicated to resolve in symbolic form into inf/sup as demonstrated [here in this SO post](https://s…
-
So that we can plot polynomials
-
Patch #6629 is implementing multivariate polynomials which are strongly linked to symmetric functions. Our goal is to make an addition to this patch to work with multivariate polynomials as a free m…
-
https://github.com/oasisprotocol/oasis-core/blob/18da8bc49d92a543795246b8bb7fb574df070eec/secret-sharing/src/poly/univariate.rs#L71
not a bug, but an oddity. the API allows callers to change the c…
-
When we have a big polynomial as a result of some complicated symbolic expression, its terms tend to be "all over the place" in Pluto.jl. For example:
![image](https://user-images.githubusercontent.co…