Andrew Sutherland reports the following:

After

x = polygen(QQ)
R = QQ[x]
pol = R([-1,-3,6,4,-5,-1,1])
K = NumberField(pol,'a')
I = K.ideal([1,1])

all is well, but then

I

(to display the unit ideal) takes a long, and variable, time.  What is
going on?  (Don't bother telling me that it is silly to repeat the
ideal generator, we extracted this from more complicated code while
debugging.)

John

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to