Matrix of zeroes
zero_matrix(nr, nc)
nr
integer; row dimension.
nc
integer; column dimension.
zero_matrix(1, 3) zero_matrix(5, 1) zero_matrix(2, 2)