This is continued from this thread: Python matrix, any solution?
Input
from numpy import * import numpy x=[[\'1\',\'7\'], [\'1.5
Convert x to a numpy array of numbers:
x
x = numpy.asanyarray([[float(z) for z in y] for y in x])