Bug in decomposition_type

41 views
Skip to first unread message

Björn Selander

unread,
Sep 9, 2022, 5:17:21 AM9/9/22
to sage-devel
Hi,

running the Sage script 

K.<a> = NumberField(x^4 + 18*x^2 - 1)
R.<y> = K[]
L.<b> = K.extension(y^2 + 9*a^3 - 2*a^2 + 162*a - 38)

dt = [L.decomposition_type(i) for i in K.primes_above(3)]
print(dt)

gives the output

[[(1, 1, 2)], [(1, 1, 2)], [(1, 1, 1)]]

The third element in the list ought to be nonsense. Certainly the products of the entries of all sublists should be 2.

Regards
Björn

David Roe

unread,
Sep 9, 2022, 12:41:02 PM9/9/22
to sage-devel
Thanks for the report.  There's a fix at #34514, needs review.
David

--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/a875cd6e-37ec-49e3-a85a-b84b33b37983n%40googlegroups.com.

Björn Selander

unread,
Sep 12, 2022, 4:07:43 AM9/12/22
to sage-devel

Thanks for a swift response.

Björn
Reply all
Reply to author
Forward
0 new messages