[sage-support] Re: long arithmetic

2008-10-01 Thread Robert Bradshaw
On Oct 1, 2008, at 12:17 PM, Mike Hansen wrote: > Hi Bob, > > On Wed, Oct 1, 2008 at 12:01 PM, Bob Wonderly > <[EMAIL PROTECTED]> wrote: >> My follow up question pertains to the patch you'all hurried up to >> create. I know you didn't apply it on my Mac so how do I take >> advantage >> of it?

[sage-support] Re: long arithmetic

2008-10-01 Thread Mike Hansen
Hi Bob, On Wed, Oct 1, 2008 at 12:01 PM, Bob Wonderly <[EMAIL PROTECTED]> wrote: > My follow up question pertains to the patch you'all hurried up to > create. I know you didn't apply it on my Mac so how do I take advantage > of it? Do I download the latest version of Sage and install it? The > ve

[sage-support] Re: long arithmetic

2008-09-22 Thread Jason Grout
William Stein wrote: > > What's the rule about whose is a dupe then? I posted on sage-support > first, but you hit "new ticket" first.I'll let you have the ticket; please > mark mine a dupe. Hehe...I believe it's the "Code talks" rule. Robert has a patch up already :). Jason --~--~--

[sage-support] Re: long arithmetic

2008-09-22 Thread Robert Bradshaw
On Sep 22, 2008, at 6:17 PM, William Stein wrote: > On Mon, Sep 22, 2008 at 6:12 PM, Robert Bradshaw > <[EMAIL PROTECTED]> wrote: >> >> On Sep 22, 2008, at 6:09 PM, William Stein wrote: >> >>> >>> On Mon, Sep 22, 2008 at 6:04 PM, Jason Grout >>> <[EMAIL PROTECTED]> wrote: Bob Wonderly w

[sage-support] Re: long arithmetic

2008-09-22 Thread Jason Grout
Robert Bradshaw wrote: > On Sep 22, 2008, at 6:09 PM, William Stein wrote: > >> On Mon, Sep 22, 2008 at 6:04 PM, Jason Grout >> <[EMAIL PROTECTED]> wrote: >>> Bob Wonderly wrote: Using Sage I solved a long list of equations and put the solutions (s) in a list; e.g.: sag

[sage-support] Re: long arithmetic

2008-09-22 Thread mabshoff
On Sep 22, 6:17 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Mon, Sep 22, 2008 at 6:12 PM, Robert Bradshaw > >> This is a bug, so I've added it to trac: > > >>http://trac.sagemath.org/sage_trac/ticket/4171 > > > ... just after I added the ticket here:http://trac.sagemath.org/ > > sage_

[sage-support] Re: long arithmetic

2008-09-22 Thread William Stein
On Mon, Sep 22, 2008 at 6:12 PM, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > > On Sep 22, 2008, at 6:09 PM, William Stein wrote: > >> >> On Mon, Sep 22, 2008 at 6:04 PM, Jason Grout >> <[EMAIL PROTECTED]> wrote: >>> >>> Bob Wonderly wrote: Using Sage I solved a long list of equations and put

[sage-support] Re: long arithmetic

2008-09-22 Thread Robert Bradshaw
On Sep 22, 2008, at 6:09 PM, William Stein wrote: > > On Mon, Sep 22, 2008 at 6:04 PM, Jason Grout > <[EMAIL PROTECTED]> wrote: >> >> Bob Wonderly wrote: >>> Using Sage I solved a long list of equations and put the >>> solutions (s) >>> in a list; e.g.: >>> >>> sage: for j in range(52,54,1): >>

[sage-support] Re: long arithmetic

2008-09-22 Thread William Stein
On Mon, Sep 22, 2008 at 6:04 PM, Jason Grout <[EMAIL PROTECTED]> wrote: > > Bob Wonderly wrote: >> Using Sage I solved a long list of equations and put the solutions (s) >> in a list; e.g.: >> >> sage: for j in range(52,54,1): >> q = slst[j] >> j=q[0]; k=(q[1]); s=(q[2]) >> (q,j,k,s

[sage-support] Re: long arithmetic

2008-09-22 Thread Jason Grout
Bob Wonderly wrote: > Using Sage I solved a long list of equations and put the solutions (s) > in a list; e.g.: > > sage: for j in range(52,54,1): > q = slst[j] > j=q[0]; k=(q[1]); s=(q[2]) > (q,j,k,s) > .: > ([52, 30, 2081203288L], 52, 30, 2081203288L) > ([53, 53, 17903198518