On Thu, Sep 10, 2009 at 8:51 AM, Mariah Lenox <[email protected]> wrote: > > In sage-4.1.1 > > R.<x> = PolynomialRing(ZZ) > A = 2^(2^17+s^15) > a = A * x^31 > b = (A * x) * x^30 > a == b # prints "False" ??? > > I believe A and 31 are minimal to exhibit the bug.
I just get: sage: R.<x> = PolynomialRing(ZZ) sage: A = 2^(2^17+s^15) --------------------------------------------------------------------------- NameError Traceback (most recent call last) /Users/wstein/.sage/temp/flat.local/27222/_Users_wstein__sage_init_sage_0.py in <module>() NameError: name 's' is not defined > > Can someone confirm? > > -- > Mariah > > > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
