I would like to create a matrix from a three column file. I am sure it\'s something extremely easy, but I just do not understand how it needs to be done. Please be gentle, I
You can use this library http://docs.scipy.org/doc/numpy/reference/generated/numpy.matrix.html
You just need to make proper adjustment.
hope it helps.