Sympy limit - result depends on the sign

142 views
Skip to first unread message

Paul Royik

unread,
Apr 9, 2015, 4:14:17 AM4/9/15
to sy...@googlegroups.com
Hello.
I'm trying to calulate limit as x approaches infinity of e^((t-1)x)
Naturally, I got Notimplemented error Result depends on the sign of sign(t - 1).

My question how can I in general make assumption that this limit is finite?

I mean in general, because expression for limit can be arbitrary.
Thank you.

Chris Smith

unread,
Apr 9, 2015, 10:54:33 PM4/9/15
to sy...@googlegroups.com
Do you mean something like this?

>>> var('x')
x
>>> var('t',nonpositive=True)
t
>>> limit(E**((t-1)*x),x,oo)
0

Paul Royik

unread,
Apr 10, 2015, 2:54:19 AM4/10/15
to sy...@googlegroups.com
Yes.
Is there any way to tell, that t>1 ?

Amit Saha

unread,
Apr 15, 2015, 4:51:38 PM4/15/15
to sy...@googlegroups.com
On Fri, Apr 10, 2015 at 4:54 PM, Paul Royik <distan...@gmail.com> wrote:
> Yes.
> Is there any way to tell, that t>1 ?

I believe, no. I asked this sometime back. [1]

[1] https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/sympy/FC4cCBdKrs0/PJ9WgPzpIhUJ
> --
> 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 sympy+un...@googlegroups.com.
> To post to this group, send email to sy...@googlegroups.com.
> 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/c30545bf-5063-439d-a8eb-ffd981181558%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.



--
http://echorand.me
Reply all
Reply to author
Forward
0 new messages