-
Hi
Thanks for this exciting project.
I am trying to run A2S using ModelAgence data.
I downloaded the ModelAgencydata, but it seemed impossible to use it for testing right away, so I checked the…
-
F_p 上の多項式の因数分解
_Originally posted by @hos-lyric in https://github.com/yosupo06/library-checker-problems/issues/3#issuecomment-530911792_
-
Hi! I read your paper "Deep Polynomial Neural Networks", and I want to know the polynomial networks architecture you implement on image classification. It seems that there is no the folder about imag…
-
```csharp
var polynomialCoefficients = new double[]
{
1.19469367e+21, 1.67924808e+16, 3.97850921e+10, 1.39471145e+00, 1.56417732e-07
};
var polynomial = new Polynomial(polynomialCoefficients);…
-
```
sage: B. = BooleanPolynomialRing(); B
Boolean PolynomialRing in a, b, c
sage: (a+b).is_nilpotent()
---------------------------------------------------------------------------
AttributeError …
-
**Is your feature request related to a problem? Please describe.**
It would be very convenient if Oscar had a method to find the roots of a multivariate polynomial over a finite field.
```julia
jul…
-
_Original ticket http://projects.scipy.org/scipy/ticket/1336 on 2010-11-28 by @pv, assigned to @pv._
The associated Legendre polynomial is restricted to orders m and degrees v that satisfy either v>-…
-
```julia
julia> using DynamicPolynomials
julia> @polyvar a b
(a, b)
julia> julia> gcd(im*a, a)
ERROR: MethodError: no method matching gcd(::Complex{Bool}, ::Complex{Bool})
Closest candidates…
-
### Problem Description
Add a function `is_permutation` in the `FiniteDynamicalSystem` to determine if a given function is a permutation on its domain. Specifically, I propose to create `is_permutati…
-
### 页面英文名
polynomial-composition
### 我希望能添加的内容是
O(nlog^2n) 时间内计算多项式复合(逆)的算法,提出快三个周了
### 我了解到的相关参考资料有
[noshi91 的原文](https://noshi91.hatenablog.com/entry/2024/03/16/224034)
[Aleph1022 的翻译](https:/…