Group Abstract Group Abstract

Message Boards Message Boards

0
|
9.2K 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

You used notation: $f[x,f[x]]$ - does this make any sense? Your first f depends on 2 arguments but second f depends just on 1 argument? Why are you not posting actual functions and code that you are using? It gives me impression that you did not really try to actually code it or did not describe actual issue, because there are no problems in plotting nested functions:

Plot[JacobiSN[JacobiSN[x, 1/3], 1/3], {x, -10, 10}]

enter image description here

POSTED BY: Sam Carrettie
Posted 10 years ago
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