Can we not use + to add complex numbers? sage: j = -1/2 + sqrt(3)/2*i sage: a = -2*j*j sage: b = -j/2 sage: print a.real(); print b.real(); print (a+b).real() 1 1/4 + 1/4
-- 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