First time here? Check out the FAQ!
answered 2020-02-04 08:43:46 +0100
Replace Ideal by P.ideal.
Ideal
P.ideal
Replace RR by QQbar, or by K where K.<sqrt3> = NumberField(x^2 - 3); in the latter case also replace sqrt(3) by sqrt3.
RR
QQbar
K
K.<sqrt3> = NumberField(x^2 - 3)
sqrt(3)
sqrt3
You may also want to do list(B) if B gets big.
list(B)
B