On Mon, Jun 5, 2017 at 11:48 AM, Joel Ornstein
<joel.ornst...@colorado.edu> wrote:
> 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))

Question: What are you really trying to do exactly?  The quotient of a
number field by absolutely any nonzero ideal is just 0.

Thanks!

 -- William

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



-- 
William (http://wstein.org)

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