Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3546 by [email protected]: 0*x
http://code.google.com/p/sympy/issues/detail?id=3546
0*x
0
0*oo
nan
The x and all factors for which is_finite is not True should be retained in
a product so that a proper determination of the value can be made once
those quantities are substituted/evaluated.
For example, 0*inf (as defined below) should probably not be zero:
r
-sqrt(2) + 1
inf
sqrt(3)/(-sqrt(2) + sqrt(2)*(-sqrt(2) + 2)/2 + 1)
So although 0*pi == 0, 0*pi*x*inf should be 0*x*inf.
--
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.