After having been a heavy sage user for several years, I now have
virtually not touched it for several more years.  Returning now on a
lark, I'm feeling rather confused because I'd think the following
would obviously work.  My goal is to factor a bunch of Gaussian
integers.

sage: K.<I>=QuadraticField(-1)
sage: ((I+1)*(I+1)).factor()
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call
last)
/home/joel/.sagelocalrc.py in <module>()
AttributeError: 'sage.rings.number_field.number_field_element_quadr'
object has no attribute 'factor'

Isn't factoring a Gaussian integer about the simplest complex number
theory one might wish to try?  And isn't this the most obvious way to
try it?

Joel

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to