Quote Originally Posted by std10093 View Post
It means:
rows = N
columns = N

This is a special case of normal 2D array:
rows = N
columns = M
where N = M
i get all that...
but my actual question is:
why are the rows and cols (i and j) limited to size (Nē) and not to no. of rows and no. of cols?