Comment #10 on issue 2222 by [email protected]: Matrix([Matrix, ...]) should check the row length of empty matrices
http://code.google.com/p/sympy/issues/detail?id=2222

I suppose Alexey means slicing, and indeed slicing with an empty slice (e.g. M[2:2, :5]) should return an empty matrix with the right size (0 * 5 in the previous example).

More generally, allowing empty matrices turns the concatenation operation on matrices into a monoid, which is convenient and has no obvious drawback.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to