Skip to content

Computation of exponent conductor takes too long #80

@swewers

Description

@swewers

The following examples takes too long:

sage: from mclf import *
sage: R.<x> = QQ[]
sage: f = 36*x^4 - 10584*x^2 + 227808*x - 1752300
sage: Y = SuperellipticCurve(f, 3)
sage: v3 = QQ.valuation(3)
sage: YY3 = SemistableModel(Y, v3)
sage: YY3.conductor_exponent()

The curve has potentially good reduction over an extension L of QQ_3 of degree 216 =8*27, so it is clear that this will be computationally expensive. The bottleneck seems to be the computation of a subfield of L of degree 72.

Metadata

Metadata

Assignees

Labels

performanceSomething isn't as fast as it should be

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions