how do i use the vector command correctly so i can generate a vector of a given length but not by inputing each value by hand and have it that all values are stored to be used later eg (this doesnt work as far as im aware) n=10 v=vector(n) for i in xrange(1,n) v[i]=2^n print v
-- 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