-
-
The following examples takes too long:
```
sage: from mclf import *
sage: R. = QQ[]
sage: f = 36*x^4 - 10584*x^2 + 227808*x - 1752300
sage: Y = SuperellipticCurve(f, 3)
sage: v3 = QQ.valuatio…
-
Make the following algorithm:
INPUT: genus 2 curve over Q
OUTPUT: the non-semistable reduction primes of its Jacobian
It's probably just the primes dividing the conductor with some condition on…
-
https://mathoverflow.net/questions/127908/reduction-types-of-elliptic-curves
-
For the following genus 2 curve C, which has geometric automorphism group V4, but only C2 defined over the rationals, I am running into a failed assertion.
```
> C;
Hyperelliptic Curve defined by…
-
I have heuristically computed the conductor 834 of `y^2 = 16*x^5 + 88*x^4 + 65*x^3 - 170*x^2 + x` using the algorithm described in https://arxiv.org/abs/1602.03715. While this computation is heuristi…
-
When executing the following query (that simply inserts a big decimal as far as I can tell):
```SPARQL
PREFIX :
PREFIX xsd:
WITH
DELETE {
GRAPH {
:currentScoreGapToUse ?exist…
-
At the Physically Based Shading course at Siggraph this year Naty Hoffman presented issues with established Fresnel models. Both how it's incorrect to use the physical Fresnel equations directly in an…
-
First, thanks for the great ecosystem! ModelingToolkit really looks promising.
I think I run into a limitation with the current design of CellMLToolkit. From my understanding it simply parses the c…
-
Hi,
I found that some detailed description in the document
https://mitsuba.readthedocs.io/en/latest/src/key_topics/polarization.html#theory
seems to contain errata, and the current implementation h…