Returns the Identity matrix with the given number of rows and columns. This is defined as a matrix of all zeroes, except for ones along the diagonal.
eye(3,3)
1 0 0
0 1 0
0 0 1
length. size. ones. zeros. setsize.