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

Factorization in towers of function fields #26124

Closed
saraedum opened this issue Aug 25, 2018 · 3 comments
Closed

Factorization in towers of function fields #26124

saraedum opened this issue Aug 25, 2018 · 3 comments

Comments

@saraedum
Copy link
Member

Currently, the following does not work:

sage: k = GF(2)
sage: K.<x> = FunctionField(k)
sage: R.<u> = K[]
sage: L.<u> = K.extension(u^3-x)
sage: R.<t> = L[]
sage: (t^2+u*t).factor()
NotImplementedError

CC: @sagetrac-swewers

Component: commutative algebra

Author: Julian Rüth

Issue created by migration from https://trac.sagemath.org/ticket/26124

@saraedum
Copy link
Member Author

comment:1

Turns out I have already implemented this a while ago: https://github.com/saraedum/sage/blob/experimental/src/sage/rings/function_field/function_field.py#L1717

@saraedum
Copy link
Member Author

comment:2

I have a feeling that I have created this ticket before but I tried hard and could not find it.

@saraedum
Copy link
Member Author

comment:3

Here it is #16572. Sorry for the noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants