-
Hullo, Micah!
As a simple Hello World to get you started, I propose adding this endpoint to src/bboard/main.py:
- GET /polynomial/quadratic
It should accept four numeric parameters, {a, b, c,…
-
For a given STARK, the way the trace, auxiliary and quotient polynomials are stored is obscure. In particular, the order of auxiliary polynomials in the auxiliary Merkle tree leaves is:
- Lookup colu…
-
I have been trying to display a second degree polynomial equation which slowly changes coefficient but I can't seem to find a clear cut way to display equations on the screen. From what I can gather `…
Duc01 updated
3 months ago
-
With the rewrite on StarAlgebras in https://github.com/jump-dev/SumOfSquares.jl/pull/355, we can now use bases that are not monomial
@kalmarek do you have a nice example we could use in the docs ?
-
### Steps To Reproduce
PolynomialRing(Zmod(n), 'x')
### Expected Behavior
Compiles fine
### Actual Behavior
when n>=2**63,
the error show that
"
/home/sage-10.4/local/var/lib/sage/venv-python…
-
Sorry for the bad title. Found by @yuvraj-singh-math. If `g` is a polynomial, `g//1` and `g/1` produces two different types. This isn't problematic, as most functions do not distinguish between the …
-
I have a system of polynomials of some moderate size that needs solving, i.e. find all roots. It would be in 2 or 3 variables (i.e. $x, y, z$) with orders of 2, 4, 16 (probably not higher).
Can thi…
-
It indicates that `4x` is square-free, but that doesn't agree with its documentation, which states
> Returns whether the polynomial ``poly`` is square-free. A non-zero polynomial is defined to be sq…
-
- wrong structure of project -1pt
- no descriptions of functions in hpp file -1pt
- root_rational_candidates too long and logic should be divided (we have written a proper version of this function …
-
For PLONK, we only need a subset of the `ark-poly-commit` interface and a lot of the `ark-poly-commit` APIs are unnecessarily restrictive. I propose the following trait for the generic PLONK interface…