DeRhamComputation/drafty/draft.sage

7 lines
171 B
Python

p = 5
F = GF(p).algebraic_closure('t')
#F1 = F.algebraic_closure('t')
a = F.gen(2)
R.<x> = PolynomialRing(F)
P1 = superelliptic(x, 1)
AS = as_cover(P1, [P1.x^2, a*P1.x^2])