Hello,

The following code produces error

var('a b c d e f g')
V=[a,b,c,d,e,f,g]
M=matrix(SR,7,7,[[z^i for i in range(7)] for z in V])
print det(M)

Is that because output is too large? If 7 is replaced by 6 everything
is fine.

--mb

--~--~---------~--~----~------------~-------~--~----~
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-forum
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to