On Sun, Oct 10, 2010 at 11:15 AM, maldun <[email protected]> wrote: > sage: sage: a = var('a') > sage: sage: R.<x> = a.parent()[] > sage: sage: (x - a).change_ring(RR) # boom!
I've posted a patch at http://trac.sagemath.org/sage_trac/ticket/10100 which fixes this. --Mike -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
