On Fri, Oct 22, 2010 at 9:34 PM, Cary Cherng <cche...@gmail.com> wrote: > I have a sage script that ultimately creates a python list called MMv > of length 35354. Each element is a list of length 55. This is in > effect a 35354 by 55 matrix. Print statements show that when I run my > script with "load two.sage" it gets stuck at taking this list and > creating a matrix. I am using the following to try to create the > matrix. > MM = matrix(ZZ, MMv) > > Is there a way I can debug or understand why the matrix creation isn't > returning?
Can you run top() and see (1) how much CPU it's using and (2) how much memory it's using (compared to your free memory). -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org