So I have this SAGE code which takes in two integers p and n and it 
generates ~ (p^3)^(n^2) 0/1 matrices and does a sum of their characteristic 
polynomials.  

I got answers for (p = 3, n = 2), (p =2 , n = 3) and (p=2, n=2) 

For any higher number the code runs for ~1hr and then it says,

"

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_2.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" 
+ _support_.preparse_worksheet_cell(base64.b64decode("UA=="),globals())+"\\n"); 
execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpPiPIoq/___code___.py", line 2, in <module>
    exec compile(u'P
  File "", line 1, in <module>

"


Can someone help understand what is going on? 

Like any suggestion about how to go about it? 


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to