<p><br>
On Oct 15, 2012 3:12 PM, "someone" <<a href="mailto:newsboost@gmail.com">newsboost@gmail.com</a>> wrote:<br>
> How to initialize my array directly using variables ?</p>
<p>Why not just use the list-of-lists constructor instead of the string constructor?</p>
<p>m = numpy.matrix([[1,2,3],[4,5,6],[7,8,test]])</p>