Re: Issue 3007 in sympy: Mul.flatten should filter out imaginary terms when oo is a factor

2012-01-22 Thread sympy
Updates: Labels: NeedsReview smichr Comment #1 on issue 3007 by smi...@gmail.com: Mul.flatten should filter out imaginary terms when oo is a factor http://code.google.com/p/sympy/issues/detail?id=3007 see https://github.com/sympy/sympy/pull/1013 -- You received this message because y

Re: Issue 3007 in sympy: Mul.flatten should filter out imaginary terms when oo is a factor

2012-01-24 Thread sympy
Updates: Status: Invalid Comment #2 on issue 3007 by smi...@gmail.com: Mul.flatten should filter out imaginary terms when oo is a factor http://code.google.com/p/sympy/issues/detail?id=3007 No, i*j might be (-3*I)*(2*I). The coefficient of the imaginary term may have a sign as well.