Hi, By the way, I realized that membership in RDF and CDF is completely broken:
sage: vector( [1, 2, sqrt(-1)] ) in RDF^3 True # o_O sage: R.<x> = QQ[] sage: vector( [1,x] ) in CDF^2 True # O_o and of course : sage: vector( RDF, [1, 2, sqrt(-1)] ) --------------------------------------------------------------------------- Traceback (most recent call last) … TypeError: Unable to convert 1.0*I to float; use abs() or real_part() as desired sage: vector( CDF, [1,x] ) --------------------------------------------------------------------------- Traceback (most recent call last) ... TypeError: cannot coerce nonconstant polynomial to float I will try to fix this also in http://trac.sagemath.org/sage_trac/ticket/13853 Merry Xmas to you all, ---- Charles -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.