> 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


Doug

-- 
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

Reply via email to