Hi all,
I would like to do number field arithmetic in Pari. To be more precise, I would like let Pari do the following job as Sage does,
L. = NumberField(g(x))
I would like to do arithmetic with a,b. This is easily done in Sage. How can I do this by Pari?
Thanks