-
The Viff codebase already has a nice python abstraction for finite fields (viff/field.py) and for matrices over finite fields. Polynomials over finite fields are also generally useful. These are alrea…
-
I do not understand `num_non_zero_entries`.
For a R1CS instance defined via matrices A,B,C, `num_non_zero_entries` refers to which matrix?
It appears to be essential for the runtime of SNARK proof.…
-
I would like to use rational functions as elements of rational matrices. I wonder if this package is still actively developed and if it can be expected that a registered and fully tested version will…
-
The Polynomial Equivalent Layer in `fatiando.gravmag,eqlayer` is a fast and memory efficient implementation of the equivalent layer for potential field processing. However, there have been reports tha…
-
### Initial check.
- [X] I added a very descriptive title above.
- [X] I searched the documentation and found no similar feature.
- [X] I searched through the issues in this repository to find a simi…
-
I wonder if the following is the desired behaviour in promoting the symbolic variable `s`
```
s = Poly([0, 1.],:s)
P1 = s^3*PolyMatrix(rand(2,3))
P2 = PolyMatrix(rand(2,3))*s^3
```
I would ex…
-
As of Sage 10.4, Sage ships FLINT 3.0.1 (update to 3.1.3 in #37203), accepts system FLINT >= 3.0.
Many of the features added in the FLINT 2.x and 3.x series are so far unused in Sage.
Ticke…
-
"OpenMG" (lets shorten that more: "OMG") allows the user to sample scattering angles from the provide legendre polynomials described the scattering moment matrices as a non-default option. This is cu…
-
I was playing around with the exciting developments landed in #1192 and noticed some peculiarities.
First cosider this example:
```julia
using Symbolics, Groebner, Nemo, Latexify, LinearAlgebra…
-
Hi.
I encountered an error when I tried to compare if two symbolic values are equal. They are expressed as $\frac{-x}{1-(y-z)}$ and $\frac{x}{(y-z)-1}$, which should be equal. But in the following …