Hello,
I found 2 issues with limit().
x = symbols("x", real=True)
f = Lambda(x, (x+exp(x))/(x-1))
Input : limit(f(x), x, -oo, '+')
Output : 0 --> Wrong
Input : limit(expand(f(x)), x, -oo, '+')
Output : 1 --> Correct
g = Lambda(x, (ln(x)-1)**(1-sqrt(x)))
Input : limit(g(x), x, E, '+')
Ouput : 0 --> Wrong
The correct value is +oo !
Python 3.4.2 (v3.4.2:ab2c023a9432, Oct 6 2014, 22:15:05) [MSC v.1600 32
bit (Intel)] on win32
Arnaud.
--
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/a0b3adde-1bc0-47d5-96e8-95825f6de9e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.