On 14 November 2013 09:28, Georgi Guninski <[email protected]> wrote: > This appears a bug to me: > > sage: Kz.<t>=Qp(3,5)[];pol=t**2-2*t+1;ro=pol.roots(multiplicities=0);ro > [] > sage: pol(1) > O(3^5)
I agree -- even I can solve (t-1)^2=0. Perhaps the code does not correctly do an initial squarefree division? John Cremona > > > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
