Hi, I'm constructing some lists of prime ideals but I cannot visualize them because Im getting a PARI error; concretely I want to use the command "primes_above" to get a list of prime ideals in a number field extension over a quadratic number field
F.<a>=NumberField (x^2-1009) f=x^5 + x^4 - 12*x^3 - 21*x^2 + x + 5 # defined over F L.<b>=NumberFIeld(f) I=F.FractionalIdeal(3, -1/2*a+1/2) A=L.primes_above(I) what I'm getting is the following: *** Warning: large Minkowski bound: certification will be VERY long. --------------------------------------------------------------------------- PariError Traceback (most recent call last) . . PariError: not enough precomputed primes, need primelimit ~ (35) The SAGE version is 4.0.2.rc1.. I wonder if I'm doing something wrong or if I have to do something extra in PARI thanks in advance for your help! regards Ed -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org