Re: [R] Matrix package,solve() errors and crashes Please help

2009-05-18 Thread Surendar Swaminathan
-singular A (or out of memory) Is there anything I am missing from your program or something I should do before running your program Please help Thanks in Advance Nathan On Sat, May 16, 2009 at 7:31 AM, Martin Maechler wrote: > >>>>> "SS" == Surendar Swaminathan >

Re: [R] Matrix package,solve() errors and crashes Please help

2009-05-15 Thread Surendar Swaminathan
> > Hello All, > Please help me with this problem.I have been having this problem for over a month now and I could not find any information.I later realised that error is with MATRIX package. I am working on graph object using IGRAPH version 0.5.2-2 package & wanted to do Bonacich Power. What I

Re: [R] Matrix package,solve() errors and crashes

2009-04-22 Thread Surendar Swaminathan
Martin Nathan On Tue, Apr 21, 2009 at 6:13 AM, Martin Maechler wrote: > >>>>> "SS" == Surendar Swaminathan > >>>>> on Mon, 20 Apr 2009 12:10:47 -0700 writes: > >SS> Hello All, I am working on graph object using IGRAPH >

[R] Matrix package,solve() errors and crashes

2009-04-20 Thread Surendar Swaminathan
Hello All, I am working on graph object using IGRAPH package wanted to do Bonacich Power. This is my graph object. The file 'Graph.RData' (4.2 MB) is available for download at http://dropbox.unl.edu/uploads/20090424/cfe4fcb854bb17f2/Graph.RData Graph size Vertices: 20984 Edges: 326033 Direct

[R] Matrix package,solve() errors and crashes"

2009-04-17 Thread Surendar Swaminathan
Hello All, I am working on graph object using IGRAPH package wanted to do Bonacich Power. This is my graph object. The file 'Graph.RData' (4.2 MB) is available for download at http://dropbox.unl.edu/uploads/20090424/cfe4fcb854bb17f2/Graph.RData Graph size Vertices: 20984 Edges: 326033 Direct

Re: [R] Bonpower Crashes Trying Sparse Matrix (Igraph)

2009-04-07 Thread Surendar Swaminathan
of 1535Mb: see help(memory.size) 4: In solve(id - exponent * d, tol = tol) : Reached total allocation of 1535Mb: see help(memory.size) Nathan On Mon, Apr 6, 2009 at 12:22 PM, Surendar Swaminathan < surendar.swaminat...@gmail.com> wrote: > Hello All, > > I have been trying to

Re: [R] Bonpower Crashes Trying Sparse Matrix (Igraph)

2009-04-07 Thread Surendar Swaminathan
allocation of 1535Mb: see help(memory.size) Nathan On Tue, Apr 7, 2009 at 1:07 AM, Gábor Csárdi wrote: > For the records, the possible solution is here: > http://igraph.wikidot.com/r-recipes#toc6 > > Gabor > > On Mon, Apr 6, 2009 at 9:22 PM, Surendar Swaminathan > wrote: >

[R] Bonpower Crashes Trying Sparse Matrix (Igraph)

2009-04-06 Thread Surendar Swaminathan
Hello All, I have been trying to do bonpow for a while now.Bonpow works for few graphs and for few others it goes out of memory. I did see reply to one of the posting Alph Centrality Crashed in Igraph memory error. The solution in the posting was to use sparse matrix. This is the link of the mes