Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.1K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Using LogLogPlot for a user defined function

Posted 11 years ago
POSTED BY: Sean Alto
Posted 11 years ago

LogLogPlot doesn't realize that you only want to probe your aD function at integer values of m.

Try this instead, which creates a list of values of your function at the first 5000 integer values of m and then plots just those points.

ListLogLogPlot[Table[aD[m], {m, 1, 5000}]]

which gives this

enter image description here

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