1
$\begingroup$

Suppose $K$ is a number field and $f \in K[x]$ is irreducible. What is the computational complexity of computing f.splitting_field()? I'm also interested in the case we also compute an embedding, f.splitting_field(map=True) in SageMath.

If $deg(f)=n$, naively constructing a splitting field seems like it would take at most $n$ big steps, and substeps we must factor $p(X)$, and also find a root. I think the LLL algorithm implies factoring over $\mathbb{Q}$ is polynomial time, but I'm not sure about number fields.

It seems like it should be polynomial time overall, but in practice it crashes frequently.

asked Aug 13, 2024 at 17:43
$\endgroup$

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.