[Numpy-discussion] Displaying all the rows of large matrix

Keith Goodman kwgoodman at gmail.com
Mon Jul 17 18:50:57 EDT 2006


How do you display all of the rows of a matrix?

>> x = zeros((334,3))
>> x

matrix([[ 0.,  0.,  0.],
        [ 0.,  0.,  0.],
        [ 0.,  0.,  0.],
        ...,
        [ 0.,  0.,  0.],
        [ 0.,  0.,  0.],
        [ 0.,  0.,  0.]])




More information about the NumPy-Discussion mailing list