Return a matrix ixj filled with 0 value
ZeroMat(i, j = i)
i
number of rows
j
number of columns
a matrix of dimention ixj filled with 1 value
ZeroMat(2,2)