Ready for review. David
On Wed, Feb 20, 2013 at 4:16 PM, David Roe <roed.m...@gmail.com> wrote: > http://trac.sagemath.org/sage_trac/ticket/14155. I'm going to try to > write something. > David > > > On Wed, Feb 20, 2013 at 3:29 PM, kcrisman <kcris...@gmail.com> wrote: > >> Huh, how did I miss that... William says: >> >> I think the optimal answer for gcd(Mod(5,6), 5) would be Mod(1,6), and >> the optimal answer for gcd(Mod(11,6), 5) would also be Mod(1,6) >> >> Can you implement that? :-) >> >> On Wednesday, February 20, 2013 5:12:21 PM UTC-5, D. S. McNeil wrote: >> >>> On Wed, Feb 20, 2013 at 4:58 PM, kcrisman <kcri...@gmail.com> wrote: >>> > This caused an interact in class today to break. Yikes. Why does >>> this no >>> > longer work? >>> > >>> > ------------------------------**------------------------------**---------- >>> >>> > | Sage Version 5.7.rc0, Release Date: 2013-02-16 | >>> > | Type "notebook()" for the browser-based notebook interface. | >>> > | Type "help()" for help. | >>> > ------------------------------**------------------------------**---------- >>> >>> > sage: a = mod(5,12) >>> > sage: gcd(a,12) >>> > 5 >>> >>> I think this is a known issue: see >>> >>> http://groups.google.com/d/**topic/sage-support/_**LvmAECVeDg/discussion<http://groups.google.com/d/topic/sage-support/_LvmAECVeDg/discussion> >>> >>> Basically it's a fall-through because >>> IntegerModRing_generic_with_**category doesn't have a gcd method. >>> >>> >>> Doug >>> >> -- >> 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 http://groups.google.com/group/sage-devel?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- 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 http://groups.google.com/group/sage-devel?hl=en. For more options, visit https://groups.google.com/groups/opt_out.