Hi all,

Running the code
K.<pi, w> = NumberField([x^2 - 2, x^2 + x + 1]);
K.valuation(pi)
yields a strange AssertionError. Oddly enough, constructing the same number 
field in this way:
K2.<w2, pi2> = NumberField([x^2 + x + 1, x^2 - 2]);
K2.valuation(pi2)
works just fine.

I'm running SageMath 8.8 on Linux Mint 18 Cinnamon 64-bit.

Thanks,
Evan

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/796a1029-ae8f-4922-94e4-a5dfdcb777b2%40googlegroups.com.

Reply via email to