alexjbest / cluster-pictures

This package implements the machinery of cluster pictures of Maistret, Morgan, Dokchitser and Dokchitser in Sage.
https://alexjbest.github.io/cluster-pictures/
GNU General Public License v2.0
3 stars 4 forks source link

paper example 12.5 #22

Open alexjbest opened 4 years ago

alexjbest commented 4 years ago

$C / \mathbb{Q}_{5}: y^{2}=x^{5}+256$, times out, it would be cool to support this, is it wild?

rbommel commented 4 years ago

This one turned out to be wild. I implemented an error message for wild extensions.

alexjbest commented 4 years ago
x = polygen(Qp(5,400))
R = Cluster.from_polynomial_without_roots(x^5 + 256)

does work so its not all bad, I'm leaving this open as it would be cool to have roots too one day.