DeRhamComputation/drafty/draft2.sage

6 lines
168 B
Python
Raw Normal View History

2024-02-08 20:25:10 +01:00
p = 3
F = GF(3)
2024-10-21 21:43:37 +02:00
R.<x> = PolynomialRing(GF(p))
P1 = superelliptic(x, 1)
AS = witt_cover([P1.x^5, P1.x^1, P1.x^1], prec=1000)
AS1 = witt_cover([P1.x^5, P1.x^1], prec=400)