def fill_matrix(self, lst): """Fill the matrix with entry in the list. Fill the matrix row-wise. i.e. code example
Example: how to write a 10x10 matrix in rstudio
ranVal= sample(1:10,100,replace =T) #creating 10X10 with random values
M=matrix(ranVal,nrow=10)
print (M)