Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError when computing splitting field of inertial component #130

Open
oossen opened this issue Nov 18, 2021 · 0 comments
Open

TypeError when computing splitting field of inertial component #130

oossen opened this issue Nov 18, 2021 · 0 comments

Comments

@oossen
Copy link
Contributor

oossen commented Nov 18, 2021

The following gives a TypeError:

sage: from mclf import *
sage: K.<t> = FunctionField(QQ)
sage: R.<y> = K[]
sage: f = y^3 + y*(3*t - 3*t^2 + t^3) - t^4 + 2*t^2 + 3*t - 2
sage: L = K.extension(f)
sage: Y = SmoothProjectiveCurve(L)
sage: v = QQ.valuation(3)
sage: X = BerkovichLine(K, v)
sage: xi = X.point_from_discoid(t^4 - 2*t^2 - 3*t + 2, 3)
sage: T = BerkovichTree(X)
sage: T.add_point(xi)
sage: R = ReductionTree(Y, v, T)
sage: R.inertial_components()[0].spliting_field()

The problem seems to be pretty basic (polynomials not having the same variable name), I should be able to make a pull request with fix quickly

swewers added a commit that referenced this issue Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant