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