Re: Issue 3673 in sympy: Matrices of matrices

2013-02-28 Thread sympy
Comment #3 on issue 3673 by eumod...@gmail.com: Matrices of matrices http://code.google.com/p/sympy/issues/detail?id=3673 Hi, if I print the null matrix of the one I mentioned before, namely A_s = [[2,0,4,4,6], [0,0,1,4,2], [4,0,8,8,12], [6,4,2,12,0]] A = Matrix(A_s)

Re: Issue 3673 in sympy: Matrices of matrices

2013-02-27 Thread sympy
Comment #2 on issue 3673 by mrock...@gmail.com: Matrices of matrices http://code.google.com/p/sympy/issues/detail?id=3673 Now, A_null is basically [matrix1, matrix2], so shouldn't it also put matrix1 on top of matrix2? Maybe try [[matrix1], [matrix2]] what is that supposed to be, some kind