[sage-devel] Re: polynomials and NTL

2007-10-26 Thread David Roe
Sigh. I also made that change (but my padics code is probably not ready to merge). I'll just merge my code with yours. David On 10/26/07, William Stein <[EMAIL PROTECTED]> wrote: > > > On 10/26/07, David Harvey <[EMAIL PROTECTED]> wrote: > > sage: N = 5^1000 > > sage: R = Integers(N) > > sage: S

[sage-devel] Re: polynomials and NTL

2007-10-26 Thread William Stein
On 10/26/07, David Harvey <[EMAIL PROTECTED]> wrote: > sage: N = 5^1000 > sage: R = Integers(N) > sage: S. = PolynomialRing(R) > sage: v = R(37) > sage: f = S([v]) > > Am I correct in saying that with the current codebase, the last line > in the above code is converting v to a ZZ_pX via a decimal