Group Abstract Group Abstract

Message Boards Message Boards

0
|
10.3K Views
|
3 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Please help! Why won't Mathmatica plot this function?

Posted 11 years ago
Attachments:
POSTED BY: Evan Coon
3 Replies

Also you are dividing by 0, when T is 0. Try

Plot[5/2 + (3354/t)^2 (E^(-3354/t)/(1 - E^(-3354/t))^2), {t, 1, 2500}]

enter image description here

Also, I would not start a variable name with a capital letter. Although this is not illegal, a number of capital letters have predefined functions in Mathematica/Wolfram language. In this case, nothing pops up in the documentation, but to be on the safe side, remember that all built-in functions start with a capital letter, and to make sure there is no possibility of a conflict, your variables and functions should start with a lower case.

Note that the examples Wolfram provides does not always follow that guidance.

The base of natural logarithms in Mathematica is E, not e.

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