Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.3K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Limits with symbols won't calculate

POSTED BY: Andreas Madsen
2 Replies

Hey

Ah ye "a" is an positive constant (sorry forgot to say that), but thx for the reply and that should solve my problem :)

POSTED BY: Andreas Madsen

Hi, How can you find the limit without knowing what a is? Also you have square brackets where they should be round and you should use lower case so you don't bump into reserved symbols.

In[11]:= Limit[de (1 - Exp[-a (r - re)])^2, r -> Infinity, 
 Assumptions -> a < 0]

Out[11]= ComplexInfinity

In[12]:= Limit[de (1 - Exp[-a (r - re)])^2, r -> Infinity, 
 Assumptions -> a > 0]

Out[12]= de
POSTED BY: Kay Herbert
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard