Hello,
If x = symbols('x', real=True).
I found wrong results for limits with sign() function.
limit(sign(x), x, 0, '+') = 1, and limit(sign(x), x, 0, '-') = -1 ---> OK
But :
- limit(sign(ln(x)), x, 1, '+') = 1 (OK) but limit(sign(ln(x)), x, 1, '-')
= 0 instead of -1 ;
- limit(sign(sin(x)), x, 0, '+') = 0 and limit(sign(sin(x)), x, 0, '-') =
0, instead of 1 and -1 ;
- limit(sign(tan(x)), x, 0, '+') = 0 and limit(sign(tan(x)), x, 0, '-') =
0, instead of 1 and -1 ;
- limit(sign(cos(x)), x, pi/2, '+') = 0 and limit(sign(cos(x)), x, pi/2,
'-') = 0, instead of 1 and -1 ;
Etc......
KiRa2a,
(sympy.0.7.6.win32)
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/d5f89b0e-88a3-40a2-998d-335c16239cce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.