[sage-support] long arithmetic

2008-10-01 Thread Bob Wonderly
You support people are doing a great job. I need to pick up the thread from last week but am not sure the proper protocol for doing that. http://groups.google.com/group/sage-support/browse_thread/thread/c93cc7d04d998ea1?hl=en My follow up question pertains to the patch you'all hurried up to

[sage-support] long arithmetic

2008-09-22 Thread Bob Wonderly
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, 17903198518682712L], 53, 53, 17903198518682712L)