On Wed, Feb 20, 2013 at 4:58 PM, kcrisman <kcris...@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

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.


Reply via email to