I just tried this and when the field is bigger or equal to 2^16 I got following error:
2^15: Fine! K.<a> = GF(2^15, 'a') V = K.vector_space() z = (a+1)^13 V(z) (1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0) 2^16: Error! K.<a> = GF(2^16, 'a') V = K.vector_space() z = (a+1)^13 V(z) Exception (click to the left for traceback): ... TypeError: can't initialize vector from nonzero non-list I just wanted to know what is the difference between case 2^15 and 2^16. Thanx in advance! Bests, Ahmad --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---