1 | initial version |
What I would like is to create a matrix M where M(i,j) is a vector, not just a real number!
The code you gave produces a 2x2 matrix just of real numbers I believe. I want vectors to specify the entries M(i,j) of M, not the rows/columns.