Re: Issue 3740 in sympy: Don't use \times in latex

2013-06-18 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview Comment #4 on issue 3740 by julien.r...@gmail.com: Don't use \times in latex http://code.google.com/p/sympy/issues/detail?id=3740 (No comment was entered for this change.) -- You received this message because this project is configured

Re: Issue 3757 in sympy: True and False in latex

2013-06-18 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview Comment #6 on issue 3757 by julien.r...@gmail.com: True and False in latex http://code.google.com/p/sympy/issues/detail?id=3757 (No comment was entered for this change.) -- You received this message because this project is configured t

Re: Issue 3861 in sympy: latex(Matrix, mat_str='array') misses first element

2013-06-18 Thread sympy
Updates: Status: NeedsDecision Labels: -WrongResult -NeedsReview Comment #3 on issue 3861 by julien.r...@gmail.com: latex(Matrix, mat_str='array') misses first element http://code.google.com/p/sympy/issues/detail?id=3861 Fixed, but we didn't change the default yet. -- You rec

Re: Issue 3722 in sympy: solve can try split equation into real and imaginary parts

2013-06-18 Thread sympy
Updates: Status: Fixed Comment #9 on issue 3722 by smi...@gmail.com: solve can try split equation into real and imaginary parts http://code.google.com/p/sympy/issues/detail?id=3722 (No comment was entered for this change.) -- You received this message because this project is configur

Re: Issue 3861 in sympy: Change the default latex matrix type

2013-06-18 Thread sympy
Updates: Summary: Change the default latex matrix type Comment #4 on issue 3861 by asmeu...@gmail.com: Change the default latex matrix type http://code.google.com/p/sympy/issues/detail?id=3861 Did you disagree that we should use array instead of smallmatrix? -- You received this mess

Re: Issue 3861 in sympy: Change the default latex matrix type

2013-06-18 Thread sympy
Updates: Status: Valid Comment #5 on issue 3861 by julien.r...@gmail.com: Change the default latex matrix type http://code.google.com/p/sympy/issues/detail?id=3861 Not really. But actually the fix does seem to work for me. Are you sure that \begin{array}{} works? -- You received t

Re: Issue 3861 in sympy: Change the default latex matrix type

2013-06-18 Thread sympy
Comment #6 on issue 3861 by asmeu...@gmail.com: Change the default latex matrix type http://code.google.com/p/sympy/issues/detail?id=3861 I was only checking MathJax. It may require the \begin{array}{ccc} (with as many c's as columns). -- You received this message because this project is

Re: Issue 3222 in sympy: Memory problems with the cache

2013-06-18 Thread sympy
Comment #4 on issue 3222 by psotny...@gmail.com: Memory problems with the cache http://code.google.com/p/sympy/issues/detail?id=3222 The other problem with the cache is that people who don't know about it (or didn't know, like me) may spend a lot of time using profilers and generally blam

Re: Issue 3222 in sympy: Memory problems with the cache

2013-06-18 Thread sympy
Comment #5 on issue 3222 by asmeu...@gmail.com: Memory problems with the cache http://code.google.com/p/sympy/issues/detail?id=3222 I agree that this should be documented better. -- You received this message because this project is configured to send all issue notifications to this address

Re: Issue 3890 in sympy: dsolve failing for an equality muliplied by -1

2013-06-18 Thread sympy
Updates: Status: Fixed Comment #3 on issue 3890 by smi...@gmail.com: dsolve failing for an equality muliplied by -1 http://code.google.com/p/sympy/issues/detail?id=3890 (No comment was entered for this change.) -- You received this message because this project is configured to send a

Re: Issue 3894 in sympy: diag does not work with int

2013-06-18 Thread sympy
Comment #2 on issue 3894 by asmeu...@gmail.com: diag does not work with int http://code.google.com/p/sympy/issues/detail?id=3894 That explains the strange error message :) -- You received this message because this project is configured to send all issue notifications to this address. You may

Re: Issue 2865 in sympy: str(Matrix(...)) should give "Matrix(...)"

2013-06-18 Thread sympy
Updates: Status: Fixed Comment #16 on issue 2865 by smi...@gmail.com: str(Matrix(...)) should give "Matrix(...)" http://code.google.com/p/sympy/issues/detail?id=2865 m=Matrix.eye(3) m Matrix([ [1, 0, 0], [0, 1, 0], [0, 0, 1]]) str(m) 'Matrix([[1, 0, 0], [0, 1, 0], [0, 0, 1]])' re

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 stil

Re: Issue 3196 in sympy: Matrix class is lost in repr

2013-06-18 Thread sympy
Updates: Status: Fixed Comment #5 on issue 3196 by smi...@gmail.com: Matrix class is lost in repr http://code.google.com/p/sympy/issues/detail?id=3196 str(ImmutableMatrix([[]])) 'Matrix(1, 0, [])' -- You received this message because this project is configured to send all issue noti

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 addre