Hi all,

I'm trying to work with several quotient rings and occasionally creating 
the quotient ring takes an extremely long time:

f = QQ['t']({16:1, 0:262})
K.<s> = NumberField(f)
QuotientRing(K, Ideal(263,s+1))

In this example, I get the following warning:

 *** Warning: Zimmert's bound is large (654303481119473241088), certification 
will take a long time.

This occurs during the call to is_principal

Would it make sense to add a way of bypassing such calls?

-- 
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