On Oct 15, 2012 3:12 PM, "someone" <newsbo...@gmail.com> wrote:
> How to initialize my array directly using variables ?

Why not just use the list-of-lists constructor instead of the string
constructor?

m = numpy.matrix([[1,2,3],[4,5,6],[7,8,test]])
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to