On Saturday 03 February 2007 05:09, William Stein wrote: > That's a genuine bug, since x^maxima(3/4) is not 2. It's now trac #239: > http://sage.math.washington.edu:9002/sage_trac/ticket/239
Is this the same bug? The types involved seem very diverse, but the strange result appears remarkably similar. sage: CF=CyclotomicField(3) sage: two=CF(2) sage: two^(1/3) 1 sage: me=two^(1/3) sage: me.parent() Cyclotomic Field of order 3 and degree 2 -- Joel --~--~---------~--~----~------------~-------~--~----~ 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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
