Re: Issue 2866 in sympy: Pretty printing of empty matrices

2013-06-19 Thread sympy
Comment #6 on issue 2866 by smi...@gmail.com: Pretty printing of empty matrices http://code.google.com/p/sympy/issues/detail?id=2866 hmm...good question (and no good answer from me) -- You received this message because this project is configured to send all issue notifications to this

Re: Issue 2866 in sympy: Pretty printing of empty matrices

2013-06-18 Thread sympy
Comment #4 on issue 2866 by smi...@gmail.com: Pretty printing of empty matrices http://code.google.com/p/sympy/issues/detail?id=2866 Now Matrix(3,0,[]) Matrix(3, 0, []) Matrix(0,0,[]) Matrix(0, 0, []) print _ Matrix(0, 0, []) but pprint(_) [] pprint(Matrix(3,0,[])) [] So we

Re: Issue 2866 in sympy: Pretty printing of empty matrices

2013-06-18 Thread sympy
Comment #5 on issue 2866 by asmeu...@gmail.com: Pretty printing of empty matrices http://code.google.com/p/sympy/issues/detail?id=2866 Maybe, but how would you print the transpose? -- You received this message because this project is configured to send all issue notifications to this

Re: Issue 2866 in sympy: Pretty printing of empty matrices

2012-10-08 Thread sympy
Comment #3 on issue 2866 by smi...@gmail.com: Pretty printing of empty matrices http://code.google.com/p/sympy/issues/detail?id=2866 I think printing it as the transpose would be the best idea...or always print matrices with dimension information (see

Issue 2866 in sympy: Pretty printing of empty matrices

2011-11-24 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2866 by asmeu...@gmail.com: Pretty printing of empty matrices http://code.google.com/p/sympy/issues/detail?id=2866 Right now, if either of the dimensions of an empty Matrix is 0, we pretty print it as []. But we have:

Re: Issue 2866 in sympy: Pretty printing of empty matrices

2011-11-24 Thread sympy
Updates: Labels: Printing Matrices Comment #1 on issue 2866 by asmeu...@gmail.com: 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([])