[sage-support] Re: Inverses of Large Sparse Matrices

2010-04-11 Thread Leo Maloney
a problem with my code? I'm unsure how to fix this problem. On Apr 9, 12:00 pm, William Stein wrote: > On Friday, April 9, 2010, Leo Maloney wrote: > > My Matrix consists of zeros ones, and -1/9s, so I was intially > > computing it over Q.  I'm trying to re-run the progr

[sage-support] Re: Inverses of Large Sparse Matrices

2010-04-09 Thread Leo Maloney
ld be sufficient. On Apr 9, 11:03 am, Robert Bradshaw wrote: > On Apr 9, 2010, at 10:53 AM, Leo Maloney wrote: > > > I'm trying to compute the inverse of a 5000 x 5000 sparse matrix. > > What is the basering? > > > I'm getting an EOF error after it runs for about 5

[sage-support] Inverses of Large Sparse Matrices

2010-04-09 Thread Leo Maloney
I'm trying to compute the inverse of a 5000 x 5000 sparse matrix. I'm getting an EOF error after it runs for about 5 hours, and then it states that sage is trying to access unallocated memory. Is there a way I can increase the memory for this computation? Every time I Google it, all I can find i