Re: Issue 2275 in sympy: is_upper and is_lower should imply that the matrix is square

2012-10-09 Thread sympy
Updates: Status: Fixed Comment #8 on issue 2275 by smi...@gmail.com: is_upper and is_lower should imply that the matrix is square http://code.google.com/p/sympy/issues/detail?id=2275 (No comment was entered for this change.) -- You received this message because you are subscribed to

Re: Issue 2275 in sympy: is_upper and is_lower should imply that the matrix is square

2012-10-08 Thread sympy
Updates: Labels: NeedsReview smichr Comment #7 on issue 2275 by smi...@gmail.com: is_upper and is_lower should imply that the matrix is square http://code.google.com/p/sympy/issues/detail?id=2275 docstrings note that True can be returned even if the matrix is not square: https://githu

Re: Issue 2275 in sympy: is_upper and is_lower should imply that the matrix is square

2012-03-26 Thread sympy
Updates: Labels: Documentation Comment #6 on issue 2275 by pr...@goodok.ru: is_upper and is_lower should imply that the matrix is square http://code.google.com/p/sympy/issues/detail?id=2275 Frankly speaking, the documentation still does not emphasize about the difference between "pu

Re: Issue 2275 in sympy: is_upper and is_lower should imply that the matrix is square

2012-03-26 Thread sympy
Comment #5 on issue 2275 by rhythm.g...@gmail.com: is_upper and is_lower should imply that the matrix is square http://code.google.com/p/sympy/issues/detail?id=2275 This has been fixed. This issue needs to be closed. -- You received this message because you are subscribed to the Google Group

Re: Issue 2275 in sympy: is_upper and is_lower should imply that the matrix is square

2011-04-13 Thread sympy
Comment #3 on issue 2275 by sherjilo...@gmail.com: is_upper and is_lower should imply that the matrix is square http://code.google.com/p/sympy/issues/detail?id=2275 So, basically if the user wants lower triangular matrix, he'll check for square and lower both separately. That's okay too. Ju

Re: Issue 2275 in sympy: is_upper and is_lower should imply that the matrix is square

2011-04-13 Thread sympy
Comment #2 on issue 2275 by pr...@goodok.ru: is_upper and is_lower should imply that the matrix is square http://code.google.com/p/sympy/issues/detail?id=2275 BTW the reason to return False (opposite to raising error exception) is that these methods (`is_something`) are prober methods (oppo

Re: Issue 2275 in sympy: is_upper and is_lower should imply that the matrix is square

2011-04-13 Thread sympy
Updates: Labels: Matrices EasyToFix Comment #1 on issue 2275 by sherjilo...@gmail.com: is_upper and is_lower should imply that the matrix is square http://code.google.com/p/sympy/issues/detail?id=2275 (No comment was entered for this change.) -- You received this message because you

Issue 2275 in sympy: is_upper and is_lower should imply that the matrix is square

2011-04-13 Thread sympy
Status: Accepted Owner: sherjilo...@gmail.com Labels: Type-Defect Priority-Medium New issue 2275 by sherjilo...@gmail.com: is_upper and is_lower should imply that the matrix is square http://code.google.com/p/sympy/issues/detail?id=2275 I assume upper and lower are short forms for upper trian