Updates:
Labels: Printing Matrices
Comment #1 on issue 2866 by [email protected]: Pretty printing of empty
matrices
http://code.google.com/p/sympy/issues/detail?id=2866
Sorry, above I meant to say "0 by 2", not "2 by 0".
If we do the idea above, there's the confusion in that Matrix([]) ==
Matrix(). This needs to be this way, for Matrix([[]]).shape == (1, 0) to
be consistant. So I actually have no idea how to print 0 by n matrices.
Maybe just print it as a n by 0 with a T (this can be ᵀ in unicode).
--
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.