Group Abstract Group Abstract

Message Boards Message Boards

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

Plot f[x_,f[x_]]

Posted 10 years ago
POSTED BY: Pee Wee
3 Replies
Posted 10 years ago

Thanks, Tom, that solved the issue! I didn't know that I have to substitute x_ by i for plotting it...

POSTED BY: Pee Wee
POSTED BY: Sam Carrettie
Posted 10 years ago

Is it the very same function? Did you try straightforward definition and plotting like this?

f[x_] := x^2;
g[x_] := f[x]*2;

Plot[g[f[i]], {i, 1, 100}]
POSTED BY: Tom Zinger
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard