Re: Issue 2212 in sympy: Matrix([Matrix, …]) should work

2011-03-20 Thread sympy
Comment #1 on issue 2212 by gitul...@gmail.com: Matrix([Matrix, …]) should work http://code.google.com/p/sympy/issues/detail?id=2212 It seems that SymPy does not support matrices as building elements for matrices (only lists and tuples are accepted that is why your last example works).

Re: Issue 2212 in sympy: Matrix([Matrix, …]) should work

2011-03-20 Thread sympy
Comment #5 on issue 2212 by ronan.l...@gmail.com: Matrix([Matrix, …]) should work http://code.google.com/p/sympy/issues/detail?id=2212 That's issue 2221. And a small inconsistency I noticed for empty matrices is issue . -- You received this message because you are subscribed to the

Issue 2212 in sympy: Matrix([Matrix, …]) should work

2011-03-15 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Matrices New issue 2212 by asmeurer: Matrix([Matrix, …]) should work http://code.google.com/p/sympy/issues/detail?id=2212 Here is my Matrix: In [49]: a Out[49]: ⎡1 -1 1 -1 1 -1 1 -1 1 ⎤ ⎢