Re: Issue 1980 in sympy: has, has_any_symbols, has_all_symbols unified

2011-02-11 Thread sympy
Updates: Status: Fixed Comment #8 on issue 1980 by smi...@gmail.com: has, has_any_symbols, has_all_symbols unified http://code.google.com/p/sympy/issues/detail?id=1980 it's in. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post

Re: Issue 2184 in sympy: Wrong rref()

2011-02-11 Thread sympy
Updates: Labels: Matrices Comment #1 on issue 2184 by asmeurer: Wrong rref() http://code.google.com/p/sympy/issues/detail?id=2184 What should the correct answer be? Maybe this is correct, when you pass simplifed=True to rref(): In [16]: M.rref(simplified=True) Out[16]: ⎛⎡

Issue 2184 in sympy: Wrong rref()

2011-02-11 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2184 by pa.ba...@gmail.com: Wrong rref() http://code.google.com/p/sympy/issues/detail?id=2184 The code: ### CODE ### import sympy as sy qc = sy.Symbol('qc')

Issue 2183 in sympy: FockState doesn't like str()

2011-02-11 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium New issue 2183 by smi...@gmail.com: FockState doesn't like str() http://code.google.com/p/sympy/issues/detail?id=2183 Trying to print FockState leads to an error: h[9] >>> FockState((x,y)) FockState((x, y))

Re: Issue 1980 in sympy: has, has_any_symbols, has_all_symbols unified

2011-02-11 Thread sympy
Comment #7 on issue 1980 by smi...@gmail.com: has, has_any_symbols, has_all_symbols unified http://code.google.com/p/sympy/issues/detail?id=1980 Unless there is further discussion, this will be added with the default behavior the same as master: "expr has any of the given patterns". There

Re: Issue 2153 in sympy: min_ doesn't implement evaluation for its arguments unless they are Numbers

2011-02-11 Thread sympy
Updates: Status: Fixed Comment #3 on issue 2153 by smi...@gmail.com: min_ doesn't implement evaluation for its arguments unless they are Numbers http://code.google.com/p/sympy/issues/detail?id=2153 (No comment was entered for this change.) -- You received this message because you are