[sage-devel] coercion bug?

2009-03-07 Thread Jason Grout
I don't know if the following error is in the vector code or the coercion system. It says it is a bug in coercion... -- | Sage Version 3.4.alpha0, Release Date: 2009-02-24 | | Type notebook() for the GUI, and

[sage-devel] Coercion bug

2007-05-21 Thread Michel
Here is another coercion bug (or at least an inconsistency). Perhaps it is not worth fixing, given that everything is going to change. Anyway consider sage: W=NumberField(z^2+1,'s') sage: WXY.=W[] sage: a=WXY(0) sage: W(a) --