On 2012-02-27 01:58, D. S. McNeil wrote: >> sage: K.<I>=QuadraticField(-1) >> sage: ((I+1)*(I+1)).factor() > > This may have been fixed since the last time you looked at Sage: what > version are you running? It seems to work for me in both 4.8 and 5.0 > beta. > > sage: K.<I>=QuadraticField(-1) > sage: ((I+1)*(I+1)) > 2*I > sage: ((I+1)*(I+1)).factor() > (I + 1)^2
I get a nostalgic feeling. Implementing this was the very first patch I ever made for Sage... an "exercise" by John Cremona. -- 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 URL: http://www.sagemath.org
