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 function fields #16572

Open
saraedum opened this issue Jun 27, 2014 · 8 comments
Open

Factorization in function fields #16572

saraedum opened this issue Jun 27, 2014 · 8 comments

Comments

@saraedum
Copy link
Member

Currently, this does not work:

sage: F0.<x> = FunctionField(GF(3))
sage: R.<y> = F0[]
sage: F.<y> = F0.extension(y^2 - x)
sage: S.<t> = F[]
sage: f = t^2 - x
NotImplementedError

This is implemented here: https://github.com/saraedum/sage/blob/experimental/src/sage/rings/function_field/function_field.py#L1717

Depends on #16564
Depends on #26128

Component: commutative algebra

Keywords: sd59, sd86.5

Author: Julian Rüth

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

@saraedum
Copy link
Member Author

Dependencies: #16564

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@saraedum
Copy link
Member Author

saraedum commented Jun 7, 2017

Changed keywords from sd59 to sd59, sd86.5

@saraedum

This comment has been minimized.

@saraedum
Copy link
Member Author

saraedum commented Jun 8, 2017

Changed author from Julian Rueth to Julian Rüth

@saraedum
Copy link
Member Author

Changed dependencies from #16564 to #16564, #26128

@saraedum

This comment has been minimized.

@slel
Copy link
Member

slel commented Oct 11, 2020

comment:8

Branch?

@saraedum
Copy link
Member Author

saraedum commented Dec 8, 2020

comment:9

slelievre, sorry, I don't understand. This is not implemented on any particular branch yet. There is a draft of an implementation at the link above but that branch contains tons of other experimental changes as well.

@mkoeppe mkoeppe removed this from the sage-6.4 milestone Dec 29, 2022
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

3 participants