2009/12/3 Gennaro Alphonse <[email protected]>: > Thanks for your valuable response, and the problem is not printing the > array, more well is to calculate it. Now another question is that sage > seems only supports to calculate matrix of size 2047 x 2047. When I > want to calculate matrix of 2048 x 2048, sage sends me a message of > error allocating memory, and i require matrix of a minum size 3000 x > 3000.
You have to change the virtual machine and *explicitly* allocate more memory to it. The default is 512MB (I think), so you'll want to increase that, perhaps by a lot. -- William -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
