-
-
Julia freezes when it tries to create a polynomial with CuArray. (Not sure if this issue should be posted here or in Polynomials.jl git.)
```julia
using CUDA, Polynomials
a = CuVector([1.0f0, 1.0…
-
For the moment, a first sketch.
The computation of Euler factors (via traces of Frobenius) is only for good primes.
CC: @kedlaya @jvoight @tornaria
Component: **modular forms**
Keywords: **hype…
-
Hi,
I'm trying to forecast temperatures from a time series with missing values. As mentionned in [this issue](https://github.com/statsmodels/statsmodels/issues/2551), missing values are handled for…
-
(see Meta-ticket #32074: Remove support for outdated distros)
This ticket can be used as a dependency for upgrade tickets that impose stricter compiler requirements.
CC: @dimpase @kliem
Compone…
-
Hey it's me from the email again.
I've been trying to solve corrupt-key-2 from PicoGym
I'm using an example I generated myself, I added the code below to the end of the coppersmith.py file
```
…
-
The first version of this patch implementing Affine Weyl Groups was written during Sage Days 40. The original contributers were Daniel Bump, Dan Orr, Anne Schilling, Mark Shimozono, Nicolas Thiery. …
-
Sorry - this is not really an issue, it is more of a documentation question/issue.
The BCH implementation, how many correctable bits does it support?
ie: Typically some NAND solutions require 8b…
-
For a conversion like this -
```py
raw_value = (0.707106781-0j)
value = sympy.nsimplify(raw_val, constants=(sympy.pi,), rational=False)
sympy.latex(value,full_prec=False)
```
Current output:
…
-
Theorem 1.5.12: Continuous Functions
https://opentext.uleth.ca/apex-video/sec_continuity.html#thm_continuous_functions
says that certain functions are "continuous on their domains". For functions…