Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3007 by [email protected]: Mul.flatten should filter out imaginary terms when oo is a factor
http://code.google.com/p/sympy/issues/detail?id=3007

Although `p*oo` (where p is positive) will return as oo and `n*oo` (where n is negative) will return -oo, imaginary terms are not processed.

If i, j, and k are imaginary, we want i*oo to give I*oo, i*j*oo to give -1*oo, i*j*k*oo to give -I*oo and i*j*k*I*oo to give oo.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to