Message Boards Message Boards

0
|
3438 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

[?] Get number form of 1/e^-infinity ??

Posted 4 years ago

I have created function

Cend[x_]:=Limit[1/(e^(-x*n)+1),n->infinity]

and when I put -1 in it it gives me enter image description here

which should be 0. I have tried //N, putting =and== in front, and seperating function and limits... but nothing helps me. What should I do to get 0 from that??

POSTED BY: Youngsang Ji
2 Replies
Posted 4 years ago

It worked!!! Thank you!!!

POSTED BY: Youngsang Ji

Well, the Wolfram Language is case sensitive. Try using a capital E and spell Infinity with a capital, too.

Cend[x_] := Limit[1/(E^(-x*n) + 1), n -> Infinity]

If you then evaluate the function for x->1 you'll get your result.

Cheers,

Marco

POSTED BY: Marco Thiel
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract