[sage-devel] Re: Are these bugs?

2010-07-29 Thread Nils Bruin
In characteristic 0 are there problems: sage: T=SR(pAdicField(5)(1/3)) sage: T.pyobject() 2 + 3*5 + 5^2 + 3*5^3 + 5^4 + 3*5^5 + 5^6 + 3*5^7 + 5^8 + 3*5^9 + 5^10 + 3*5^11 + 5^12 + 3*5^13 + 5^14 + 3*5^15 + 5^16 + 3*5^17 + 5^18 + 3*5^19 + O(5^20) (fair enough - it just gets wrapped) sage: T=SR(pAdi

[sage-devel] Re: Are these bugs?

2010-07-29 Thread Nils Bruin
On Jul 29, 9:51 am, Simon King wrote: > 4) > sage: SR(p) > BOOM shouldn't there at least be some consistency in the *characteristic* of the symbolic ring? I can see how someone might want to make a "symbolic ring of characteristic p", but mixing different characteristics can't possibly lead to g