1. How do I change the entire row or column of a matrix at once? In pari, I could do e.g. a=[1,2,3;4,5,6], and then put a[1,]=[0,0,0], which would give a=[0,0,0;4,5,6]. What's the sage equivalent?
2. I enter a 100x100 matrix and the notebook doesn't display it; I just get something like '100x100 matrix with integer coefficients'. I'd like the matrix displayed explicitly (at my own risk). Clicking to the side doesn't have any effect. Thanks, Mak --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---