Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.1K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

How to implement Plot3D on a result of operator?

Posted 11 years ago
POSTED BY: Shimon Rubin
2 Replies
Posted 11 years ago

Thank you very much for the answer.

POSTED BY: Shimon Rubin

Hello, I am not sure what the purpose of "f[x, y] == oper[Sin[x] Sin[y]];" is for, but this will work:

oper = (D[#1, x, x] + D[#1, y, y]) &

Plot3D[Evaluate[oper[Sin[x] Sin[y]]], {x, 0, 10}, {y, 0, 10}]

Plot and related functions have the property of HoldFirst---the upshot is that you need to Evaluate explicitly.

I think if you google Mathematica and Plot and Evaluate, you will see some excellent discussions of this.

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